]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'phy_stop-synchronous'
authorDavid S. Miller <davem@davemloft.net>
Thu, 20 Sep 2018 04:06:46 +0000 (21:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Sep 2018 04:06:46 +0000 (21:06 -0700)
commit593c54f4e87f83529962233accaaac1a4a1d90ee
treec92c9238c4f860eb6b7d2e44ee44023f47255222
parent558182fcd2e4785b1b0886a89cf3380f73e7f8a3
parenta45eb32835cd099f27c3f8be8b091f859fca284f
Merge branch 'phy_stop-synchronous'

Heiner Kallweit says:

====================
net: phy: make phy_stop() synchronous

There have been few not that successful attempts in the past to make
phy_stop() a synchronous call instead of just changing the state.
Patch 1 of this series addresses an issue which prevented this change.
At least for me it works fine now. Would appreciate if Geert could
re-test as well that suspend doesn't throw an error.
====================

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