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 julie@xilinx.com 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.

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 julie@xilinx.com 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,

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 with

[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.