[PATCH V2 5/6] USB: OHCI: make ohci-at91 a separate driver
Alan Stern
stern at rowland.harvard.edu
Thu Jun 20 12:53:32 EDT 2013
On Thu, 20 Jun 2013, Manjunath Goudar wrote:
> > > @@ -686,7 +631,7 @@ ohci_hcd_at91_drv_suspend(struct platform_device
> > *pdev, pm_message_t mesg)
> > > * REVISIT: some boards will be able to turn VBUS off...
> > > */
> > > if (at91_suspend_entering_slow_clock()) {
> > > - ohci_usb_reset (ohci);
> > > + ohci_restart(ohci);
> >
> > Why did you change this? Did we discuss it earlier?
> >
>
> We are not discussed regarding this,I think we need to call
> use ohci_resume() instead of ohci_restart().
Why? Don't you think the current code has a good reason for calling
ohci_usb_reset()?
Alan Stern
More information about the linux-arm-kernel
mailing list