]> 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)
commit995fcc1b865c252e7621b01f08d6be7c6d5e2217
tree1ccc67819ee28718b025be671d549321da3f20d7
parent4dccfcf60765cb0b997ae8abd14fa23695542a19
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