[GIT PULL] Please pull u-boot-dfu-next-20240402

Hi Tom,
Here are some developments for next including:
- Implement Qualcomm wrapper for dwc3 - Multiple sector size support for UMS - CDC ACM gadget initialization fix - Refactor board code from dwc3 to prepare better interrupt support - Bugfix for for qcom-smmu when compiling with -DDEBUG
The CI job is at https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/20143
Thanks, Mattijs
Note: sorry for the noise, I forgot to include u-boot list in the first email.
The following changes since commit e50cb36cb5e772d5bbd30d070faedf7323406364:
Merge branch '2024-03-19-assorted-updates' into next (2024-03-20 08:39:05 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-next-20240402
for you to fetch changes up to 12ac51cdb788b9f8e50cbc4fa3681102882ade33:
usb: udc: dwc3: Fold dwc3_uboot_handle_interrupt into dm_usb_gadget_handle_interrupts (2024-04-02 09:08:07 +0200)
---------------------------------------------------------------- u-boot-dfu-next-20240402
- Implement Qualcomm wrapper for dwc3 - Multiple sector size support for UMS - CDC ACM gadget initialization fix - Refactor board code from dwc3 to prepare better interrupt support - Bugfix for for qcom-smmu when compiling with -DDEBUG
---------------------------------------------------------------- Caleb Connolly (4): usb: dwc3-generic: implement Qualcomm wrapper usb: gadget: CDC ACM: call usb_gadget_initialize usb: gadget: UMS: support multiple sector sizes iommu: qcom-smmu: fix debugging
Marek Vasut (2): usb: udc: dwc3: Fold board dm_usb_gadget_handle_interrupts() into DWC3 gadget usb: udc: dwc3: Fold dwc3_uboot_handle_interrupt into dm_usb_gadget_handle_interrupts
board/purism/librem5/spl.c | 6 --- board/samsung/common/exynos5-dt.c | 6 --- board/st/stih410-b2260/board.c | 6 --- board/ti/am43xx/board.c | 11 ---- cmd/usb_mass_storage.c | 4 -- drivers/iommu/qcom-hyp-smmu.c | 2 +- drivers/usb/dwc3/core.c | 26 ++++++--- drivers/usb/dwc3/dwc3-generic.c | 81 +++++++++++++++++++++++++++- drivers/usb/dwc3/dwc3-omap.c | 4 +- drivers/usb/gadget/f_acm.c | 9 ++++ drivers/usb/gadget/f_mass_storage.c | 102 ++++++++++++++++++++---------------- drivers/usb/gadget/storage_common.c | 12 +++-- include/dwc3-omap-uboot.h | 1 - include/dwc3-uboot.h | 2 +- include/usb_mass_storage.h | 1 - 15 files changed, 178 insertions(+), 95 deletions(-)

On Tue, Apr 02, 2024 at 11:34:38AM +0200, Mattijs Korpershoek wrote:
Hi Tom,
Here are some developments for next including:
- Implement Qualcomm wrapper for dwc3
- Multiple sector size support for UMS
- CDC ACM gadget initialization fix
- Refactor board code from dwc3 to prepare better interrupt support
- Bugfix for for qcom-smmu when compiling with -DDEBUG
The CI job is at https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/20143
Thanks, Mattijs
Note: sorry for the noise, I forgot to include u-boot list in the first email.
The following changes since commit e50cb36cb5e772d5bbd30d070faedf7323406364:
Merge branch '2024-03-19-assorted-updates' into next (2024-03-20 08:39:05 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-next-20240402
for you to fetch changes up to 12ac51cdb788b9f8e50cbc4fa3681102882ade33:
usb: udc: dwc3: Fold dwc3_uboot_handle_interrupt into dm_usb_gadget_handle_interrupts (2024-04-02 09:08:07 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Mattijs Korpershoek
-
Tom Rini