Re: [PATCH 1/3] USB: EHCI: prepare to make ehci-hcd a library module

2012-11-06 Thread Felipe Balbi
Hi On Tue, Nov 06, 2012 at 10:25:40AM -0500, Alan Stern wrote: > On Tue, 6 Nov 2012, Felipe Balbi wrote: > > > On Thu, Nov 01, 2012 at 11:12:58AM -0400, Alan Stern wrote: > > > This patch (as1624) prepares ehci-hcd for being split up into a core > > > library and separate platform driver modules.

Re: [PATCH 1/3] USB: EHCI: prepare to make ehci-hcd a library module

2012-11-06 Thread Alan Stern
On Tue, 6 Nov 2012, Felipe Balbi wrote: > On Thu, Nov 01, 2012 at 11:12:58AM -0400, Alan Stern wrote: > > This patch (as1624) prepares ehci-hcd for being split up into a core > > library and separate platform driver modules. A generic > > ehci_hc_driver structure is created, containing all the "s

Re: [PATCH 1/3] USB: EHCI: prepare to make ehci-hcd a library module

2012-11-06 Thread Felipe Balbi
On Thu, Nov 01, 2012 at 11:12:58AM -0400, Alan Stern wrote: > This patch (as1624) prepares ehci-hcd for being split up into a core > library and separate platform driver modules. A generic > ehci_hc_driver structure is created, containing all the "standard" > values, and a new mechanism is added w

[PATCH 1/3] USB: EHCI: prepare to make ehci-hcd a library module

2012-11-01 Thread Alan Stern
This patch (as1624) prepares ehci-hcd for being split up into a core library and separate platform driver modules. A generic ehci_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 value