]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mmc: jz4740: Use clk_prepare_enable/clk_disable_unprepare
authorLars-Peter Clausen <lars@metafoo.de>
Sun, 12 May 2013 18:12:38 +0000 (20:12 +0200)
committerChris Ball <cjb@laptop.org>
Thu, 27 Jun 2013 14:18:51 +0000 (10:18 -0400)
commitfca9661c6c8926171a49f6ac57adc65290f10caf
tree4ad475d9ee7738f7c604d55571d0f7450bf1dc7a
parentb9ec2744128d0940342b236e9018614ba8848118
mmc: jz4740: Use clk_prepare_enable/clk_disable_unprepare

In preparation to switching the jz4740 clk driver to the
common clk framework, update the clk enable/disable calls
to clk_prepare_enable/clk_disable_unprepare.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/jz4740_mmc.c