On 2026-05-07T09:27:07, Jens Wiklander <[email protected]> wrote: > usb: dwc3: import from kernel v4.3 > > Sync Linux kernel dwc3 changes from v4.2 to v4.3. > > 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.2..v4.3 > Commits imported: > a66c275b3d5d usb: dwc3: gadget: Fix BUG in RT config > e2ae0692bf6f usb: dwc3: omap: enable irqs lately > a474d3b73ba7 usb: dwc3: gadget: add ep capabilities support > c0bd5456a470 usb: dwc3: ep0: handle non maxpacket aligned transfers > 512 > 2abd9d5fa60f usb: dwc3: ep0: Add chained TRB support > 368ca113ca0a usb: dwc3; ep0: Modify _dwc3_ep0_start_trans_ API to take > 'chain' parameter > 8a3442205630 usb: dwc3: ep0: preparation for handling non maxpacket aligned > transfers > 512 > 2e5464da4e7d usb: dwc3: ep0: use _roundup_ to calculate the transfer size > b2fb5b1a0f50 usb: dwc3: ep0: Fix mem corruption on OUT transfers of more than > 512 bytes > aa7399744dd0 usb: dwc3: gadget: defer endpoint name change > 7eaeac5c0e44 usb: dwc3: gadget: add a trace when disabling EPs > d9972f470bcb usb: dwc3: core: remove unnecessary dev_warn() > 2df033ca39b5 usb: dwc3: pci: make better use of gpiod API > 5960387a2fb8 usb: dwc3: omap: Replace deprecated API of extcon > 9fcfa463e17a usb: dwc3: drop CONFIG_USB_DWC3_DEBUG > e746b06cc76a usb: dwc3: st: remove two unnecessary messages > 2babd0d148a3 usb: dwc3: qcom: switch dev_dbg() to dev_info() > 42f69a02e7ab usb: dwc3: exynos: switch dev_dbg() to dev_info() > 9ff0fdca3b62 usb: dwc3: keystone: convert dev_dbg() to dev_err() > e4f756675467 usb: dwc3: omap: drop dev_dbg() usage > > Signed-off-by: Jens Wiklander <[email protected]> > > drivers/usb/dwc3/core.c | 2 -- > drivers/usb/dwc3/ep0.c | 92 > +++++++++++++++++++++++++++++++++-------------- > drivers/usb/dwc3/gadget.c | 61 +++++++++++++++++-------------- > 3 files changed, 101 insertions(+), 54 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

