Re: [PATCH 1/2] USB: OHCI: make ohci-ep93xx a separate driver

2013-07-08 Thread Alan Stern
On Mon, 8 Jul 2013, Manjunath Goudar wrote: > > > @@ -79,7 +93,10 @@ static int usb_hcd_ep93xx_probe(const struct > > hc_driver *driver, > > > > > > ep93xx_start_hc(&pdev->dev); > > > > > > - ohci_hcd_init(hcd_to_ohci(hcd)); > > > + ohci = hcd_to_ohci(hcd); > > > + ohci->next_sta

Re: [PATCH 1/2] USB: OHCI: make ohci-ep93xx a separate driver

2013-07-04 Thread Alan Stern
On Thu, 4 Jul 2013, Manjunath Goudar wrote: > Separate the OHCI EP93XX 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. > @@ -79,7 +93,10 @@ static int usb_hcd_ep93xx_probe(const st

[PATCH 1/2] USB: OHCI: make ohci-ep93xx a separate driver

2013-07-04 Thread Manjunath Goudar
Separate the OHCI EP93XX 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: Arnd Bergmann Cc: Alan Stern Cc: Greg KH Cc: linux-usb@vger.kernel.org -