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)
commit92e8c831d831ff97913b71e178d184106c0dee0f
tree3d28d96b16090e2ac42bc51b75cf763becc0335a
parentee0c4c39c577d07c05749a5f5b960b4c0fdd8097
parent7f6224b7c73b6ce66b6a07e4a0c3b826540b13bb
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>