Re: [PATCH v6 18/87] usb: dwc3: import from kernel v4.14
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:46, Anders Roxell <[email protected]> wrote: > From: Jens Wiklander <[email protected]> > > Sync Linux kernel dwc3 changes from v4.13 to v4.14. > > 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 v4.13..v4.14 > Commits imported: > 551684708356 usb: dwc3: ep0: fix DMA starvation by assigning req->trb on ep0 > > Signed-off-by: Jens Wiklander <[email protected]> > Signed-off-by: Anders Roxell <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]>