[PATCH 5/5] drm/exynos: Convert to suspend_late/resume_early callbacks for fimc

2013-11-27 Thread Ulf Hansson
To simplify code for system suspend, convert the .suspend|resume callbacks into .suspend_late|resume_early. In general this could be convenient for any driver that supports both system PM and runtime PM. Move the runtime PM callbacks to be implemented within CONFIG_PM, to make them available for

[PATCH 5/5] drm/exynos: Convert to suspend_late/resume_early callbacks for fimc

2013-11-27 Thread Ulf Hansson
To simplify code for system suspend, convert the .suspend|resume callbacks into .suspend_late|resume_early. In general this could be convenient for any driver that supports both system PM and runtime PM. Move the runtime PM callbacks to be implemented within CONFIG_PM, to make them available for