Re: [PATCH 5/6 v3] arm: omap: usb: Runtime PM support

2011-07-08 Thread Alan Stern
On Fri, 8 Jul 2011, Keshava Munegowda wrote: > The usbhs core driver does not enable/disable the intefrace and > fucntional clocks; These clocks are handled by hwmod and runtime pm, > hence insted of the clock enable/disable, the runtime pm APIS are > used. however,the port clocks and tll clocks a

[PATCH 5/6 v3] arm: omap: usb: Runtime PM support

2011-07-08 Thread Keshava Munegowda
The usbhs core driver does not enable/disable the intefrace and fucntional clocks; These clocks are handled by hwmod and runtime pm, hence insted of the clock enable/disable, the runtime pm APIS are used. however,the port clocks and tll clocks are handled by the usbhs core. In this architecture, th