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

2013-07-08 Thread Alan Stern
On Mon, 8 Jul 2013, Manjunath Goudar wrote: > > Several aspects of this are strange. For example, consider how you > > used the private part of the ohci_hcd structure and how the variable > > names are inconsistent with the other OHCI glue drivers. > > > > > Here we are considering private date l

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

2013-07-04 Thread Alan Stern
On Thu, 4 Jul 2013, Manjunath Goudar wrote: > Separate the OHCI pxa27x/pxa3xx 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. > +config USB_OHCI_HCD_PXA27X > + tristate "Sup

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

2013-07-04 Thread Manjunath Goudar
Separate the OHCI pxa27x/pxa3xx 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: Greg KH Cc: Alan Stern Cc: linux-usb@vger.kern