]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - drivers/usb/host/r8a66597-hcd.c
usb: r8a66597-hcd: Convert to clk_prepare/unprepare
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 28 Oct 2013 22:49:27 +0000 (23:49 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 28 Nov 2013 08:19:11 +0000 (17:19 +0900)
commit9b547a882e9ffec67bb41a4e66b4bcc0e91a2737
tree89905d56ecbca49eacd2a27710bbda16ab1324da
parent6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae
usb: r8a66597-hcd: 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: linux-usb@vger.kernel.org
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
drivers/usb/host/r8a66597-hcd.c