]> 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)
commit983e624394569c2838ccacf46c5a0d1e4eec6945
treeae55bd319ecb40c4950f38818bfd80f2ab6e1a6e
parentda061a09a3a25889a9bcb59e62734806f6972996
parent06f9a5a6215e97d169a9d172fafee791a1c57b33
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>