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
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
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
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