]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
video: jz4740-fb: Use clk_prepare_enable/clk_disable_unprepare
authorLars-Peter Clausen <lars@metafoo.de>
Sun, 22 Sep 2013 10:01:49 +0000 (12:01 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 26 Sep 2013 10:23:53 +0000 (13:23 +0300)
commitaeac9e3f8919cecabca5eed080bb28634ab4d3ce
treed280c887118c48f94a382d0f91d649fefd07992e
parent8a519c437a1cfd06a5302d4c5b5c9d2df9447609
video: jz4740-fb: Use clk_prepare_enable/clk_disable_unprepare

In preparation to switching the jz4740 clk driver to the common clk framework
update the clk enable/disable calls to clk_prepare_enable/clk_disable_unprepare.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/jz4740_fb.c