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.10 to v5.11. > > 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.10..v5.11 > Commits imported: > 0e5a3c8284a3 usb: dwc3: fix clock issue during resume in OTG mode > a5c7682aaaa1 usb: dwc3: gadget: Clear wait flag on dequeue > a1383b3537a7 usb: dwc3: gadget: Restart DWC3 gadget when enabling pullup > e5f4ca3fce90 usb: dwc3: ulpi: Fix USB2.0 HS/FS/LS PHY suspend regression > fca3f1381057 usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based > one > ce722da66d3e usb: dwc3: ulpi: Use VStsDone to detect PHY regs access > completion ulpi.c is part of the unused files, so we should drop these 3 commits from the changelog. With that fixed: Reviewed-by: Mattijs Korpershoek <[email protected]> > a5ada3dfe6a2 usb: dwc3: meson-g12a: disable clk on error handling path in > probe > > Signed-off-by: Jens Wiklander <[email protected]> > Signed-off-by: Anders Roxell <[email protected]>
