]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'phy-mdio-split'
authorDavid S. Miller <davem@davemloft.net>
Fri, 24 Mar 2017 19:51:05 +0000 (12:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Mar 2017 19:51:05 +0000 (12:51 -0700)
commit6a39debca901035c553816bc020c16d41b080e72
tree2e8b75015ca154e15d796308b3e8c40333dc65f8
parenta16d2a3c93e6eda269a7717a0707136012a869be
parent9df39a9c35c8c7a3c4770a92fadb44e13a3647c3
Merge branch 'phy-mdio-split'

Florian Fainelli says:

====================
net: phy: Allow splitting MDIO bus/device support

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
====================

Signed-off-by: David S. Miller <davem@davemloft.net>