drm/exynos: Prepare/Unprepare HDMI subsystem clocks
authorSean Paul <seanpaul@chromium.org>
Tue, 11 Jun 2013 06:54:02 +0000 (12:24 +0530)
committerInki Dae <daeinki@gmail.com>
Fri, 28 Jun 2013 12:13:56 +0000 (21:13 +0900)
commit0bfb1f8bcbf298854276472e20ee66312aee5029
treeff5599b1cebb4186c67cfcbcddf497196d48c072
parentcbc4c33d14ceefe99372065cb5733101401c08a2
drm/exynos: Prepare/Unprepare HDMI subsystem clocks

Change the clk_enable/clk_disable calls in mixer and hdmi drivers into
clk_prepare_enable/clk_disable_unprepare, respectively.

Signed-off-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_hdmi.c
drivers/gpu/drm/exynos/exynos_mixer.c