Revision 0d8ce3ae37e9bcfacbbc750cabf892fa00bb720e authored by Marek Szyprowski on 08 March 2012, 01:28:56 UTC, committed by Inki Dae on 15 March 2012, 02:38:59 UTC
A call to pm_runtime_set_active() forces device to be at the active
state and skips calling its runtime suspend/resume callbacks. This
results in a freeze with a new power domain code based on gen_pd. Fimd
driver does all required runtime power management calls, so this
pm_runtime_set_active call is buggy. This patch removes it and corrects
clock management in probe function (clocks are now enabled by
pm_runtime_get_sync() call).

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
1 parent 9866b6c
History
File Mode Size
drivers
include
kernel
os-Linux
scripts
sys-ia64
sys-ppc
.gitignore -rw-r--r-- 53 bytes
Kconfig.char -rw-r--r-- 4.5 KB
Kconfig.common -rw-r--r-- 797 bytes
Kconfig.debug -rw-r--r-- 997 bytes
Kconfig.net -rw-r--r-- 8.5 KB
Kconfig.rest -rw-r--r-- 291 bytes
Kconfig.um -rw-r--r-- 5.2 KB
Makefile -rw-r--r-- 4.9 KB
Makefile-ia64 -rw-r--r-- 32 bytes
Makefile-os-Linux -rw-r--r-- 235 bytes
Makefile-ppc -rw-r--r-- 203 bytes
Makefile-skas -rw-r--r-- 290 bytes
defconfig -rw-r--r-- 14.9 KB

back to top