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 v6.11 to v6.12. > > 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 v6.11..v6.12 > Commits imported: > 9cfb31e4c89d usb: dwc3: fix fault at system suspend if device was already > runtime suspended > 705e3ce37bcc usb: dwc3: core: Fix system suspend on TI AM62 platforms > c96e31252110 usb: dwc3: Wait for EndXfer completion before restoring > GUSB2PHYCFG > 0d410e8913f5 usb: dwc3: core: Stop processing of pending events if controller > is halted > 897e13a8f9a2 usb: dwc3: re-enable runtime PM after failed resume > e8afd5ace118 usb: dwc3: rtk: Clean up error code in __get_dwc3_maximum_speed() > 4664b73859dc usb: dwc3: imx8mp: disable SS_CON and U3 wakeup for system sleep > a9400f1979a0 usb: dwc3: imx8mp: add 2 software managed quirk properties for > host mode > e23593ee41fa usb: dwc3: xilinx: simplify with dev_err_probe > 819c0c31a78e usb: dwc3: rtk: return directly and simplify with > devm_platform_ioremap_resource > f93e96c544ca usb: dwc3: rtk: use scoped device node handling to simplify > error paths > 17d206a3687e usb: dwc3: qcom: simplify with devm_platform_ioremap_resource > a85f13d50925 usb: dwc3: qcom: use scoped device node handling to simplify > error paths > 34e8df2fb2de usb: dwc3: imx8mp: use scoped device node handling to simplify > error paths > 81d905b10220 usb: dwc3: imx8mp: simplify with dev_err_probe > 3fdfebc58e0d usb: dwc3: imx8mp: simplify with devm_clk_get_enabled > fcc78cce2f96 usb: dwc3: st: simplify pdev->dev usage > a93c3ad6a9b2 usb: dwc3: st: simplify with dev_err_probe > bde053252c02 usb: dwc3: st: use scoped device node handling to simplify error > paths > f35860242548 usb: dwc3: Use of_property_read_variable_u32_array() to read > "power" > 89b7539123bf usb: dwc3: imx8mp: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS() Some commits listed here are not imported (for example rtk, xilinx, imx8mp, st). Please drop them from the changelog. With that fixed: Reviewed-by: Mattijs Korpershoek <[email protected]>
