From: Mattijs Korpershoek <mkorpershoek@baylibre.com>
To: Tom Rini <trini@konsulko.com>
Cc: Lukasz Majewski <lukma@denx.de>, u-boot@lists.denx.de
Subject: [GIT PULL] Please pull u-boot-dfu-next-20231124
Date: Fri, 24 Nov 2023 11:44:14 +0100 [thread overview]
Message-ID: <87fs0vbfcx.fsf@baylibre.com> (raw)
Hi Tom,
Here are some developments for next including:
- Make dfu entity name size configurable in KConfig
- Implement start-stop for UMS (graceful shutdown via eject)
- Improve help messages for cmd/bind
- Improve help message for udc bind failures
The CI job is at https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/18704
Thanks,
Mattijs
The following changes since commit dca7a8958f8d0dbd53072caa4353353e062d80ca:
Merge tag 'v2024.01-rc3' into next (2023-11-20 09:19:50 -0500)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-next-20231124
for you to fetch changes up to 8a0d07807abb5370fe879321c7f1d22fdda3255f:
usb: udc: Try to clarify an error message (2023-11-21 15:48:38 +0100)
----------------------------------------------------------------
u-boot-dfu-next-20231124
- Make dfu entity name size configurable in KConfig
- Implement start-stop for UMS (graceful shutdown via eject)
- Improve help messages for cmd/bind
- Improve help message for udc bind failures
----------------------------------------------------------------
Jaehoon Chung (1):
dfu: add CONFIG_DFU_NAME_MAX_SIZE configuration
Marek Vasut (1):
usb: gadget: f_mass_storage: Stop ums on START-STOP UNIT SCSI command
Miquel Raynal (3):
cmd: Change the dependencies between CMD_BIND and USB_GADGET
cmd: bind: Try to improve the (un)bind help
usb: udc: Try to clarify an error message
cmd/Kconfig | 2 +-
cmd/bind.c | 4 ++++
drivers/dfu/Kconfig | 9 +++++++++
drivers/usb/gadget/Kconfig | 1 +
drivers/usb/gadget/f_mass_storage.c | 7 +++++++
drivers/usb/gadget/udc/udc-core.c | 13 ++++++++++++-
include/dfu.h | 5 +++++
7 files changed, 39 insertions(+), 2 deletions(-)
next reply other threads:[~2023-11-24 10:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-24 10:44 Mattijs Korpershoek [this message]
2023-11-25 22:38 ` [GIT PULL] Please pull u-boot-dfu-next-20231124 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=87fs0vbfcx.fsf@baylibre.com \
--to=mkorpershoek@baylibre.com \
--cc=lukma@denx.de \
--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.