RE: [PATCH 6/8 v2] usb: musb: Offmode fix for idle path

2010-08-31 Thread Kalliguddi, Hema
: Re: [PATCH 6/8 v2] usb: musb: Offmode fix for idle path Hema HK hem...@ti.com writes: With OMAP core-off support musb was not functional as context was getting lost after wakeup from core-off. And also musb was blocking the core-off after loading the gadget driver even with no cable

Re: [PATCH 6/8 v2] usb: musb: Offmode fix for idle path

2010-08-31 Thread Kevin Hilman
; Cousson, Benoit; Paul Walmsley Subject: Re: [PATCH 6/8 v2] usb: musb: Offmode fix for idle path Hema HK hem...@ti.com writes: With OMAP core-off support musb was not functional as context was getting lost after wakeup from core-off. And also musb was blocking the core-off after loading

[PATCH 6/8 v2] usb: musb: Offmode fix for idle path

2010-08-18 Thread Hema HK
With OMAP core-off support musb was not functional as context was getting lost after wakeup from core-off. And also musb was blocking the core-off after loading the gadget driver even with no cable connected sometimes. Added the conext save/restore api in the platform layer which will be called