[U-Boot] [PATCH 1/3] drivers: usb: fsl: Move USB Errata checking code

York Sun yorksun at freescale.com
Tue Nov 25 18:52:23 CET 2014


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 <nikhil.badola at freescale.com>
> ---
>  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




More information about the U-Boot mailing list