Merge branch 'phy_reset'
authorDavid S. Miller <davem@davemloft.net>
Tue, 10 Dec 2013 01:39:05 +0000 (20:39 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 10 Dec 2013 01:39:05 +0000 (20:39 -0500)
commit65be6291c856bee0308c535287f813418402d8b3
treebc291d4587494cd5419e672eaeb3e9682239c608
parent73713357ab58aacda1af715bb5a623528dbbfd79
parent0c9eb5b931c3da3a79faa889b903dc7bd318203c
Merge branch 'phy_reset'

Florian Fainelli says:

====================
net: phy: consolidate PHY reset

This patchset consolidates the PHY reset through the MII BMCR
register by using a central place were this is done.

This patchset resumes the work Kyle Moffett started here:
https://lkml.org/lkml/2011/10/20/301

Note that at this point, drivers doing funky things after issuing
a PHY reset using phy_init_hw() will still suffer from PHY state
machine problems, this will be taken care of later on.
====================

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