On 2026-05-07T09:27:07, Jens Wiklander <[email protected]> wrote: > usb: dwc3: import from kernel v5.3 > > Sync Linux kernel dwc3 changes from v5.2 to v5.3. > > The following files are preserved accross the import: > Makefile Kconfig dwc3-meson-g12a.c dwc3-meson-gxl.c dwc3-omap.c > dwc3-uniphier.c dwc3-generic.h dwc3-generic.c dwc3-generic-sti.c > dwc3-layerscape.c ti_usb_phy.c > > Skipping unused files: > debugfs.c drd.c dwc3-exynos.c dwc3-haps.c dwc3-imx8mp.c dwc3-keystone.c > dwc3-octeon.c dwc3-of-simple.c dwc3-pci.c dwc3-qcom.c dwc3-qcom-legacy.c > dwc3-rtk.c dwc3-st.c dwc3-xilinx.c host.c trace.c trace.h ulpi.c > > Note that this is a raw import and doesn't build. > A fixup commit at the end of the series fixes that. > > List of commits: git log --oneline v5.2..v5.3 > Commits imported: > 332694f8a4f7 Revert "usb:gadget Separated decoding functions from dwc3 > driver." > 3db1b636c07e usb:gadget Separated decoding functions from dwc3 driver. > b3649dee5fbb usb: dwc3: pci: add support for TigerLake Devices > aa23ce847dda usb: dwc3: remove unused @lock member of dwc3_ep struct > dbb0569de852 usb: dwc3: pci: Add Support for Intel Elkhart Lake Devices > 729dcffd1ed3 usb: dwc3: gadget: Add support for disabling U1 and U2 entries > 4d20a6107050 usb: dwc3: qcom: Use of_clk_get_parent_count() > dc1b5d9aed17 usb: dwc3: Fix core validation in probe, move after clocks are > enabled > 7f5d6a469617 usb: dwc3: qcom: Improve error handling > a6e456209d08 usb: dwc3: qcom: Start USB in 'host mode' on the SDM845 > 2bc02355f8ba usb: dwc3: qcom: Add support for booting with ACPI > f90db10779ad usb: dwc3: meson-g12a: Add support for IRQ based OTG switching > > Signed-off-by: Jens Wiklander <[email protected]> > > drivers/usb/dwc3/core.c | 16 +++++++++++----- > drivers/usb/dwc3/core.h | 6 ++++-- > drivers/usb/dwc3/ep0.c | 9 ++++++++- > drivers/usb/dwc3/gadget.c | 22 ++++++++++++++++++++-- > drivers/usb/dwc3/gadget.h | 6 ++++++ > 5 files changed, 49 insertions(+), 10 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

