[PATCH 00/10] Restore USB and add UMS support for STiH407-B2260

Patrice Chotard patrice.chotard at foss.st.com
Tue Jan 14 15:45:18 CET 2025


This series is :
 _ restoring USB on STiH410-B2260 which hasn't been
   tested since a while.
 _ migrating STi DWC3 glue from proprietary driver to
   dwc3-generic driver.
 _ adding UMS support for STiH410-B2260.



Patrice Chotard (10):
  ARM: dts: sti: Add fixed clock for ehci and ohci nodes in
    stih410-b2260.dtsi
  configs: stih410-b2260: Enable DM_REGULATOR flag
  usb: dwc3-generic: Reorder include
  usb: dwc3-generic: Add STih407 support
  configs: stih410-b2260: Enable USB_DWC3_GENERIC flag
  dw3-generic: Add dependencies whith SYSCON and REGMAP
  usb: dwc3: Remove dwc3 glue driver support for STi
  configs: stih410-b2260: Enable DM_USB_GADGET flag
  board: stih410-b2260: Remove board_usb_init/cleanup()
  configs: stih410-b2260: Enable CMD_USB_MASS_STORAGE flag

 MAINTAINERS                            |   2 -
 arch/arm/dts/stih410-b2260-u-boot.dtsi |  10 +
 board/st/stih410-b2260/board.c         |  30 ---
 configs/stih410-b2260_defconfig        |   4 +
 drivers/usb/dwc3/Kconfig               |   4 +
 drivers/usb/dwc3/dwc3-generic.c        | 129 +++++++++++--
 drivers/usb/host/Kconfig               |   9 -
 drivers/usb/host/Makefile              |   1 -
 drivers/usb/host/dwc3-sti-glue.c       | 253 -------------------------
 9 files changed, 136 insertions(+), 306 deletions(-)
 delete mode 100644 drivers/usb/host/dwc3-sti-glue.c

-- 
2.25.1



More information about the U-Boot mailing list