drm/exynos: gsc: prepare and unprepare gsc clock
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 9 Jan 2015 06:54:00 +0000 (15:54 +0900)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 13 Apr 2015 10:44:52 +0000 (12:44 +0200)
commit144cf68191cf23d2e41dff114c42573cee7851db
tree032fcc37f44ec381fb91f2c51b46a8f13fd4bbd9
parentc78f55f9f648c2a12f58d6c39a88a5388149fa26
drm/exynos: gsc: prepare and unprepare gsc clock

Ths patch changes the clk_enable and clk_disable call in gsc driver
into clk_prepare_enable and clk_disable_unprepare.

Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_gsc.c