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.3 to v6.4. > > 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.3..v6.4 > Commits imported: > e3dbb6575715 USB: dwc3: fix use-after-free on core driver unbind > d2d69354226d USB: dwc3: qcom: fix NULL-deref on suspend > 00f8205ffcf1 usb: dwc3: gadget: Reset num TRBs before giving back the request > 8018018d9c56 usb: dwc3: fix a test for error in dwc3_core_init() > 614ce6a2ea50 usb: dwc3: debugfs: Resume dwc3 before accessing registers > 4e8ef34e36f2 usb: dwc3: fix gadget mode suspend interrupt handler issue > c8540870af4c usb: dwc3: gadget: Improve dwc3_gadget_suspend() and > dwc3_gadget_resume() > 8f40fc080813 usb: dwc3: gadget: Refactor EP0 forced stall/restart into a > separate API > 39674be56fba usb: dwc3: gadget: Execute gadget stop after halting the > controller > 02435a739b81 usb: dwc3: gadget: Stall and restart EP0 if host is unresponsive > d21a797a3eeb usb: dwc3: core: add support for disabling High-speed park mode > 9a4d7dd19903 USB: dwc3: clean up probe declarations > bd82857424d3 USB: dwc3: refactor clock lookups > 1d72fab47656 USB: dwc3: refactor phy handling > d2f197822d58 USB: dwc3: clean up core init error handling > c8e9eccf6ed2 USB: dwc3: clean up phy init error handling > fe296046c721 USB: dwc3: clean up probe error labels > f56d0d29b018 USB: dwc3: drop dead hibernation code > bdb19d01026a USB: dwc3: gadget: drop dead hibernation code > 6b3b2402ca5b USB: dwc3: disable autosuspend on unbind > 44d257e9012e USB: dwc3: fix runtime pm imbalance on unbind > 9a8ad10c9f2e USB: dwc3: fix runtime pm imbalance on probe errors > 091b813d3d10 usb: Add explicit of.h of_platform.h include > 917dc99b6591 usb: dwc3: pci: Change PCI device macros > 92c08a84b53e usb: dwc3: Add function suspend and function wakeup support > 047161686b81 usb: dwc3: Add remote wakeup handling > 2926c5275028 usb: dwc3-am62: Fix up wake-up configuration and spurious wake up > db2c2b161d4a usb: dwc3: host: remove dead code in dwc3_host_get_irq() > 8c4853c48d6c usb: dwc3: add several registers dump for debugfs > 4e3972b589da usb: dwc3-am62: Enable as a wakeup source by default > 84364a00b264 usb: dwc3-am62: Add support for system wakeup based on USB events > 4fa1387261e7 usb: remove dead code in dwc3_gadget_get_irq > f09d24aa463c usb: dwc3: change some trace event __dynamic_array() to > __get_buf() > 4decf4060ecf usb: dwc3: gadget: Change condition for processing suspend event > b84ba26c922a usb: dwc3: core: add external vBus supply support for ulpi phy Please drop the commits that were not imported (for example qcom ones) from the changelog. With that fixed: Reviewed-by: Mattijs Korpershoek <[email protected]>
