Files
i2som-imx-linux/drivers/net/phy
Leonard Crestez 610d1454e0 Revert "MLK-10919 net: phy: micrel: add ksz8081 resume function"
This reverts commit c961b277abd69175e1b1ad733ed6b2b911a61211.

This patched worked on 4.14.18 but on 4.14.34 it now causes a deadlock
because upstream changed phy locking:

commit 6bccf8962b ("net: phy: Restore phy_resume() locking assumption"):
6bccf8962b

Instead of fixing locking just revert this patch, a different fix was
already upsteamed for ksz8081 suspend/resume on 6ul-14x14-evk:

commit e6f4292ae0 ("ARM: dts: imx6ul-14x14-evk: Add ksz8081 phy properties"):
e6f4292ae0
commit 79e498a9c7 ("net: phy: micrel: Restore led_mode and clk_sel on resume"):
79e498a9c7

After reverting this patch suspend/resume still works on imx6ul and
imx6ull evk boards.

Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Acked-by: Fugang Duan <fugang.duan@nxp.com>
2019-02-12 10:31:17 +08:00
..