USB: ehci: ohci: Add clk_{un}prepare() support
authorViresh Kumar <viresh.kumar@st.com>
Tue, 17 Apr 2012 11:38:50 +0000 (17:08 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Apr 2012 21:33:43 +0000 (14:33 -0700)
commit15c9d50bbb4f754c02493fa880658d6bd5b5c27d
treea987296ab00980e0175526965cfc6359a49375e4
parent72b27a07efe8c7d63bc117d63e2b584a26d97e7c
USB: ehci: ohci: Add clk_{un}prepare() support

clk_{un}prepare is mandatory for platforms using common clock framework. Since
these drivers are used by SPEAr platform, which supports common clock framework,
add clk_{un}prepare() support for them.

Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-spear.c
drivers/usb/host/ohci-spear.c
This page took 0.024439 seconds and 5 git commands to generate.