[PATCH V3 3/6] USB: OHCI: make ohci-omap3 a separate driver
Alan Stern
stern at rowland.harvard.edu
Tue Jun 25 14:14:31 EDT 2013
On Tue, 25 Jun 2013, Manjunath Goudar wrote:
> Separate the TI OHCI OMAP3 host controller driver from ohci-hcd
> host code so that it can be built as a separate driver module.
> This work is part of enabling multi-platform kernels on ARM;
> it would be nice to have in 3.11.
>
> Signed-off-by: Manjunath Goudar <manjunath.goudar at linaro.org>
> Cc: Anand Gadiyar <gadiyar at ti.com>
> Cc: Felipe Balbi <balbi at ti.com>
> Cc: Arnd Bergmann <arnd at arndb.de>
> Cc: Greg KH <greg at kroah.com>
> Cc: Alan Stern <stern at rowland.harvard.edu>
> Cc: linux-usb at vger.kernel.org
>
> V2:
> -ohci_setup() removed because it is called in .reset member
> of the ohci_hc_driver structure.
> -The improper multi-line commenting style written in proper way.
> ('*' characters aligned in vertically).
>
> V3:
> -RemoteWakeupConnected setting has been removed.
You weren't supposed to remove it! I told you to remove this one line:
writel(OHCI_CTRL_RWC, &ohci->regs->control);
The preceding lines:
/*
* RemoteWakeupConnected has to be set explicitly before
* calling ohci_run. The reset value of RWC is 0.
*/
ohci->hc_control = OHCI_CTRL_RWC;
should remain.
Alan Stern
More information about the linux-arm-kernel
mailing list