
25 Nov
2014
25 Nov
'14
6:52 p.m.
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@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