Re: [linux-usb-devel] Doubts in HCD Suspend/Resume

2006-05-16 Thread Alan Stern
On Thu, 11 May 2006, David Brownell wrote: > On Thursday 11 May 2006 10:07 am, Alan Stern wrote: > > Please reply to the mailing list as well as to me. > > > > On Thu, 11 May 2006, rakesh kn wrote: > > > > > Hi, > > > In the suspend/resume call back in platform driver structure, i am > > > exact

Re: [linux-usb-devel] Doubts in HCD Suspend/Resume

2006-05-11 Thread David Brownell
On Thursday 11 May 2006 10:07 am, Alan Stern wrote: > Please reply to the mailing list as well as to me. > > On Thu, 11 May 2006, rakesh kn wrote: > > > Hi, > > In the suspend/resume call back in platform driver structure, i am > > exactly doing the same, > > i call bus_suspend to suspend all the

Re: [linux-usb-devel] Doubts in HCD Suspend/Resume

2006-05-11 Thread Alan Stern
Please reply to the mailing list as well as to me. On Thu, 11 May 2006, rakesh kn wrote: > Hi, > In the suspend/resume call back in platform driver structure, i am > exactly doing the same, > i call bus_suspend to suspend all the ports in the controller. and the > i halt the controller. > This is

Re: [linux-usb-devel] Doubts in HCD Suspend/Resume

2006-05-10 Thread Alan Stern
On Wed, 10 May 2006, rakesh kn wrote: > Hi , > > I have written the platform glue for ARC - EHCI controller. I provided > the suspend/resume call backs in struct platform_driver with CONFIG_PM > and CONFIG_USB_SUSPEND for selecti ve suspend/resume enabled. > > My kernel is compile to be monolith