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.16 to v5.17. > > 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.16..v5.17 > Commits imported: > 84918a89d6ef usb: dwc3: gadget: Let the interrupt handler disable bottom > halves. > 62e3f0afe246 usb: dwc3: pci: Fix Bay Trail phy GPIO mappings > d7c93a903f33 usb: dwc3: pci: Add "snps,dis_u2_susphy_quirk" for Intel Bay > Trail > 038438a25c45 usb: dwc3: pci: add support for the Intel Raptor Lake-S > 117b4e96c7f3 usb: dwc3: gadget: Prevent core from processing stale TRBs > b470947c3672 usb: dwc3: xilinx: fix uninitialized return value > 2cc9b1c93b1c usb: dwc3: xilinx: Fix error handling when getting USB3 PHY > 9678f3361afc usb: dwc3: xilinx: Skip resets and USB3 register settings for > USB2.0 mode > b52fe2dbb3e6 usb: dwc3: qcom: Fix NULL vs IS_ERR checking in dwc3_qcom_probe > fa0ef93868a6 usb: dwc3: dwc3-qcom: Add missing platform_device_put() in > dwc3_qcom_acpi_register_core > 74b39dfabd76 usb: dwc3: Drop unneeded calls to platform_get_resource_byname() > 666f3de741f7 usb: dwc3: gadget: Support Multi-Stream Transfer > 76c4c95dac0d usb: dwc3: gadget: Skip reading GEVNTSIZn > a02a26eb0aea usb: dwc3: gadget: Ignore Update Transfer cmd params > bc27117c7cdd usb: dwc3: gadget: Skip checking Update Transfer status > 4ce3b45704d5 usb: dwc3: meson-g12a: fix shared reset control use Drop pci, xilinx, qcom from the changelog. These touch "unused files" so I'm pretty sure they are not "imported commits" With that fixed: Reviewed-by: Mattijs Korpershoek <[email protected]>
