linux_dsm_epyc7002/drivers/phy/ti
Andreas Kemnade 6c7103aa02 phy: phy-twl4030-usb: fix denied runtime access
When runtime is not enabled, pm_runtime_get_sync() returns -EACCESS,
the counter will be incremented but the resume callback not called,
so enumeration and charging will not start properly.
To avoid that happen, disable irq on suspend and recheck on resume.

Practically this happens when the device is woken up from suspend by
plugging in usb.

Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
2018-09-25 16:10:12 +05:30
..
Kconfig
Makefile
phy-da8xx-usb.c
phy-dm816x-usb.c
phy-omap-control.c
phy-omap-usb2.c
phy-ti-pipe3.c
phy-tusb1210.c
phy-twl4030-usb.c