commit | 5ce24978983477034f0b0c0bfd7e4a6026103958 | [log] [tgz] |
---|---|---|
author | Thomas Abraham <thomas.abraham@linaro.org> | Wed Oct 03 08:57:40 2012 +0900 |
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | Wed Oct 10 02:06:00 2012 +0000 |
tree | fd74b7c102357330ee6afab3dfe04ede6f180307 | |
parent | 7a93cbbb51c56d021907ba6863d469feee73f379 [diff] |
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>