On 2026-05-07T09:27:07, Jens Wiklander <[email protected]> wrote: > usb: dwc3: import from kernel v4.11 > > Sync Linux kernel dwc3 changes from v4.10 to v4.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 v4.10..v4.11 > Commits imported: > de288e36fe33 usb: dwc3: gadget: delay unmap of bounced requests > 35b2719e72d3 usb: dwc3: gadget: make to increment req->remaining in all cases > 0913750f9fb6 usb: dwc3-omap: Fix missing break in dwc3_omap_set_mailbox() > 1551e35ea418 usb: dwc3: gadget: Fix system suspend/resume on TI platforms > 73561128eb72 usb: dwc3: Fix incorrect type for utmi mode > cf3113d893d4 usb: dwc3: gadget: properly increment dequeue pointer on > ep_dequeue > 7369090a9fb5 usb: dwc3: gadget: make Set Endpoint Configuration macros safe > bc46e23c3425 Merge tag 'usb-for-v4.11' of > git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next > e42a5dbb8a3d usb: dwc3: host: pass quirk-broken-port-ped property for known > broken revisions > 28781789051e usb: dwc3: gadget: read IN ep FIFO size from HW > 692665c621bb Merge 4.10-rc5 into usb-next > ffb80fc672c3 usb: dwc3: gadget: skip Set/Clear Halt when invalid > 538967983b88 usb: dwc3: ep0: Fix the possible missed request for handling > delay STATUS phase > c773bb0b9264 usb: dwc3: omap: Replace the extcon API > c6267a51639b usb: dwc3: gadget: align transfers to wMaxPacketSize > 905dc04ea796 usb: dwc3: gadget: allocate bounce buffer for unaligned xfers > e49d3cf4926a usb: dwc3: gadget: extract __dwc3_prepare_one_trb() > 843053093f47 usb: dwc3: gadget: simplify dwc3_prepare_one_trb() > 0e4018ff5d12 usb: dwc3: exynos: Remove MODULE_ALIAS() > 3e27b3f66a56 usb: dwc3: exynos remove suspend clock unspecified debug message > > Signed-off-by: Jens Wiklander <[email protected]> > > drivers/usb/dwc3/core.h | 5 + > drivers/usb/dwc3/ep0.c | 14 +++ > drivers/usb/dwc3/gadget.c | 287 > +++++++++++++++++++++++++++++++++++++--------- > drivers/usb/dwc3/gadget.h | 14 +-- > 4 files changed, 260 insertions(+), 60 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

