On 2026-05-07T09:27:07, Jens Wiklander <[email protected]> wrote: > usb: dwc3: import from kernel v4.20 > > Sync Linux kernel dwc3 changes from v4.19 to v4.20. > > 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 v4.19..v4.20 > Commits imported: > 38317f5c0f2f Revert "usb: dwc3: gadget: skip Set/Clear Halt when invalid" > 2fc6d4be35fb usb: dwc3: gadget: fix ISOC TRB type on unaligned transfers > 7b412b04a0c7 usb: dwc3: Fix NULL pointer exception in dwc3_pci_remove() > ba3a51ac32eb usb: dwc3: gadget: Properly check last unaligned/zero chain TRB > 08fd9a82fda8 usb: dwc3: core: Clean up ULPI device > 6af19fd10595 usb: dwc3: Fix spelling of 'optimizations' > 87dd96111b0b usb: dwc3: gadget: Check ENBLSLPM before sending ep command > 3def4031b3e3 usb: dwc3: add EXTCON dependency for qcom > 4c19cc14064d usb: dwc3: exynos: Add support for Exynos5433 variant with all > clocks > 9f2168367a0a usb: dwc3: exynos: Rework clock handling and prepare for new > variants > 1e041b6f313a usb: dwc3: exynos: Remove dead code > 755801cb9feb Merge tag 'uvcg-20180925' of git://linuxtv.org/pinchartl/media > into testing/next > > Signed-off-by: Jens Wiklander <[email protected]> > > drivers/usb/dwc3/core.c | 3 ++- > drivers/usb/dwc3/gadget.c | 42 +++++++++++++++++++++++------------------- > 2 files changed, 25 insertions(+), 20 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

