]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitba6e47795d836e1469d17006bd874645cdb5c679
tree1ccc67819ee28718b025be671d549321da3f20d7
parent681c801eb9f322873c67996720a138d534cb8ff9
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