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