]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: sh_mobile_sdhi: Convert to clk_prepare/unprepare
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 28 Oct 2013 22:49:25 +0000 (23:49 +0100)
committerChris Ball <cjb@laptop.org>
Thu, 12 Dec 2013 01:26:32 +0000 (20:26 -0500)
commit3c42804dd6c04abfb57d92857b993b3e0c2b9d90
treea70b091a3eea0d44acf5de59e46d0ee6f5d55fc8
parent1637cced4333f7e5b3263dddcd15265e8c2b0f02
mmc: sh_mobile_sdhi: Convert to clk_prepare/unprepare

Turn clk_enable() and clk_disable() calls into clk_prepare_enable() and
clk_disable_unprepare() to get ready for the migration to the common
clock framework.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sh_mobile_sdhi.c