Re: [PATCH] [V2] USB: Add support for Xilinx USB host controller

2009-10-06 Thread Greg KH
On Tue, Oct 06, 2009 at 11:07:32AM -0600, Julie Zhu wrote: > Hi, Greg K-H, > > I think we have put in all the suggested changes. Are you planning to > put it into your tree? Or is there something we need to do? I will queue it up in my tree. thanks, greg k-h

RE: [PATCH] [V2] USB: Add support for Xilinx USB host controller

2009-10-06 Thread Julie Zhu
009 4:08 PM > > To: John Linn; jwbo...@linux.vnet.ibm.com; g...@kroah.com; linuxppc- > d...@ozlabs.org; linux- > > u...@vger.kernel.org; grant.lik...@secretlab.ca; b...@kernel.crashing.org > > Cc: Julie Zhu > > Subject: [PATCH] [V2] USB: Add support for Xilinx USB host cont

Re: [PATCH] [V2] USB: Add support for Xilinx USB host controller

2009-09-21 Thread Grant Likely
On Mon, Sep 21, 2009 at 3:08 PM, Julie Zhu wrote: > Add bus glue driver for Xilinx USB host controller. The controller can be > configured as HS only or HS/FS hybrid. The driver uses the device tree file > to configure the driver according to the setting in the hardware system. > > This driver has

[PATCH] [V2] USB: Add support for Xilinx USB host controller

2009-09-21 Thread Julie Zhu
Add bus glue driver for Xilinx USB host controller. The controller can be configured as HS only or HS/FS hybrid. The driver uses the device tree file to configure the driver according to the setting in the hardware system. This driver has been tested with usbtest using the NET2280 PCI card. Signe