On 2026-05-07T09:27:07, Jens Wiklander <[email protected]> wrote:
> usb: dwc3: import from kernel v4.13
>
> Sync Linux kernel dwc3 changes from v4.12 to v4.13.
>
> 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.12..v4.13
> Commits imported:
> 40d829fb2ec6 usb: dwc3: gadget: Correct ISOC DATA PIDs for short packets
> 4a71fcb8ac5f usb: dwc3: gadget: only unmap requests from DMA if mapped
> ee249b455494 usb: dwc3: omap: remove IRQ_NOAUTOEN used with shared irq
> 541768b08a40 usb: dwc3: core: Call dwc3_core_get_phy() before initializing 
> phys
> 408c9861c697 Merge tag 'pm-4.13-rc1' of 
> git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
> 362f6729cbb1 Merge tag 'usb-4.13-rc1' of 
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
> de3ef1eb1cd0 PM / core: Drop run_wake flag from struct dev_pm_info
> 24040a58379e Merge tag 'usb-for-v4.13' of 
> git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-testing
> ece7af5f787e usb: dwc3: exynos: Handle return value of clk_prepare_enable
> 46b780d46bcc usb: dwc3: gadget: increase readability of 
> dwc3_gadget_init_endpoints()
> 958d1a4c40dd usb: dwc3: core: program PHY for proper DRD modes
> f54edb539c11 usb: dwc3: core: initialize ULPI before trying to get the PHY
> e0082698b689 usb: dwc3: ulpi: conditionally resume ULPI PHY
> 9b0a1f95c4b4 usb: dwc3: ep0: make sure wValue is 0 on GetStatus()
> 7d8d0639565f usb: dwc3: gadget: implement ->udc_set_speed()
> 94116f8126de ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()
> af32423a2d86 usb: dwc3: trace: decode ctrl request
> 3587f36a125f usb: dwc3: debug: remove static char buffer from 
> dwc3_decode_event()
> e42f09b85f20 usb: dwc3: trace: rely on __string() and __assign_str()
> dfc5e80578f2 usb: dwc3: gadget: slight cleanup to dwc3_process_event_entry()
> 436841d53dd7 usb: dwc3: debugfs: slightly improve output of trb_ring
> bfad65ee9be2 usb: dwc3: update documentation
> 04fb365c453e usb: dwc3: replace %p with %pK
> 6acf116c9558 Merge 4.12-rc2 into usb-next
> 65db7a0c9816 usb: dwc3: add disable u2mac linestate check quirk
> cdb55b39fab8 usb: dwc3: gadget: lazily map requests for DMA
> 202adafe5a6e usb: dwc3: gadget: don't WARN about lack of TRBs
>
> Signed-off-by: Jens Wiklander <[email protected]>
>
> drivers/usb/dwc3/core.c   |  57 ++++++--
>  drivers/usb/dwc3/core.h   |  48 ++++---
>  drivers/usb/dwc3/debug.h  | 247 ++++++++++++++++++++++++++++++++-
>  drivers/usb/dwc3/ep0.c    |   8 +-
>  drivers/usb/dwc3/gadget.c | 340 
> ++++++++++++++++++++++++++++------------------
>  drivers/usb/dwc3/gadget.h |  22 ++-
>  6 files changed, 549 insertions(+), 173 deletions(-)

Reviewed-by: Simon Glass <[email protected]>

Reply via email to