Hi Anders, Thank you for the patch.
On Thu, Jul 16, 2026 at 15:42, Anders Roxell <[email protected]> wrote: > From: Jens Wiklander <[email protected]> > > Sync Linux kernel dwc3 changes from v5.13 to v5.14. > > 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.13..v5.14 > Commits imported: > 4a1e25c0a029 usb: dwc3: gadget: Stop EP0 transfers during pullup disable > 51f1954ad853 usb: dwc3: gadget: Fix dwc3_calc_trbs_left() > 664cc971fb25 Revert "usb: dwc3: gadget: Use list_replace_init() before > traversing lists" > cb10f68ad815 usb: dwc3: gadget: Avoid runtime resume if disabling pullup > d25d85061bd8 usb: dwc3: gadget: Use list_replace_init() before traversing > lists > 40edb52298df usb: dwc3: avoid NULL access of usb_gadget_driver > 84524d1232ec usb: dwc3: Fix debugfs creation flow > 8562d5bfc0fc USB: dwc3: remove debugfs root dentry storage > 45d39448b4d0 usb: dwc3: support 64 bit DMA in platform driver > 2a042767814b usb: dwc3: core: fix kernel panic when do reboot > 5ff90af9da8f usb: dwc3: debugfs: Add and remove endpoint dirs dynamically > ab00a41e73dc usb: dwc3: trace: Remove unused fields in dwc3_log_trb > 457d22850b27 usb: dwc3: pci: Fix DEFINE for Intel Elkhart Lake > 374ac7448caa usb: dwc3: remove repeated setting of current_dr_role Drop trace, pci patches since we don't touch any of the files from their diffstat. With that fixed: Reviewed-by: Mattijs Korpershoek <[email protected]>
