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.9 to v5.10. > > 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.9..v5.10 > Commits imported: > cbdc0f54560f usb: fix kernel-doc markups > fa27e2f6c5e6 usb: dwc3: ep0: Fix delay status handling > 1384ab4fee12 usb: dwc3: pci: add support for the Intel Alder Lake-S > e2c53515b2a6 usb: dwc3: of-simple: Add compatible string for Intel Keem Bay > platform > e0a93d98f488 usb: dwc3: gadget: Support up to max stream id > 2338484d14f3 usb: dwc3: gadget: Return early if no TRB update > 346a15cdf652 usb: dwc3: gadget: Keep TRBs in request order > 8dbbe48c7a99 usb: dwc3: gadget: Revise setting IOC when no TRB left > f9cc581badb1 usb: dwc3: gadget: Look ahead when setting IOC > d72ecc08dee4 usb: dwc3: gadget: Allow restarting a transfer > ae7e86108b12 usb: dwc3: Stop active transfers before halting the controller > f580170f135a usb: dwc3: Add splitdisable quirk for Hisilicon Kirin Soc > 7f2958d9ad58 usb: dwc3: gadget: Rename misleading function names > cb1b3997b636 usb: dwc3: gadget: Refactor preparing last TRBs > 30892cba5596 usb: dwc3: gadget: Set IOC if not enough for extra TRBs > 490410b2e73c usb: dwc3: gadget: Check for number of TRBs prepared > 13111fcb0d64 usb: dwc3: gadget: Return the number of prepared TRBs > 66706077dc89 usb: dwc3: ep0: Fix ZLP for OUT ep0 requests > a2841f41d07f usb: dwc3: gadget: Improve TRB ZLP setup > 2b80357b773c usb: dwc3: gadget: Refactor preparing extra TRB > 690e5c2dc29f usb: dwc3: gadget: Reclaim extra TRBs after request completion > ca3df3468eec usb: dwc3: gadget: Check MPS of the request length > 8266b08ed90c usb: dwc3: gadget: Refactor ep command completion > 5bde3f020a15 usb: dwc3: debugfs: do not queue work if try to change mode on > non-drd > 03c1fd622f72 usb: dwc3: core: add phy cleanup for probe error handling > 266d0493900a usb: dwc3: core: don't trigger runtime pm when remove driver > e81a7018d93a usb: dwc3: allocate gadget structure dynamically > a609ce2a1336 usb: dwc3: pci: Allow Elkhart Lake to utilize DSM method for PM > functionality > 65f3d449f438 usb: dwc-meson-g12a: Add support for USB on AXG SoCs > dc336b19e82d usb: dwc3: core: do not queue work if dr_mode is not > USB_DR_MODE_OTG > e319bd62292c usb: dwc3: gadget: fix checkpatch warnings > 87b923a2e059 usb: dwc3: core: fix checkpatch warnings > 9ae0eb455b91 usb: dwc3: debugfs: fix checkpatch warnings > 993ffc5b32d2 usb: dwc3: qcom: fix checkpatch warnings > c64b475b8488 usb: dwc3: ep0: fix checkpatch warnings > 035cbca1360a usb: dwc3: debug: fix checkpatch warning > 159fdf295c67 usb: dwc3: trace: fix checkpatch warnings > 2a499b452952 usb: dwc3: ulpi: fix checkpatch warning > e5ee93d42b3f usb: dwc3: meson: fix checkpatch errors and warnings > 27c7ab0fdd0b usb: dwc3: debug: fix sparse warning > a793cf81ad0c usb: dwc3: meson: fix coccinelle WARNING > bea46b981515 usb: dwc3: qcom: Add interconnect support in dwc3 driver > e518bdd9f02c usb: dwc3: core: Print warning on unsupported speed > b574ce3ee459 usb: dwc3: core: Properly default unspecified speed > b68d9251561f usb: dwc3: simple: add support for Hikey 970 > d97c78a1908e usb: dwc3: gadget: END_TRANSFER before CLEAR_STALL command > c503672abe13 usb: dwc3: gadget: Resume pending requests after CLEAR_STALL > > Signed-off-by: Jens Wiklander <[email protected]> > Signed-off-by: Anders Roxell <[email protected]> I've file-compared with the mentioned Linux kernel release, and this looks good to me: Reviewed-by: Mattijs Korpershoek <[email protected]>
