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.12 to v5.13. > > 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.12..v5.13 > Commits imported: > 4bf584a03eec usb: dwc3: core: fix kernel panic when do reboot > d00889080ab6 usb: dwc3: ep0: fix NULL pointer exception > 4d2aa178d2ad usb: dwc3-meson-g12a: fix usb2 PHY glue init when phy0 is > disabled > 1d0d3d818eaf usb: dwc3: meson-g12a: Disable the regulator in the error > handling path of the probe > 8f11fe7e4068 Revert "usb: dwc3: core: Add shutdown callback for dwc3" > 8d396bb0a5b6 usb: dwc3: debugfs: Add and remove endpoint dirs dynamically > 03715ea2e3db usb: dwc3: gadget: Bail from dwc3_gadget_exit() if dwc->gadget > is NULL > 8212937305f8 usb: dwc3: gadget: Disable gadget IRQ during pullup disable > 25dda9fc56bd usb: dwc3: gadget: Properly track pending and queued SG > e17b02d49709 usb: dwc3: omap: improve extcon initialization > 0b2b149e918f usb: dwc3: imx8mp: fix error return code in dwc3_imx8mp_probe() > b96992081fde usb: dwc3: imx8mp: detect dwc3 core node via compatible string > 18ffa988dbae usb: dwc3: gadget: Return success always for kick transfer in ep > queue > bb9c74a5bd14 usb: dwc3: gadget: Free gadget structure only after freeing > endpoints > 6f26ebb79a84 usb: dwc3: gadget: Rename EOPF event macros to Suspend > d1d90dd27254 usb: dwc3: gadget: Enable suspend events > 9cbc7eb17cdf usb: dwc3: core: Add missing GHWPARAMS9 doc > 04357fafea9c usb: dwc3: pci: Enable usb2-gadget-lpm-disable for Intel > Merrifield > ddae7979cdd5 usb: dwc3: gadget: Handle DEV_TXF_FLUSH_BYPASS capability > 16710380d3aa usb: dwc3: Capture new capability register GHWPARAMS9 > f88359e1588b usb: dwc3: core: Do core softreset when switch mode > 3232a3ce55ed usb: dwc3: gadget: Remove FS bInterval_m1 limitation > c560e76319a9 usb: dwc3: gadget: Fix START_TRANSFER link state check > 475e8be53d04 usb: dwc3: gadget: Check for disabled LPM quirk > 568262bf5492 usb: dwc3: core: Add shutdown callback for dwc3 > e66bbfb0fbbe usb: dwc3: gadget: Ignore Packet Pending bit > 3db53374405f usb: dwc3: qcom: Detect DWC3 DT-nodes using compatible string > dc1e7e9a27e0 usb: dwc3: qcom: Remove redundant dev_err call in > dwc3_qcom_probe() > 124b11cc4f62 usb: dwc3: xilinx: Remove the extra freeing of clocks > 3a2a68ecb25e usb: dwc3: Resolve kernel-doc warning for Xilinx DWC3 driver > 782de5e7190d usb: dwc3: pci: add support for the Intel Alder Lake-M > 04dd6e76b228 usb: dwc3: add cancelled reasons for dwc3 requests > 048b14e1f28b usb: dwc3: exynos: fix incorrect kernel-doc comment syntax > 27088e00b623 usb: dwc3: fix incorrect kernel-doc comment syntax in files > c9714d65eac8 usb: dwc3: st: fix incorrect kernel-doc comment syntax in file > ed577c325b64 usb: dwc3: imx8mp: fix incorrect kernel-doc comment syntax > d00be779cc50 usb: dwc3: Create helper function getting MDWIDTH > 8a5b5c3c1634 usb: dwc3: gadget: modify the scale in vbus_draw callback > 3fc63d0724bb usb: dwc3: trace: Print register read and write offset > 71ca43f30df9 usb: dwc3: gadget: Ignore EP queue requests during bus reset > 02fa4b980245 usb: dwc3: gadget: Avoid continuing preparing TRBs during > teardown > 84770f028fab usb: dwc3: Add driver for Xilinx platforms > 0c59f678fcfc usb: dwc3: gadget: Remove invalid low-speed setting > 064ece8d7ca7 drivers: usb: Fix a typo in dwc3-qcom.c > 0f3edf99c239 usb: dwc3: document usb_psy in struct dwc3 > b0bf77cd389d usb: dwc3: Fix dereferencing of null dwc->usb_psy > 99288de36020 usb: dwc3: add an alternate path in vbus_draw callback > 6f0764b5adea usb: dwc3: add a power supply for current control Drop debugfs, imx8mp, pci, qcom, xilinx, trace patches from the changelog since they are marked "unused files" in the commit message. With that fixed: Reviewed-by: Mattijs Korpershoek <[email protected]>
