Re: [PATCH v6 34/87] usb: dwc3: import from kernel v5.9
Mattijs Korpershoek <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
Hi Anders, Thank you for the patch. On Fri, Aug 21, 2026 at 10:47, Anders Roxell <[email protected]> wrote: > From: Jens Wiklander <[email protected]> > > Sync Linux kernel dwc3 changes from v5.8 to v5.9. > > The following files are preserved across 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.8..v5.9 > Commits imported: > df561f6688fe treewide: Use fallthrough pseudo-keyword > bc9a2e226ea9 usb: dwc3: gadget: Handle ZLP for sg requests > d2ee3ff79e6a usb: dwc3: gadget: Fix handling ZLP > 5d187c0454ef usb: dwc3: gadget: Don't setup more than requested > f5e46aa4a124 usb: dwc3: gadget: when the started list is empty stop the active xfer > c5a7092f4015 usb: dwc3: gadget: make starting isoc transfers more robust > ca14378560db usb: dwc3: gadget: add frame number mask > 10623b879da3 usb: dwc3: Replace HTTP links with HTTPS ones > 62fb45d317c5 USB: ch9: add "USB_" prefix in front of TEST defines > > Signed-off-by: Jens Wiklander <[email protected]> > Signed-off-by: Anders Roxell <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]>