RE: [PATCH 8/8 ]usb : musb:Using runtime pm apis for musb.

2010-08-16 Thread Kalliguddi, Hema
bject: Re: [PATCH 8/8 ]usb : musb:Using runtime pm apis for musb. > >Hello. > >I wrote: > >>> Calling runtime pm APIs pm_runtime_put_sync() and >>> pm_runtime_get_sync() for enabling/disabling the clocks,sysconfig >>> settings. > >>> used omap_hwm

Re: [PATCH 8/8 ]usb : musb:Using runtime pm apis for musb.

2010-08-11 Thread Sergei Shtylyov
Hello. I wrote: Calling runtime pm APIs pm_runtime_put_sync() and pm_runtime_get_sync() for enabling/disabling the clocks,sysconfig settings. used omap_hwmod_enable_wakeup & omap_hwmod_disable_wakeup apis to set/clear the wakeup enable bit. Also need to put the USB in force standby and for

RE: [PATCH 8/8 ]usb : musb:Using runtime pm apis for musb.

2010-08-09 Thread Kalliguddi, Hema
Hi, >-Original Message- >From: Cousson, Benoit >Sent: Monday, August 09, 2010 7:37 PM >To: Kalliguddi, Hema >Cc: linux-...@vger.kernel.org; linux-omap@vger.kernel.org; >Basak, Partha; Felipe Balbi; Tony Lindgren; Kevin Hilman >Subject: Re: [PATCH 8/8 ]usb : musb:Usin

Re: [PATCH 8/8 ]usb : musb:Using runtime pm apis for musb.

2010-08-09 Thread Cousson, Benoit
On 8/6/2010 7:29 PM, Hema HK wrote: From: Hema HK Calling runtime pm APIs pm_runtime_put_sync() and pm_runtime_get_sync() for enabling/disabling the clocks,sysconfig settings. used omap_hwmod_enable_wakeup& omap_hwmod_disable_wakeup apis to set/clear the wakeup enable bit. Also need to put the

Re: [PATCH 8/8 ]usb : musb:Using runtime pm apis for musb.

2010-08-07 Thread Sergei Shtylyov
Hello. Hema HK wrote: Calling runtime pm APIs pm_runtime_put_sync() and pm_runtime_get_sync() for enabling/disabling the clocks,sysconfig settings. used omap_hwmod_enable_wakeup & omap_hwmod_disable_wakeup apis to set/clear the wakeup enable bit. Also need to put the USB in force standby and