]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: musb: ux500: use clk_prepare_enable and clk_disable_unprepare
authorFabio Baltieri <fabio.baltieri@linaro.org>
Mon, 7 Jan 2013 16:47:41 +0000 (17:47 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Feb 2013 13:38:43 +0000 (05:38 -0800)
commitb8c53c85a6bd15bfd67ff19e1d921894be207685
treebf8f69c3fb77ee14567e6c14a50247d7703b4083
parent6a867cef9bfe392b9afcab6dd149ab7d524050c6
usb: musb: ux500: use clk_prepare_enable and clk_disable_unprepare

commit 99d17cfa3bbc6f4edb175f819af59c6b9e245e82 upstream.

This patch converts the module to use clk_prepare_enable and
clk_disable_unprepare variants as required by common clock framework.

Without this the system crash during probe function.

Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/ux500.c