]> rtime.felk.cvut.cz Git - can-eth-gw-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>
Wed, 7 Nov 2012 20:02:56 +0000 (15:02 -0500)
commit0f310a057feb91ff17a7f4d5f8405e73035084e2
tree0792ecadec93d7f8707ebaee30265c61e1ac63be
parent8e2b36ea6e3abc613cbbdb41692fbd2f9ee18996
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