usb: gadget: r8a66597-udc: convert to clk_prepare/unprepare
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 28 Oct 2013 22:49:26 +0000 (23:49 +0100)
committerFelipe Balbi <balbi@ti.com>
Tue, 26 Nov 2013 16:35:08 +0000 (10:35 -0600)
commit989c78dd56307c85f710533130a2a464f6f3c5ae
treec6200a94377348cde10881ceead2d2251b7a1346
parent6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae
usb: gadget: r8a66597-udc: 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: Felipe Balbi <balbi@ti.com>
Cc: linux-usb@vger.kernel.org
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/r8a66597-udc.c