From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 25 Nov 2014 09:52:58 -0800 Subject: [U-Boot] [PATCH] drivers : usb: fsl: Implement usb Erratum A007798 workaround In-Reply-To: <1413517327-1733-1-git-send-email-nikhil.badola@freescale.com> References: <1413517327-1733-1-git-send-email-nikhil.badola@freescale.com> Message-ID: <5474C1FA.7030902@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/16/2014 08:42 PM, Nikhil Badola wrote: > Set TXFIFOTHRESH to adjust ddr pipeline delay for successful large > usb writes > > Signed-off-by: Nikhil Badola > --- > Depends on patch https://patchwork.ozlabs.org/patch/394797/ > > arch/powerpc/cpu/mpc85xx/cmd_errata.c | 4 ++++ > arch/powerpc/include/asm/config_mpc85xx.h | 1 + > drivers/usb/host/ehci-fsl.c | 3 +-- > include/fsl_usb.h | 11 +++++++++++ > 4 files changed, 17 insertions(+), 2 deletions(-) > Applied to u-boot-fsl-qoriq master. Awaiting upstream. Thanks. York