Dear all, This is a quick fix of the incorrect usage of runtime pm for system sleep pm purposes. Patches introduce usage of the generic helpers pm_runtime_force_{suspend,resume} instead of open-coding them, which was potentially broken for some corner cases. The side-effect of this patch set is noticable code reduction. Patches 1-4 should go via exynos drm kernel tree, while patches 5-6 are aimed for media tree.
Best regards Marek Szyprowski Samsung R&D Institute Poland Marek Szyprowski (6): drm/exynos: fimc: fix system and runtime pm integration drm/exynos: gsc: fix system and runtime pm integration drm/exynos: rotator: fix system and runtime pm integration drm/exynos: g2d: fix system and runtime pm integration media: s5p-cec: fix system and runtime pm integration media: s5p-jpeg: fix system and runtime pm integration drivers/gpu/drm/exynos/exynos_drm_fimc.c | 29 ++--------------------------- drivers/gpu/drm/exynos/exynos_drm_g2d.c | 29 +++++++---------------------- drivers/gpu/drm/exynos/exynos_drm_gsc.c | 29 ++--------------------------- drivers/gpu/drm/exynos/exynos_drm_rotator.c | 26 ++------------------------ drivers/media/platform/s5p-jpeg/jpeg-core.c | 24 ++++-------------------- drivers/staging/media/s5p-cec/s5p_cec.c | 17 ++--------------- 6 files changed, 19 insertions(+), 135 deletions(-) -- 1.9.1