From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 25 Nov 2014 09:52:23 -0800 Subject: [U-Boot] [PATCH 1/3] drivers: usb: fsl: Move USB Errata checking code In-Reply-To: <1412056363-18102-1-git-send-email-nikhil.badola@freescale.com> References: <1412056363-18102-1-git-send-email-nikhil.badola@freescale.com> Message-ID: <5474C1D7.1010303@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 09/29/2014 10:52 PM, Nikhil Badola wrote: > Move USB Errata checking code from "arch/powerpc" to architecture independent > file "fsl_usb.h" so that errata(s) become independent of the architecture. > For each erratum checking function for PPC arch, define a nop function for > non PPC arch for successful compilation in either case > > Signed-off-by: Nikhil Badola > --- > arch/powerpc/cpu/mpc85xx/cmd_errata.c | 1 + > arch/powerpc/include/asm/fsl_errata.h | 55 ----------------------------- > drivers/usb/host/ehci-fsl.c | 2 +- > include/fsl_usb.h | 66 +++++++++++++++++++++++++++++++++++ > 4 files changed, 68 insertions(+), 56 deletions(-) > Applied to u-boot-fsl-qoriq master. Awaiting upstream. Thanks. York