[U-Boot] [PULL] u-boot-usb/master

Marek Vasut marex at denx.de
Sat Jun 18 02:42:45 CEST 2016


The following changes since commit 6b3943f1b04be60f147ee540fbd72c4c7ea89f80:

  siemens,am33x: add draco etamin board (2016-06-09 13:53:13 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git master

for you to fetch changes up to 1e6fb0e367564d427d7c57fa7b3b972ecb7147a3:

  usb: ehci: only shutdown opened controller (2016-06-18 00:49:00 +0200)

----------------------------------------------------------------
Peng Fan (2):
      cmd: usb: check if_type before using this device
      usb: ehci: only shutdown opened controller

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 A008751

Steve Rae (2):
      usb: dwc2_udc_otg: support 8-bit interface
      arm: bcm281xx: choose 8-bit phy bus width

 arch/arm/cpu/armv8/fsl-layerscape/cpu.c                |   7 +++
 arch/arm/cpu/armv8/fsl-layerscape/soc.c                |  10 -----
 arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h |   2 +
 arch/arm/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 +
 cmd/usb.c                                              |   3 +-
 configs/bcm11130_defconfig                             |   1 +
 configs/bcm11130_nand_defconfig                        |   1 +

 configs/bcm28155_ap_defconfig                          |   1 +

 configs/bcm28155_w1d_defconfig                         |   1 +

 drivers/usb/common/Makefile                            |   4 +-

 drivers/usb/common/fsl-dt-fixup.c                      | 100
+++++++++++++++++++++++++++----------------

 drivers/usb/common/fsl-errata.c                        | 193
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

 drivers/usb/gadget/Kconfig                             |  10 +++++

 drivers/usb/gadget/dwc2_udc_otg.c                      |   4 ++

 drivers/usb/host/ehci-hcd.c                            |   3 ++
 drivers/usb/host/xhci-fsl.c                            |  24 +++++++++++
 include/fsl_usb.h                                      | 192
++++------------------------------------------------------------------------------
 20 files changed, 333 insertions(+), 233 deletions(-)
 create mode 100644 drivers/usb/common/fsl-errata.c


More information about the U-Boot mailing list