Hi Anders, Thank you for the patch.
On Thu, Jul 16, 2026 at 15:41, Anders Roxell <[email protected]> wrote: > From: Jens Wiklander <[email protected]> > > Sync Linux kernel dwc3 changes from v5.4 to v5.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 v5.4..v5.5 > Commits imported: > ea0d762775e2 usb: dwc3: gadget: Fix request complete check > 3c3caae4cd6e usb: dwc3: pci: add ID for the Intel Comet Lake -H variant > 2d7b78f59e02 usb: dwc3: ep0: Clear started flag on completion > d3abda5a98a1 usb: dwc3: gadget: Clear started flag for non-IOC > 8c7d4b7b3d43 usb: dwc3: gadget: Fix logical condition > c3afa2224345 usb: dwc3: Fix Kconfig indentation > dcf5a2c390a3 usb: dwc3: create debugfs directory under usb root > 726b4fba94be usb: dwc3: of-simple: add a shutdown > 038761ce68c2 usb: dwc3: debug: Remove newline printout > 9ba3aca8fe82 usb: dwc3: Disable phy suspend after power-on reset > c2c1c66b5d43 usb: Fix Kconfig indentation We don't touch the Kconfig (as mentioned in the commit message). Therefore we should drop this commit from the list of imported commits. Also, I've file-compared with the mentioned Linux kernel release, and that part looks good to me. After removing the "c2c1c66b5d43 usb: Fix Kconfig indentation" line, please add: Reviewed-by: Mattijs Korpershoek <[email protected]> > > Signed-off-by: Jens Wiklander <[email protected]> > Reviewed-by: Simon Glass <[email protected]> > Signed-off-by: Anders Roxell <[email protected]>
