Re: [RFC PATCH 1/2] USB: OHCI: prepare to make ohci-hcd a library module

2013-05-09 Thread Alan Stern
On Thu, 9 May 2013, Arnd Bergmann wrote: > On Thursday 09 May 2013, Alan Stern wrote: > > > > The #else part of this isn't needed, and I doubt very much that it > > > > would work correctly if it was needed. > > > > > > As Arnd suggestion,so I written else part. > > > > The existing code doesn't

Re: [RFC PATCH 1/2] USB: OHCI: prepare to make ohci-hcd a library module

2013-05-09 Thread Arnd Bergmann
On Thursday 09 May 2013, Alan Stern wrote: > > > The #else part of this isn't needed, and I doubt very much that it > > > would work correctly if it was needed. > > > > As Arnd suggestion,so I written else part. > > The existing code doesn't have a #else part, and I don't think you need > to add

Re: [RFC PATCH 1/2] USB: OHCI: prepare to make ohci-hcd a library module

2013-05-09 Thread Alan Stern
On Thu, 9 May 2013, Manjunath Goudar wrote: > > > @@ -767,7 +762,37 @@ retry: > > > > > > return 0; > > > } > > > > > +/**/ > > > + > > > +/* ohci generic function for all OHCI bus glue */ > > > + > > > +static int ohci

Re: [RFC PATCH 1/2] USB: OHCI: prepare to make ohci-hcd a library module

2013-05-07 Thread Alan Stern
On Tue, 7 May 2013, Manjunath Goudar wrote: > This patch prepares ohci-hcd for being split up into a core > library and separate platform driver modules. A generic > ohci_hc_driver structure is created, containing all the "standard" > values, and a new mechanism is added whereby a driver module c

[RFC PATCH 1/2] USB: OHCI: prepare to make ohci-hcd a library module

2013-05-07 Thread Manjunath Goudar
This patch prepares ohci-hcd for being split up into a core library and separate platform driver modules. A generic ohci_hc_driver structure is created, containing all the "standard" values, and a new mechanism is added whereby a driver module can specify a set of overrides to those values. In ad

[RFC PATCH 1/2] USB: OHCI: prepare to make ohci-hcd a library module

2013-05-07 Thread Manjunath Goudar
This patch prepares ohci-hcd for being split up into a core library and separate platform driver modules. A generic ohci_hc_driver structure is created, containing all the "standard" values, and a new mechanism is added whereby a driver module can specify a set of overrides to those values. In ad

Re: [RFC PATCH 1/2] USB: OHCI: prepare to make ohci-hcd a library module

2013-04-18 Thread Alan Stern
On Tue, 16 Apr 2013 manjunath.gou...@linaro.org wrote: > From: Manjunath Goudar > > This patch prepares ohci-hcd for being split up into a core > library and separate platform driver modules. A generic > ohci_hc_driver structure is created, containing all the "standard" > values, and a new mech

Re: [RFC PATCH 1/2] USB: OHCI: prepare to make ohci-hcd a library module

2013-04-17 Thread Arnd Bergmann
On Tuesday 16 April 2013, manjunath.gou...@linaro.org wrote: > From: Manjunath Goudar > > This patch prepares ohci-hcd for being split up into a core > library and separate platform driver modules. A generic > ohci_hc_driver structure is created, containing all the "standard" > values, and a new

[RFC PATCH 1/2] USB: OHCI: prepare to make ohci-hcd a library module

2013-04-16 Thread manjunath . goudar
From: Manjunath Goudar This patch prepares ohci-hcd for being split up into a core library and separate platform driver modules. A generic ohci_hc_driver structure is created, containing all the "standard" values, and a new mechanism is added whereby a driver module can specify a set of override