mbox series

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

Message ID bcaf6efe-d6db-8f57-6ad3-50d9bd0b11ec@baylibre.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,PULL,u-boot] Please pull u-boot-amlogic-20190509 | expand

Pull-request

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

Message

Neil Armstrong May 9, 2019, 8:42 a.m. UTC
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

Comments

Tom Rini May 9, 2019, 10:25 p.m. UTC | #1
On Thu, May 09, 2019 at 10:42:42AM +0200, Neil Armstrong wrote:

> 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)
> 

Applied to u-boot/master, thanks!