public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [Patch v4 0/5] Supporting ARM v8 USB errata for FSL
@ 2016-06-13  4:28 Sriram Dash
  2016-06-13  4:28 ` [U-Boot] [Patch v4 1/5] arm64: fsl-layerscape: add get_svr and IS_SVR_REV helper Sriram Dash
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Sriram Dash @ 2016-06-13  4:28 UTC (permalink / raw)
  To: u-boot

The patch-set does the following :

1. Adds support for ARM for USB Erratum Checking code for implementing the
USB Erratum for fsl.
2. Performs code cleanup to reduce redundancy when adding fsl device
tree fixup.
3. Implements Erratum A008751 for LS2 platform.

Sriram Dash (5):
  arm64: fsl-layerscape: add get_svr and IS_SVR_REV helper
  usb: xhci: fsl: code cleanup for device tree fixup for fsl usb
    controllers
  fsl: usb: make errata function common for PPC and ARM
  armv8/ls2080: Remove workaround for erratum A008751
  usb: xhci: fsl: Add workaround for USB erratum A-008751

 arch/arm/cpu/armv8/fsl-layerscape/cpu.c            |   7 +
 arch/arm/cpu/armv8/fsl-layerscape/soc.c            |  10 --
 .../include/asm/arch-fsl-layerscape/immap_lsch2.h  |   2 +
 .../include/asm/arch-fsl-layerscape/immap_lsch3.h  |   4 +
 arch/arm/include/asm/arch-fsl-layerscape/soc.h     |   2 +
 board/freescale/ls2080aqds/ls2080aqds.c            |   2 +
 board/freescale/ls2080ardb/ls2080ardb.c            |   2 +
 drivers/usb/common/Makefile                        |   4 +-
 drivers/usb/common/fsl-dt-fixup.c                  | 100 +++++++----
 .../fsl_usb.h => drivers/usb/common/fsl-errata.c   | 152 ++++------------
 drivers/usb/host/xhci-fsl.c                        |  24 +++
 include/fsl_usb.h                                  | 192 +--------------------
 12 files changed, 153 insertions(+), 348 deletions(-)
 copy include/fsl_usb.h => drivers/usb/common/fsl-errata.c (50%)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-06-24 23:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-13  4:28 [U-Boot] [Patch v4 0/5] Supporting ARM v8 USB errata for FSL Sriram Dash
2016-06-13  4:28 ` [U-Boot] [Patch v4 1/5] arm64: fsl-layerscape: add get_svr and IS_SVR_REV helper Sriram Dash
2016-06-13  4:28 ` [U-Boot] [Patch v4 2/5] usb: xhci: fsl: code cleanup for device tree fixup for fsl usb controllers Sriram Dash
2016-06-13  4:28 ` [U-Boot] [Patch v4 3/5] fsl: usb: make errata function common for PPC and ARM Sriram Dash
2016-06-24 23:32   ` york sun
2016-06-13  4:28 ` [U-Boot] [Patch v4 4/5] armv8/ls2080: Remove workaround for erratum A008751 Sriram Dash
2016-06-13  4:28 ` [U-Boot] [Patch v4 5/5] usb: xhci: fsl: Add workaround for USB erratum A-008751 Sriram Dash
2016-06-13 13:17 ` [U-Boot] [Patch v4 0/5] Supporting ARM v8 USB errata for FSL Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox