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

2009-09-21 Thread Julie Zhu
Thanks, Grant and Ben, > > 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

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

2009-09-21 Thread Grant Likely
On Mon, Sep 21, 2009 at 7:41 AM, Julie Zhu wrote: > I have changed the compatible to "xlnx,xps-usb-host-1.00.a", thanks for > catching this. > > Where should I put the binding for Xilinx USB host controller? usb-ehci.txt > or xilinx.txt? Probably xilinx.txt. g. -- Grant Likely, B.Sc., P.Eng.

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

2009-09-21 Thread Grant Likely
On Tue, Sep 15, 2009 at 3:10 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

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

2009-09-21 Thread Benjamin Herrenschmidt
On Tue, 2009-09-15 at 16:10 -0600, 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 h

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

2009-09-15 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