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.4 to v6.5. > > 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.4..v6.5 > Commits imported: > 3ddaa6a27457 usb: dwc3: Properly handle processing of pending events > b32b8f2b9542 usb: dwc3: pci: skip BYT GPIO lookup table for hardwired phy > 734ae15ab95a Revert "usb: dwc3: core: Enable AutoRetry feature in the > controller" > e835c0a4e23c usb: dwc3: don't reset device side if dwc3 was configured as > host-only > c0aabed9cabe usb: dwc3: gadget: Propagate core init errors to UDC during > pullup > 01052b91c980 usb: dwc3-meson-g12a: Fix an error handling path in > dwc3_meson_g12a_probe() > 60d5b71933c4 usb: dwc3: qcom: use dev_err_probe() where appropriate > 4a944da70712 usb: dwc3: qcom: Fix an error handling path in dwc3_qcom_probe() > 8fd95da2cfb5 usb: dwc3: qcom: Release the correct resources in > dwc3_qcom_remove() > 097fb3ee710d usb: dwc3: qcom: Fix potential memory leak > b4a4be847184 USB: fix up merge of 6.4-rc4 into usb-next > 5b3eb973bf38 usb: dwc3-xilinx: Convert to platform remove callback returning > void > 2f6453761e7c usb: dwc3-st: Convert to platform remove callback returning void > d662268dcca8 usb: dwc3-qcom: Convert to platform remove callback returning > void > abe04efc13ed usb: dwc3-omap: Convert to platform remove callback returning > void > 86a2b452179b usb: dwc3-of-simple: Convert to platform remove callback > returning void > 3ffea6e0f34c usb: dwc3-meson-g12a: Convert to platform remove callback > returning void > 039e3dede538 usb: dwc3-keystone: Convert to platform remove callback > returning void > 3791a3e6f455 usb: dwc3-imx8mp: Convert to platform remove callback returning > void > 8257d5f548d6 usb: dwc3-exynos: Convert to platform remove callback returning > void > 890258e22117 usb: dwc3-am62: Convert to platform remove callback returning > void > 0176568702a5 usb: core: Convert to platform remove callback returning void > 6bae03b0484b usb: dwc3-meson-g12a: support OTG switch for all IP versions > 813f44d57e19 usb: dwc3: gadget: Bail out in pullup if soft reset timeout > happens > 2f28c3c9c347 usb: dwc3: Add error logs for unknown endpoint events > ec5eb43813a4 usb: dwc3: core: add support for realtek SoCs custom's global > register start address Please drop the patches that were not applied from the changelog (for example the qcom ones) With that fixed: Reviewed-by: Mattijs Korpershoek <[email protected]>
