Merge branch 'r8152-phy-fixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 21 Sep 2016 04:53:53 +0000 (00:53 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 21 Sep 2016 04:53:53 +0000 (00:53 -0400)
commit493d5f6db0ab12a9fcac587ae223f3e4e48dba6f
tree885917fa326fcdf4db2901c3266f6c24061c3072
parent9b86a8d19bd6406a10de5f924bf2a003a502d427
parentd768c61bc353a0e0de3f839e1de99eee7d4eca10
Merge branch 'r8152-phy-fixes'

Hayes Wang says:

====================
r8152: correct the flow of PHY

First, to enable the PHY as early as possible. Some settings may fail if the
PHY is power down.

Move the other PHY settings to hw_phy_cfg() to make sure the order is correct.

Finally, disable ALDPS and EEE before updating the PHY for RTL8153.
====================

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