]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: dsi: add runtime pm support
authorInki Dae <inki.dae@samsung.com>
Mon, 16 Nov 2015 11:29:24 +0000 (20:29 +0900)
committerInki Dae <daeinki@gmail.com>
Sun, 13 Dec 2015 13:22:47 +0000 (22:22 +0900)
commit23d712e21e94cab6a30f546be8f136a63ac89d11
tree1ccc67819ee28718b025be671d549321da3f20d7
parente2778f6f25fd49abcf36cb9918cf868f36495e3e
drm/exynos: dsi: add runtime pm support

This patch adds runtime pm interfaces to dsi driver.

Each sub driver should control not only its own clocks and
regulator but also its power domain.

For this, it removes existing exynos_dsi_poweron/poweroff interfaces
and uses runtime pm interfaces instead.

Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_dsi.c