]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mdio_reset-next'
authorDavid S. Miller <davem@davemloft.net>
Fri, 28 Mar 2014 05:38:10 +0000 (01:38 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 Mar 2014 05:38:10 +0000 (01:38 -0400)
commitc1c4eca2ee93656064ee8fadd842001a0c7cdde0
treeae55bd319ecb40c4950f38818bfd80f2ab6e1a6e
parent2ee0b04cf035b623abe4bea370dfc77aff867982
parente060ea330783c6e81a2ba170d3daa6e1f9d94ff2
Merge branch 'mdio_reset-next'

Florian Fainelli says:

====================
net: remove empty MDIO bus reset functions

This patchset removes all empty MDIO bus reset functions that we have in the
tree (hopefully all of them). This function is optional for the MDIO bus code in
drivers/net/phy/mdio_bus.c::mdiobus_register, the documentation is updated to
reflect that.

Having less call sites to update will allow us to implement a generic BMCR_RESET
based PHY reset for MDIO buses that require to reset their PHYs before their
PHY detection succeeds (e.g: HiSilicon hip04 current submission) and provide it
as a helper.
====================

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