diff options
author | David S. Miller <davem@davemloft.net> | 2014-03-28 01:38:10 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-03-28 01:38:10 -0400 |
commit | e1250037de22b99694ebfd37b867a3f591b0dc39 (patch) | |
tree | ae55bd319ecb40c4950f38818bfd80f2ab6e1a6e /Documentation/networking/phy.txt | |
parent | ebe5e3c64241bbdc256e9828392fa452bc2bfd7e (diff) | |
parent | 604fdf4286c75bed49b2e084bf3dee6216f80692 (diff) | |
download | linux-e1250037de22b99694ebfd37b867a3f591b0dc39.tar.bz2 |
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>
Diffstat (limited to 'Documentation/networking/phy.txt')
-rw-r--r-- | Documentation/networking/phy.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/phy.txt b/Documentation/networking/phy.txt index e602c6f347df..3544c98401fd 100644 --- a/Documentation/networking/phy.txt +++ b/Documentation/networking/phy.txt @@ -48,7 +48,7 @@ The MDIO bus time, so it is safe for them to block, waiting for an interrupt to signal the operation is complete - 2) A reset function is necessary. This is used to return the bus to an + 2) A reset function is optional. This is used to return the bus to an initialized state. 3) A probe function is needed. This function should set up anything the bus |