diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2012-03-08 02:28:56 +0100 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2012-03-15 03:38:59 +0100 |
commit | 0d8ce3ae37e9bcfacbbc750cabf892fa00bb720e (patch) | |
tree | 8799f2509f1a7081dfce5394a1db84e86aa25aba /drivers/ata/pata_netcell.c | |
parent | drm/exynos: use correct 'exynos-drm' name for platform device (diff) | |
download | linux-0d8ce3ae37e9bcfacbbc750cabf892fa00bb720e.tar.xz linux-0d8ce3ae37e9bcfacbbc750cabf892fa00bb720e.zip |
drm/exynos: fix runtime_pm fimd device state on probe
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>
Diffstat (limited to 'drivers/ata/pata_netcell.c')
0 files changed, 0 insertions, 0 deletions