Re: [U-Boot] [PATCH] usb/xhci: remove XHCI init code from other usb controllers

2014-10-22 Thread Marek Vasut
On Wednesday, October 22, 2014 at 09:33:21 PM, York Sun wrote: > On 10/22/2014 11:56 AM, Marek Vasut wrote: > > On Monday, March 24, 2014 at 02:52:27 AM, Zhao Qiang wrote: > >> The patch with commit id "020bbcb76b5be0d5406d2ae7c26dbdb013ead812" > >> adds some init codes for XHCI but not for other u

Re: [U-Boot] [PATCH] usb/xhci: remove XHCI init code from other usb controllers

2014-10-22 Thread York Sun
On 10/22/2014 11:56 AM, Marek Vasut wrote: > On Monday, March 24, 2014 at 02:52:27 AM, Zhao Qiang wrote: >> The patch with commit id "020bbcb76b5be0d5406d2ae7c26dbdb013ead812" >> adds some init codes for XHCI but not for other usb controllers. >> And it will causes a bug for EHCI. >> so use macro "

Re: [U-Boot] [PATCH] usb/xhci: remove XHCI init code from other usb controllers

2014-10-22 Thread Marek Vasut
On Monday, March 24, 2014 at 02:52:27 AM, Zhao Qiang wrote: > The patch with commit id "020bbcb76b5be0d5406d2ae7c26dbdb013ead812" > adds some init codes for XHCI but not for other usb controllers. > And it will causes a bug for EHCI. > so use macro "#ifdef CONFIG_USB_XHCI" to run it just for XHCI.

[U-Boot] [PATCH] usb/xhci: remove XHCI init code from other usb controllers

2014-03-23 Thread Zhao Qiang
The patch with commit id "020bbcb76b5be0d5406d2ae7c26dbdb013ead812" adds some init codes for XHCI but not for other usb controllers. And it will causes a bug for EHCI. so use macro "#ifdef CONFIG_USB_XHCI" to run it just for XHCI. Signed-off-by: Zhao Qiang --- common/usb_hub.c | 5 + 1 file