Re: [PATCH v3 0/4] Allow xHCI drivers to be built as separate modules

2014-10-02 Thread Greg Kroah-Hartman
On Thu, Oct 02, 2014 at 07:31:03PM +0300, Mathias Nyman wrote: > On 09/09/2014 05:27 PM, Mathias Nyman wrote: > > On 09/03/2014 10:51 PM, Andrew Bresticker wrote: > >> Mathias, > >> > >> On Tue, Aug 19, 2014 at 10:01 AM, Andrew Bresticker > >> wrote: > >>> It was suggested in the review of the Teg

Re: [PATCH v3 0/4] Allow xHCI drivers to be built as separate modules

2014-10-02 Thread Mathias Nyman
On 09/09/2014 05:27 PM, Mathias Nyman wrote: > On 09/03/2014 10:51 PM, Andrew Bresticker wrote: >> Mathias, >> >> On Tue, Aug 19, 2014 at 10:01 AM, Andrew Bresticker >> wrote: >>> It was suggested in the review of the Tegra xHCI driver [1] that we >>> allow xHCI drivers to be built as individual m

Re: [PATCH v3 0/4] Allow xHCI drivers to be built as separate modules

2014-09-09 Thread Mathias Nyman
On 09/03/2014 10:51 PM, Andrew Bresticker wrote: > Mathias, > > On Tue, Aug 19, 2014 at 10:01 AM, Andrew Bresticker > wrote: >> It was suggested in the review of the Tegra xHCI driver [1] that we >> allow xHCI drivers to be built as individual modules (like EHCI) instead >> of building them all i

Re: [PATCH v3 0/4] Allow xHCI drivers to be built as separate modules

2014-09-03 Thread Andrew Bresticker
Mathias, On Tue, Aug 19, 2014 at 10:01 AM, Andrew Bresticker wrote: > It was suggested in the review of the Tegra xHCI driver [1] that we > allow xHCI drivers to be built as individual modules (like EHCI) instead > of building them all into the single xhci-hcd module as they are today. > > Patche