[PULL] u-boot-usb/next

Marek Vasut marex at denx.de
Wed Feb 22 16:36:08 CET 2023


The following changes since commit 4eb7c5030d3f3c707c02a64dc8ea90de3da89928:

   Merge tag 'efi-2023-04-rc3' of 
https://source.denx.de/u-boot/custodians/u-boot-efi (2023-02-19 17:03:30 
-0500)

are available in the Git repository at:

   git://source.denx.de/u-boot-usb.git next

for you to fetch changes up to a073f9d7779e3f911306b61b7856a2262a8148a4:

   uniphier_defconfig: Disable USB_XHCI_DWC3 (2023-02-22 04:22:30 +0100)

----------------------------------------------------------------
Kunihiko Hayashi (9):
       usb: dwc3-generic: Allow different controller DT node pattern
       usb: dwc3-generic: Add clock initialization in child DT node
       usb: dwc3-generic: Export glue structures and functions
       usb: dwc3-generic: Add the size of regs property to glue structure
       reset: uniphier: Add USB glue reset support
       clk: uniphier: Add missing USB SS-PHY clocks
       phy: socionext: Add UniPhier USB3 PHY driver
       usb: dwc3-uniphier: Use dwc3-generic instead of xhci-dwc3
       uniphier_defconfig: Disable USB_XHCI_DWC3

Marek Vasut (1):
       usb: dwc3: Look up reference clock DT phandle in both controller 
DT nodes

  configs/uniphier_v7_defconfig             |   1 -
  configs/uniphier_v8_defconfig             |   1 -
  drivers/clk/uniphier/clk-uniphier-sys.c   |   5 +++
  drivers/phy/socionext/Kconfig             |   8 +++++
  drivers/phy/socionext/Makefile            |   1 +
  drivers/phy/socionext/phy-uniphier-usb3.c | 168 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  drivers/reset/reset-uniphier.c            |  78 
+++++++++++++++++++++++++++++++++++++++++-
  drivers/usb/dwc3/Kconfig                  |   4 ++-
  drivers/usb/dwc3/dwc3-generic.c           | 132 
++++++++++++++++++++++++++++++++++++++++++++---------------------------
  drivers/usb/dwc3/dwc3-generic.h           |  33 ++++++++++++++++++
  drivers/usb/dwc3/dwc3-uniphier.c          | 116 
+++++++++++++++++++++++++++++++++++++++++----------------------
  11 files changed, 453 insertions(+), 94 deletions(-)
  create mode 100644 drivers/phy/socionext/phy-uniphier-usb3.c
  create mode 100644 drivers/usb/dwc3/dwc3-generic.h


More information about the U-Boot mailing list