From: David S. Miller Date: Fri, 28 Mar 2014 05:38:10 +0000 (-0400) Subject: Merge branch 'mdio_reset-next' X-Git-Tag: v3.15-rc1~113^2~55 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=e1250037de22b99694ebfd37b867a3f591b0dc39;p=~emulex%2Finfiniband.git 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 --- e1250037de22b99694ebfd37b867a3f591b0dc39