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

2010-09-03 Thread Kalliguddi, Hema
: [PATCH 8/8 v2] usb : musb: Using runtime pm apis for musb. Kalliguddi, Hema hem...@ti.com writes: static int musb_platform_resume(struct musb *musb) { u32 l; +struct device *dev = musb-controller; +struct musb_hdrc_platform_data *pdata = dev-platform_data; +struct

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

2010-08-31 Thread Kalliguddi, Hema
: [PATCH 8/8 v2] usb : musb: Using runtime pm apis for musb. Hema HK hem...@ti.com writes: 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

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

2010-08-31 Thread Kevin Hilman
Kalliguddi, Hema hem...@ti.com writes: static int musb_platform_resume(struct musb *musb) { u32 l; +struct device *dev = musb-controller; +struct musb_hdrc_platform_data *pdata = dev-platform_data; +struct platform_device *pdev = to_platform_device(dev); if

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

2010-08-25 Thread Kevin Hilman
Hema HK hem...@ti.com writes: 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

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

2010-08-18 Thread 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 USB in force standby and force idle mode when usb