On 2026-05-07T09:27:07, Jens Wiklander <[email protected]> wrote: > usb: dwc3: import from kernel v5.5 > > 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 > 7170d1a4cc4d Merge tag 'usb-for-v5.5' of > git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next > dcf5a2c390a3 usb: dwc3: create debugfs directory under usb root > 16c8373ecf7b Merge 5.4-rc6 into usb-next > 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 > bf7c1d95af67 Merge 5.4-rc3 into usb-next > c2c1c66b5d43 usb: Fix Kconfig indentation > > Signed-off-by: Jens Wiklander <[email protected]> > > drivers/usb/dwc3/core.c | 37 +++++++++++++++++++++++++++++++++++++ > drivers/usb/dwc3/debug.h | 4 ++-- > drivers/usb/dwc3/ep0.c | 8 ++++++++ > drivers/usb/dwc3/gadget.c | 12 +++++++++++- > 4 files changed, 58 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

