]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/exynos: consider common clock framework to g2d driver.
authorInki Dae <inki.dae@samsung.com>
Wed, 24 Jul 2013 04:40:12 +0000 (13:40 +0900)
committerInki Dae <daeinki@gmail.com>
Mon, 29 Jul 2013 17:01:53 +0000 (02:01 +0900)
commit89f8b85ecd31a678a17d419327000a60b74b2ed7
tree4190d2d5d959cfe3507c5e4050ed8620ce634bf7
parentde1d3677017a1d58419722b60564cb56bd9462c3
drm/exynos: consider common clock framework to g2d driver.

This patch just changes clk_enable/disable to
clk_prepare_enable/clk_disable_unprepare, and
adds related exception codes.

Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_g2d.c