All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/3] net: phy: Allow splitting MDIO bus/device support
@ 2017-03-23 17:01 Florian Fainelli
  2017-03-23 17:01 ` [PATCH net-next v3 1/3] of_mdio: Correct check against CONFIG_OF Florian Fainelli
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Florian Fainelli @ 2017-03-23 17:01 UTC (permalink / raw)
  To: netdev; +Cc: davem, andrew, rmk+kernel, arnd, Florian Fainelli

Hi all,

This patch series allows building support for MDIO bus controllers which
are sometimes usable and necessary in cases where there are no Ethernet PHYs.

Changes in v3:
- corrected of_mdio compile guards for prototypes vs. stubs
- added a missing OF_MDIO dependency for MDIO_BCM_UNIMAC
- fixed Kbuild bot reported errors against mdio-bitbang

Changes in v2:
- implement Russell's feedback
- solve the circular dependency in the CONFIG_MDIO_DEVICE + CONFIG_PHYLIB case


Florian Fainelli (3):
  of_mdio: Correct check against CONFIG_OF
  net: phy: MDIO_BCM_UNIMAC should depend on OF_MDIO
  net: phy: Allow splitting MDIO bus/device support from PHYs

 drivers/net/Makefile             |  2 +-
 drivers/net/phy/Kconfig          | 62 +++++++++++++++++++++++-----------------
 drivers/net/phy/Makefile         | 13 +++++++--
 drivers/net/phy/mdio-boardinfo.c |  1 +
 drivers/net/phy/mdio_bus.c       |  9 ++++++
 include/linux/of_mdio.h          |  4 +--
 include/linux/phy.h              | 21 ++++++++++++--
 7 files changed, 79 insertions(+), 33 deletions(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-03-27 15:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-23 17:01 [PATCH net-next v3 0/3] net: phy: Allow splitting MDIO bus/device support Florian Fainelli
2017-03-23 17:01 ` [PATCH net-next v3 1/3] of_mdio: Correct check against CONFIG_OF Florian Fainelli
2017-03-23 17:01 ` [PATCH net-next v3 2/3] net: phy: MDIO_BCM_UNIMAC should depend on OF_MDIO Florian Fainelli
2017-03-23 17:01 ` [PATCH net-next v3 3/3] net: phy: Allow splitting MDIO bus/device support from PHYs Florian Fainelli
2017-03-27 15:41   ` Arnd Bergmann
2017-03-24 19:51 ` [PATCH net-next v3 0/3] net: phy: Allow splitting MDIO bus/device support David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.