Re: [PATCH 5/5 v9] mfd: omap: usb: Runtime PM support

2011-09-18 Thread Munegowda, Keshava
On Fri, Sep 16, 2011 at 11:17 PM, Frank Rowand wrote: > On 09/16/11 00:31, Munegowda, Keshava wrote: >> On Fri, Sep 16, 2011 at 11:17 AM, Munegowda, Keshava >> wrote: >>> On Fri, Sep 16, 2011 at 6:10 AM, Frank Rowand >>> wrote: On 09/15/11 06:22, Keshava Munegowda wrote: > From: Keshav

Re: [PATCH 5/5 v9] mfd: omap: usb: Runtime PM support

2011-09-16 Thread Frank Rowand
On 09/16/11 00:31, Munegowda, Keshava wrote: > On Fri, Sep 16, 2011 at 11:17 AM, Munegowda, Keshava > wrote: >> On Fri, Sep 16, 2011 at 6:10 AM, Frank Rowand >> wrote: >>> On 09/15/11 06:22, Keshava Munegowda wrote: From: Keshava Munegowda The usbhs core driver does not enable/di

Re: [PATCH 5/5 v9] mfd: omap: usb: Runtime PM support

2011-09-16 Thread Munegowda, Keshava
On Fri, Sep 16, 2011 at 11:17 AM, Munegowda, Keshava wrote: > On Fri, Sep 16, 2011 at 6:10 AM, Frank Rowand > wrote: >> On 09/15/11 06:22, Keshava Munegowda wrote: >>> From: Keshava Munegowda >>> >>> The usbhs core driver does not enable/disable the interface and >>> functional clocks; These cl

Re: [PATCH 5/5 v9] mfd: omap: usb: Runtime PM support

2011-09-15 Thread Munegowda, Keshava
On Fri, Sep 16, 2011 at 6:10 AM, Frank Rowand wrote: > On 09/15/11 06:22, Keshava Munegowda wrote: >> From: Keshava Munegowda >> >> The usbhs core driver does not enable/disable the interface and >> functional clocks; These clocks are handled by hwmod and runtime pm, >> hence instead of the clock

Re: [PATCH 5/5 v9] mfd: omap: usb: Runtime PM support

2011-09-15 Thread Frank Rowand
On 09/15/11 06:22, Keshava Munegowda wrote: > From: Keshava Munegowda > > The usbhs core driver does not enable/disable the interface and > functional clocks; These clocks are handled by hwmod and runtime pm, > hence instead of the clock enable/disable, the runtime pm APIS are > used. however,the

[PATCH 5/5 v9] mfd: omap: usb: Runtime PM support

2011-09-15 Thread Keshava Munegowda
From: Keshava Munegowda The usbhs core driver does not enable/disable the interface and functional clocks; These clocks are handled by hwmod and runtime pm, hence instead of the clock enable/disable, the runtime pm APIS are used. however,the port clocks are handled by the usbhs core. Signed-off-