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)
commite1250037de22b99694ebfd37b867a3f591b0dc39
treeae55bd319ecb40c4950f38818bfd80f2ab6e1a6e
parentebe5e3c64241bbdc256e9828392fa452bc2bfd7e
parent604fdf4286c75bed49b2e084bf3dee6216f80692
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>