[U-Boot] [PULL u-boot] Please pull u-boot-amlogic-20190509

Neil Armstrong narmstrong at baylibre.com
Thu May 9 08:42:42 UTC 2019


Hi Tom,

This PR add support for USB on Amlogic G12A, Marek and Lukasz acked me for
sending these patches via the amlogic u-boot tree.

Thanks,
Neil

The following changes since commit 504bf790da08db9b4a443566cf6ef577f9c7996a:

  Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2019-05-08 16:21:43 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-amlogic.git tags/u-boot-amlogic-20190509

for you to fetch changes up to 92d911b2eedec8fee1f494ab961585e253351d4f:

  mach-meson: g12a: add DWC2 peripheral mode support (2019-05-09 10:38:32 +0200)

----------------------------------------------------------------
- Add USB PHY drivers for Amlogic G12A
- Add USB Complex Glue driver for Amlogic G12A
- Add USB Gadget support for Amlogic G12A

----------------------------------------------------------------
Neil Armstrong (3):
      usb: dwc3: Add Meson G12A USB Glue
      phy: meson: add Amlogic G12A USB2 and USB3+PCIE PHY drivers
      mach-meson: g12a: add DWC2 peripheral mode support

 arch/arm/include/asm/arch-meson/usb.h |  12 +
 arch/arm/mach-meson/board-g12a.c      | 126 ++++++++++
 drivers/phy/Kconfig                   |   8 +
 drivers/phy/Makefile                  |   1 +
 drivers/phy/meson-g12a-usb2.c         | 216 ++++++++++++++++
 drivers/phy/meson-g12a-usb3-pcie.c    | 345 +++++++++++++++++++++++++
 drivers/usb/dwc3/Kconfig              |   8 +
 drivers/usb/dwc3/Makefile             |   1 +
 drivers/usb/dwc3/dwc3-meson-g12a.c    | 456 ++++++++++++++++++++++++++++++++++
 9 files changed, 1173 insertions(+)
 create mode 100644 arch/arm/include/asm/arch-meson/usb.h
 create mode 100644 drivers/phy/meson-g12a-usb2.c
 create mode 100644 drivers/phy/meson-g12a-usb3-pcie.c
 create mode 100644 drivers/usb/dwc3/dwc3-meson-g12a.c


More information about the U-Boot mailing list