From: Mattijs Korpershoek <mkorpershoek@baylibre.com>
To: Tom Rini <trini@konsulko.com>, u-boot@lists.denx.de
Cc: Lukasz Majewski <lukma@denx.de>,
Jerome Forissier <jerome.forissier@linaro.org>,
Neil Armstrong <neil.armstrong@linaro.org>,
Siddharth Vadapalli <s-vadapalli@ti.com>
Subject: [GIT PULL] Please pull u-boot-dfu-20241017
Date: Thu, 17 Oct 2024 10:20:30 +0200 [thread overview]
Message-ID: <87iktr2l9t.fsf@baylibre.com> (raw)
Hi Tom,
Please find some fixes for master:
Usb Gadget:
- Fix cdns3 endpoint configuration by setting maxpacket
- Fix dwc3 cache handling when using DMA
Fastboot:
- Make AVB_VERIFY depends on FASTBOOT
CI job:
- https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/22742
Thanks,
Mattijs
The following changes since commit a404065479be2c1fe1167c3c91367e8194a69d1b:
power: pmic: pca9450: Add missing newline (2024-10-10 12:17:46 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-20241017
for you to fetch changes up to 3e47302dd71267b85e5ec65c5b6d881c23cce6cb:
usb: dwc3: invalidate dcache on buffer used in interrupt handling (2024-10-15 11:03:57 +0200)
----------------------------------------------------------------
u-boot-dfu-20241017
Usb Gadget:
- Fix cdns3 endpoint configuration by setting maxpacket
- Fix dwc3 cache handling when using DMA
Fastboot:
- Make AVB_VERIFY depends on FASTBOOT
----------------------------------------------------------------
Jerome Forissier (1):
Make AVB_VERIFY depend on FASTBOOT
Neil Armstrong (3):
usb: dwc3: allocate setup_buf with dma_alloc_coherent()
usb: dwc3: fix dcache flush range calculation
usb: dwc3: invalidate dcache on buffer used in interrupt handling
Siddharth Vadapalli (1):
usb: gadget: cdns3: Fix cdns3_ep_config() by setting ep.maxpacket
common/Kconfig | 1 +
drivers/usb/cdns3/gadget.c | 8 ++++++++
drivers/usb/dwc3/core.h | 2 ++
drivers/usb/dwc3/ep0.c | 6 ++++--
drivers/usb/dwc3/gadget.c | 10 ++++++----
drivers/usb/dwc3/io.h | 13 ++++++++++++-
6 files changed, 33 insertions(+), 7 deletions(-)
next reply other threads:[~2024-10-17 8:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-17 8:20 Mattijs Korpershoek [this message]
2024-10-17 17:54 ` [GIT PULL] Please pull u-boot-dfu-20241017 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=87iktr2l9t.fsf@baylibre.com \
--to=mkorpershoek@baylibre.com \
--cc=jerome.forissier@linaro.org \
--cc=lukma@denx.de \
--cc=neil.armstrong@linaro.org \
--cc=s-vadapalli@ti.com \
--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.