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

2014-07-21 Thread Greg Kroah-Hartman
On Mon, Jul 21, 2014 at 04:41:08PM -0700, Andrew Bresticker wrote: > On Wed, Jul 9, 2014 at 6:05 PM, 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

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

2014-07-21 Thread Andrew Bresticker
On Wed, Jul 9, 2014 at 6:05 PM, 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. > > Patches 1-3 prepar

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

2014-07-09 Thread Andrew Bresticker
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. Patches 1-3 prepare for making the xHCI PCI and platform drivers able to be built as