On Fri, 7 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.
> @@ -185,7 +118,16 @@ static int ohci_hcd_omap3_probe(str
On Friday 07 June 2013 11:33:29 Manjunath Goudar wrote:
> + /*
> + * RemoteWakeupConnected has to be set explicitly before
> + * calling ohci_run. The reset value of RWC is 0.
> + */
Just nitpicking, but you still use the wrong commenting style
occasionally. The '*' charact
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.
Signed-off-by: Manjunath Goudar
Cc: Anand Gadiyar
Cc: Felipe Balbi
Cc: Arnd Bergmann
Cc: Greg KH
Cc: Ala