dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/arm/mach-exynos
Marek Szyprowski ebc35c7262 ARM: EXYNOS: register devices in 'need_restore' state for pm_domains
Commit ca1d72f033 ('PM / Domains: Make it possible to add devices to
inactive domains') introduced possibility to add devices to inactive
power domains and added pm_genpd_dev_need_restore() function which lets
platform core to notify power domain core that the specified device must
be restored (with its runtime_resume() callback) before first use.

This patch adds the pm_genpd_dev_need_restore() call what brings back
the suspend/resume behaviour for the client devices known from the
previous power domain driver (removed by commit 91cfbd4ee0 - 'ARM:
EXYNOS: Hook up power domains to generic power domain infrastructure').
Client device drivers relay on that suspend/resume behaviour, thus this
patch fixes runtime pm operation for client devices.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Reviewed-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
2012-07-12 17:29:55 +09:00
..
include/mach Merge branch 'late/soc' into devel-late 2012-05-30 16:06:46 -07:00
Kconfig ARM: EXYNOS: Fix EXYNOS_DEV_DMA Kconfig entry 2012-06-27 10:03:00 +09:00
Makefile ARM: EXYNOS: Add PMU table for EXYNOS5250 2012-05-20 03:13:17 +09:00
Makefile.boot ARM: EXYNOS: add dts files to dtbs target 2012-05-12 06:42:07 +09:00
clock-exynos4.c Merge branch 'exynos/iommu' into next/soc2 2012-05-15 16:50:36 +02:00
clock-exynos4.h ARM: EXYNOS: Change System MMU platform device definitions 2012-04-04 09:23:02 -07:00
clock-exynos5.c arm-soc: driver specific updates 2012-05-26 12:22:27 -07:00
clock-exynos4210.c ARM: EXYNOS: Change System MMU platform device definitions 2012-04-04 09:23:02 -07:00
clock-exynos4212.c ARM: EXYNOS: Add platform resource definitions for FIMC-LITE 2012-05-12 15:32:00 +09:00
common.c arm-soc: sweeping late_initcall cleanup 2012-05-26 13:14:01 -07:00
common.h ARM: exynos: use machine specific hook for late init 2012-05-08 20:35:33 +08:00
cpuidle.c Merge branch 'late/soc' into devel-late 2012-05-30 16:06:46 -07:00
dev-ahci.c ARM: EXYNOS: Use common macro to define resources on dev-ahci.c 2012-05-12 16:12:19 +09:00
dev-audio.c ARM: EXYNOS: Use common macro to define resources on dev-audio.c 2012-05-12 16:12:20 +09:00
dev-drm.c ARM: EXYNOS: add platform device for core DRM subsystem 2012-05-12 06:42:33 +09:00
dev-dwmci.c ARM: EXYNOS: Fix resource on dev-dwmci.c 2012-04-24 13:50:00 -07:00
dev-ohci.c ARM: EXYNOS: Add USB OHCI device 2011-12-23 11:21:28 +09:00
dev-sysmmu.c ARM: EXYNOS: Change System MMU platform device definitions 2012-04-04 09:23:02 -07:00
dev-uart.c ARM: EXYNOS: add support uart for EXYNOS4 and EXYNOS5 2012-03-14 02:13:05 -07:00
dma.c ARM: EXYNOS: Support DMA for EXYNOS5250 SoC 2012-05-13 08:20:04 +09:00
headsmp.S ARM: exynos: remove incorrect BSYM usage 2012-01-16 08:36:04 -06:00
hotplug.c ARM: move CP15 definitions to separate header file 2012-03-28 18:30:01 +01:00
mach-armlex4210.c arm-soc: sweeping late_initcall cleanup 2012-05-26 13:14:01 -07:00
mach-exynos4-dt.c ARM: exynos: use machine specific hook for late init 2012-05-08 20:35:33 +08:00
mach-exynos5-dt.c arm-soc: sweeping late_initcall cleanup 2012-05-26 13:14:01 -07:00
mach-nuri.c fbdev updates for 3.5 2012-06-01 16:57:51 -07:00
mach-origen.c fbdev updates for 3.5 2012-06-01 16:57:51 -07:00
mach-smdk4x12.c arm-soc: sweeping late_initcall cleanup 2012-05-26 13:14:01 -07:00
mach-smdkv310.c fbdev updates for 3.5 2012-06-01 16:57:51 -07:00
mach-universal_c210.c fbdev updates for 3.5 2012-06-01 16:57:51 -07:00
mct.c ARM: EXYNOS: Redefine IRQ_MCT_L0,1 definition 2012-05-15 16:59:33 +09:00
platsmp.c ARM: EXYNOS: add support get_core_count() for EXYNOS5250 2012-03-14 02:35:15 -07:00
pm.c ARM: EXYNOS: Support suspend and resume for EXYNOS5250 2012-05-20 03:14:36 +09:00
pm_domains.c ARM: EXYNOS: register devices in 'need_restore' state for pm_domains 2012-07-12 17:29:55 +09:00
pmu.c ARM: EXYNOS: Support suspend and resume for EXYNOS5250 2012-05-20 03:14:36 +09:00
setup-fimc.c
setup-fimd0.c
setup-i2c0.c ARM: EXYNOS: add initial setup-i2c0 for EXYNOS5 2012-03-14 02:13:04 -07:00
setup-i2c1.c
setup-i2c2.c
setup-i2c3.c
setup-i2c4.c
setup-i2c5.c
setup-i2c6.c
setup-i2c7.c
setup-keypad.c
setup-sdhci-gpio.c
setup-spi.c ARM: EXYNOS: Modified files for SPI consolidation work 2011-12-26 16:42:15 +09:00
setup-usb-phy.c ARM: EXYNOS: Add usb otg phy control for EXYNOS4210 2012-05-16 22:31:44 +09:00