From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 22 Oct 2014 12:33:21 -0700 Subject: [U-Boot] [PATCH] usb/xhci: remove XHCI init code from other usb controllers In-Reply-To: <201410222056.20273.marex@denx.de> References: <1395625947-48076-1-git-send-email-B45475@freescale.com> <201410222056.20273.marex@denx.de> Message-ID: <54480681.5040609@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 "#ifdef CONFIG_USB_XHCI" to run it just for XHCI. >> >> Signed-off-by: Zhao Qiang > > Is this still relevant? What kind of bug does this fix exactly? > > Also, next time please CC me. > I think so. Qiang just pinged me yesterday. Do you think it is reasonable to conditionally power cycle the ports? York