[PULL] u-boot-usb/next

Marek Vasut marex at denx.de
Wed Feb 22 23:09:00 CET 2023


On 2/22/23 19:37, Tom Rini wrote:
> On Wed, Feb 22, 2023 at 04:36:08PM +0100, Marek Vasut wrote:
> 
>> 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
> 
> This seems to be based on current master and not current next, can you
> please rebase?

Try below, build just passed

The following changes since commit 2bfd217a16978794b43f0a30111b7472fba232b6:

   Merge tag 'dm-next-valentine' of 
https://source.denx.de/u-boot/custodians/u-boot-dm into next (2023-02-14 
15:11:37 -0500)

are available in the Git repository at:

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

for you to fetch changes up to aeb8b59f2f4aeb02ac87ec39f834177a0e260f85:

   uniphier_defconfig: Disable USB_XHCI_DWC3 (2023-02-22 19:40:11 +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