fbdev: shmobile-hdmi: Convert to clk_prepare/unprepare
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 28 Oct 2013 22:49:28 +0000 (23:49 +0100)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 11 Nov 2013 13:32:58 +0000 (15:32 +0200)
commitd00affb1c6bfa83e216931604f697a38745b4181
tree9a9940b48eb54e8ae47aa8bb6a71f7434baa9fe3
parent8623ec220b9c9d873ef82d41c9adbac7eec53174
fbdev: shmobile-hdmi: 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.

Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: linux-fbdev@vger.kernel.org
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/sh_mobile_hdmi.c