commit | ba6e47795d836e1469d17006bd874645cdb5c679 | [log] [tgz] |
---|---|---|
author | Inki Dae <inki.dae@samsung.com> | Mon Nov 16 20:29:24 2015 +0900 |
committer | Inki Dae <daeinki@gmail.com> | Sun Dec 13 22:22:47 2015 +0900 |
tree | 1ccc67819ee28718b025be671d549321da3f20d7 | |
parent | 681c801eb9f322873c67996720a138d534cb8ff9 [diff] |
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>