]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbd29b172580029bc30d002bcb3012f4e4e276e5b
treea987296ab00980e0175526965cfc6359a49375e4
parentc661cc09ec01010d79b18966681133549a9a72b3
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