Home
last modified time | relevance | path

Searched hist:92623672 (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/usb/common/
H A Dfsl-dt-fixup.c92623672 Sun Jun 12 23:28:34 CDT 2016 Sriram Dash <sriram.dash@nxp.com> fsl: usb: make errata function common for PPC and ARM

This patch does the following things:
1. Makes the errata checking code common for PPC and ARM
2. Moves all these static inline functions into a dedicated C file

Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
Signed-off-by: Rajesh Bhagat <rajesh.bhagat@nxp.com>
H A DMakefile92623672 Sun Jun 12 23:28:34 CDT 2016 Sriram Dash <sriram.dash@nxp.com> fsl: usb: make errata function common for PPC and ARM

This patch does the following things:
1. Makes the errata checking code common for PPC and ARM
2. Moves all these static inline functions into a dedicated C file

Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
Signed-off-by: Rajesh Bhagat <rajesh.bhagat@nxp.com>
H A Dfsl-errata.c92623672 Sun Jun 12 23:28:34 CDT 2016 Sriram Dash <sriram.dash@nxp.com> fsl: usb: make errata function common for PPC and ARM

This patch does the following things:
1. Makes the errata checking code common for PPC and ARM
2. Moves all these static inline functions into a dedicated C file

Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
Signed-off-by: Rajesh Bhagat <rajesh.bhagat@nxp.com>
/openbmc/u-boot/include/
H A Dfsl_usb.h92623672 Sun Jun 12 23:28:34 CDT 2016 Sriram Dash <sriram.dash@nxp.com> fsl: usb: make errata function common for PPC and ARM

This patch does the following things:
1. Makes the errata checking code common for PPC and ARM
2. Moves all these static inline functions into a dedicated C file

Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
Signed-off-by: Rajesh Bhagat <rajesh.bhagat@nxp.com>
/openbmc/u-boot/include/configs/km/
H A Dkmp204x-common.heb364c3d Wed Jul 06 18:39:51 CDT 2016 York Sun <york.sun@nxp.com> powerpc: mpc85xx: kmp204x: Fix compiling error for usb errata

Commit 9262367 moves USB errata workaround into a C file. This
causes compiling error for kmcoge4 and kmlion1. To enable the
errata workaround, define CONFIG_USB_EHCI_FSL in common header.

Signed-off-by: York Sun <york.sun@nxp.com>
Cc: Marek Vasut <marex@denx.de>
Cc: Ed Swarthout <Ed.Swarthout@nxp.com>
Cc: Sriram Dash <sriram.dash@nxp.com>
Fixes: 92623672f9d3 ("fsl: usb: make errata function common for PPC and ARM")
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A DMakefile12c67d75 Tue Jul 05 10:40:27 CDT 2016 Marek Vasut <marex@denx.de> powerpc: mpc85xx: Do not build errata command in SPL

The errata command is useless in SPL, so don't build it. This fixes
multiple build failures on PowerPC.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: York Sun <york.sun@nxp.com>
Fixes: 92623672f9d3 ("fsl: usb: make errata function common for PPC and ARM")