]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: s3cmci: Move to clk_prepare_enable/clk_disable_unprepare
authorVasily Khoruzhick <anarsoul@gmail.com>
Mon, 30 Jun 2014 19:11:06 +0000 (22:11 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 9 Jul 2014 09:26:12 +0000 (11:26 +0200)
commit88ed408d2927f066acdc03f62ca69502371fdb7f
treedb31387de7f84a3769cf5cf9c71328a7e85283ec
parent8e125a045e246d823504763f1d76d6b2e1adf084
mmc: s3cmci: Move to clk_prepare_enable/clk_disable_unprepare

Use clk_prepare_enable/clk_disable_unprepare to make the driver
work properly with common clock framework.

Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/s3cmci.c