linux/drivers/phy
Roger Quadros 6e7384320f phy: ti-pipe3: Disable clocks on system suspend
On system suspend, the runtime_suspend() driver hook doesn't get
called for USB phy and so the clocks are not disabled in the driver.
This causes the L3INIT_960M_GFCLK and L3INIT_480M_GFCLK to remain
active on the DRA7 platform while in system suspend.

In case of pcie-phy, the runtime_suspend hook gets called after
the suspend hook so we introduce a flag phy->enabled to keep
track if our clocks are enabled or not to prevent multiple
enable/disables.

Add suspend/resume hooks to the driver.
Move enabling/disabling clock code into helper functions.

Reported-by: Nishant Menon <nm@ti.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
2015-01-21 15:23:06 +05:30
..
Kconfig phy: add support for USB cluster on the Armada 375 SoC 2014-11-26 11:07:14 +05:30
Makefile phy: add support for USB cluster on the Armada 375 SoC 2014-11-26 11:07:14 +05:30
phy-armada375-usb2.c phy: add support for USB cluster on the Armada 375 SoC 2014-11-26 11:07:14 +05:30
phy-bcm-kona-usb2.c phy: remove the old lookup method 2014-11-22 13:58:39 +05:30
phy-berlin-sata.c phy: Use PTR_ERR_OR_ZERO to fix warning raised by coccinelle 2014-11-26 11:07:13 +05:30
phy-berlin-usb.c phy: remove the old lookup method 2014-11-22 13:58:39 +05:30
phy-core.c phy: remove the old lookup method 2014-11-22 13:58:39 +05:30
phy-exynos4x12-usb2.c drivers: phy: exynos-usb2: add support for Exynos 3250 2014-07-22 12:46:10 +05:30
phy-exynos5-usbdrd.c phy: exynos5-usbdrd: Add facility for VBUS-BOOST-5V supply 2014-11-22 14:08:09 +05:30
phy-exynos4210-usb2.c phy: Add new Exynos USB 2.0 PHY driver 2014-03-08 12:39:44 +05:30
phy-exynos5250-sata.c phy: remove the old lookup method 2014-11-22 13:58:39 +05:30
phy-exynos5250-usb2.c phy: phy-samsung-usb2: Change phy power on/power off sequence 2014-07-22 12:46:10 +05:30
phy-exynos-dp-video.c phy: remove the old lookup method 2014-11-22 13:58:39 +05:30
phy-exynos-mipi-video.c phy: remove the old lookup method 2014-11-22 13:58:39 +05:30
phy-hix5hd2-sata.c phy: Use PTR_ERR_OR_ZERO to fix warning raised by coccinelle 2014-11-26 11:07:13 +05:30
phy-miphy28lp.c phy: miphy28lp: unlock on error in miphy28lp_init() 2014-12-23 15:44:31 +05:30
phy-miphy365x.c phy: Use PTR_ERR_OR_ZERO to fix warning raised by coccinelle 2014-11-26 11:07:13 +05:30
phy-mvebu-sata.c phy: remove the old lookup method 2014-11-22 13:58:39 +05:30
phy-omap-control.c phy: phy-ti-pipe3: fix inconsistent enumeration of PCIe gen2 cards 2014-12-23 15:44:32 +05:30
phy-omap-usb2.c More ACPI and power management updates for 3.19-rc1 2014-12-18 20:28:33 -08:00
phy-qcom-apq8064-sata.c phy: remove the old lookup method 2014-11-22 13:58:39 +05:30
phy-qcom-ipq806x-sata.c phy: remove the old lookup method 2014-11-22 13:58:39 +05:30
phy-rcar-gen2.c phy: remove the old lookup method 2014-11-22 13:58:39 +05:30
phy-s5pv210-usb2.c phy: Add support for S5PV210 to the Exynos USB 2.0 PHY driver 2014-07-19 04:25:09 +09:00
phy-samsung-usb2.c phy: remove the old lookup method 2014-11-22 13:58:39 +05:30
phy-samsung-usb2.h ARM: SoC platform changes for 3.17 2014-08-08 11:14:29 -07:00
phy-spear1310-miphy.c phy: remove the old lookup method 2014-11-22 13:58:39 +05:30
phy-spear1340-miphy.c phy: remove the old lookup method 2014-11-22 13:58:39 +05:30
phy-stih41x-usb.c phy: Use PTR_ERR_OR_ZERO to fix warning raised by coccinelle 2014-11-26 11:07:13 +05:30
phy-stih407-usb.c phy: remove the old lookup method 2014-11-22 13:58:39 +05:30
phy-sun4i-usb.c phy-sun4i-usb: Change disconnect threshold value for sun6i 2014-12-23 15:44:31 +05:30
phy-ti-pipe3.c phy: ti-pipe3: Disable clocks on system suspend 2015-01-21 15:23:06 +05:30
phy-twl4030-usb.c Improvements in phy-core specifically on PHY core finds the PHY in the case 2014-11-27 08:25:20 -08:00
phy-xgene.c phy: remove the old lookup method 2014-11-22 13:58:39 +05:30