From: Mattijs Korpershoek <mkorpershoek@baylibre.com>
To: Tom Rini <trini@konsulko.com>
Cc: Lukasz Majewski <lukma@denx.de>,
Marek Vasut <marek.vasut+renesas@mailbox.org>,
Caleb Connolly <caleb.connolly@linaro.org>,
u-boot@lists.denx.de
Subject: [GIT PULL] Please pull u-boot-dfu-next-20240402
Date: Tue, 02 Apr 2024 11:34:38 +0200 [thread overview]
Message-ID: <878r1wglap.fsf@baylibre.com> (raw)
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(-)
next reply other threads:[~2024-04-02 9:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-02 9:34 Mattijs Korpershoek [this message]
2024-04-03 11:19 ` [GIT PULL] Please pull u-boot-dfu-next-20240402 Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878r1wglap.fsf@baylibre.com \
--to=mkorpershoek@baylibre.com \
--cc=caleb.connolly@linaro.org \
--cc=lukma@denx.de \
--cc=marek.vasut+renesas@mailbox.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.