]> git.baikalelectronics.ru Git - kernel.git/commit
video: s3c-fb: use clk_prepare_enable and clk_disable_unprepare
authorThomas Abraham <thomas.abraham@linaro.org>
Tue, 2 Oct 2012 23:57:40 +0000 (08:57 +0900)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Wed, 10 Oct 2012 02:06:00 +0000 (02:06 +0000)
commitd69290625b91219658e7db87371b4442fdaa8c7e
treefd74b7c102357330ee6afab3dfe04ede6f180307
parent2754d28b68751b997e910db2fd4a681d625557c9
video: s3c-fb: use clk_prepare_enable and clk_disable_unprepare

Convert clk_enable/clk_disable to clk_prepare_enable/clk_disable_unprepare
calls as required by common clock framework.

Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Acked-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
drivers/video/s3c-fb.c