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 <chris@printf.net>
Mon, 13 Jan 2014 17:48:15 +0000 (12:48 -0500)
commit00fb3d2a19a4e0b910aaebcfce086c3a172d3907
treeb47fc74913fc64814c85e4e47c606e0bfab64e77
parenta50145f925c722dd74e18758fe4d9da9eb4c72ed
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