From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 2 Apr 2015 19:02:08 +0200 Subject: [U-Boot] [PATCH] drivers:usb:fsl: Implement Erratum A-009116 for XHCI controller In-Reply-To: <1427428074-5535-1-git-send-email-nikhil.badola@freescale.com> References: <1427428074-5535-1-git-send-email-nikhil.badola@freescale.com> Message-ID: <201504021902.08156.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday, March 27, 2015 at 04:47:54 AM, Nikhil Badola wrote: > This adjusts (micro)frame length to appropriate value thus > avoiding USB devices to time out over a longer run > > Signed-off-by: Nikhil Badola Hi, it seems the XHCI driver from Freescale was never applied, since no maintainer was ever in CC and there was no effort from the author to contact anyone after sending it out. That's rather unfortunate. I briefly reviewed the driver which you linked and it seems like it is almost exact copy of the xhci-omap.c . We certainly don't want this level of code duplication. Would it be possible for you to pick up that driver, work your change into it, avoid the code duplication and repost the whole thing please ? Best regards, Marek Vasut