On 2026-05-07T09:27:07, Jens Wiklander <[email protected]> wrote: > usb: dwc3: import from kernel v4.15 > > Sync Linux kernel dwc3 changes from v4.14 to v4.15. > > 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.14..v4.15 > Commits imported: > ec5bb87e4e2a usb: dwc3: gadget: Fix PCM1 for ISOC EP with ep->mult less than 3 > a0d8c4cfdf31 usb: dwc3: of-simple: set dev_pm_ops > ded600ea9fb5 usb: dwc3: of-simple: fix missing clk_disable_unprepare > 8722e095f5a4 usb: dwc3: gadget: Wait longer for controller to end command > processing > 894025f24bd0 Merge tag 'usb-4.15-rc1' of > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb > b5ea47570b5e USB: dwc3: Remove redundant license text > 5fd54ace4721 USB: add SPDX identifiers to all remaining files in drivers/usb/ > 644cbbc3ab4d usb: dwc3: core: Notify current USB mode to USB3 PHY as well > 8eed00b237a2 usb: dwc3: pci: Runtime resume child device from wq > 689bf72c6e0d usb: dwc3: Don't reinitialize core during host bus-suspend/resume > 06c47e6286d5 usb: dwc3: of-simple: Add support to get resets for the device > d6d9c2a3eac2 usb: dwc3: of-simple: Re-order resource handling in remove > 86763723eee8 usb: dwc3: ep0: Clean up unused variables > 7fdca766499b usb: dwc3: gadget: simplify __dwc3_gadget_kick_transfer() > prototype > 502a37b98a7b usb: dwc3: gadget: cache frame number in struct dwc3_ep > 64e010802997 usb: dwc3: gadget: simplify __dwc3_gadget_ep_queue() > ccb94ebf9e65 usb: dwc3: gadget: check for lack of TRBs a bit earlier > > Signed-off-by: Jens Wiklander <[email protected]> > > drivers/usb/dwc3/core.c | 74 ++++++++++++++++++--------------------------- > drivers/usb/dwc3/core.h | 12 ++------ > drivers/usb/dwc3/debug.h | 10 +------ > drivers/usb/dwc3/ep0.c | 30 +------------------ > drivers/usb/dwc3/gadget.c | 76 > ++++++++++++++--------------------------------- > drivers/usb/dwc3/gadget.h | 10 +------ > drivers/usb/dwc3/io.h | 10 +------ > 7 files changed, 59 insertions(+), 163 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

