]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'phy'
authorDavid S. Miller <davem@davemloft.net>
Mon, 17 Feb 2014 21:40:24 +0000 (16:40 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Feb 2014 21:40:24 +0000 (16:40 -0500)
commit37ffc4c921608ecf5b5b31dc261a76fce217fd04
tree3d28d96b16090e2ac42bc51b75cf763becc0335a
parent61698817c0ef69e65d2d66969cf2eb994d0cf2d8
parentfbed6886270edb3a2faa83c9d03acc3360081ccb
Merge branch 'phy'

Florian Fainelli says:

====================
net: phy: soft reset rework for 10G PHYs

As reported by Shaohui, 10G PHYs may have a slightly more complex reset
sequence for which a BMCR_RESET software reset might not suffice. This
patchset offers a solution for those by allowing them to implement their
own soft_reset() callback. Finally there is an update to the PHY library
Documentation to cover for the newly added callbacks of the PHY driver
structure.

Changes in v2:
- fixed callback testing
- fixed typo in Documentation
====================

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