]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: sdhci-s3c: use clk_prepare_enable and clk_disable_unprepare
authorThomas Abraham <thomas.abraham@linaro.org>
Tue, 2 Oct 2012 23:35:43 +0000 (08:35 +0900)
committerChris Ball <cjb@laptop.org>
Tue, 23 Oct 2012 21:09:45 +0000 (17:09 -0400)
commit8163757b9c681e8e75f1b07ff81f596db2bf72a9
treeac90a284837a17b9e7a5691e9934b5faff55a52c
parentf7c4431054b956b9ec5b6885c9558a80905e1a8f
mmc: sdhci-s3c: 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>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-s3c.c