From: Mattijs Korpershoek <mkorpershoek@baylibre.com>
To: Tom Rini <trini@konsulko.com>, u-boot@lists.denx.de
Cc: Lukasz Majewski <lukma@denx.de>
Subject: [GIT PULL] Please pull u-boot-dfu-next-20250310
Date: Mon, 10 Mar 2025 15:06:08 +0100 [thread overview]
Message-ID: <87wmcx3rqn.fsf@baylibre.com> (raw)
Hi Tom,
Please find the following developments/cleanups for next:
Usb gadget:
- Remove legacy CONFIG_USB_DEVICE
- Remove legacy usbtty driver
CI Job:
- https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/25060
Thanks,
Mattijs
The following changes since commit 743c15b9fdd2f639012a2c26734dc146dc568218:
Merge patch series "This series adds support for file renaming to EFI_FILE_PROTOCOL.SetInfo()." (2025-03-07 12:06:21 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-next-20250310
for you to fetch changes up to 6689b0c955f1ec885ed1acafc7c5d7c1565dbe63:
usb: gadget: Remove the legacy usbtty driver (2025-03-10 09:22:35 +0100)
----------------------------------------------------------------
u-boot-dfu-next-20250310
Usb gadget:
- Remove legacy CONFIG_USB_DEVICE
- Remove legacy usbtty driver
----------------------------------------------------------------
Tom Rini (2):
usb: gadget: Remove final remnants of CONFIG_USB_DEVICE
usb: gadget: Remove the legacy usbtty driver
Makefile | 1 -
arch/arm/lib/bootm.c | 4 -
arch/riscv/lib/bootm.c | 4 -
common/stdio.c | 3 -
drivers/serial/Makefile | 3 -
drivers/serial/ns16550.c | 8 +-
drivers/serial/usbtty.c | 983 ------------------------------------------
drivers/serial/usbtty.h | 49 ---
drivers/usb/gadget/Makefile | 4 -
drivers/usb/gadget/core.c | 621 --------------------------
drivers/usb/gadget/ep0.c | 619 --------------------------
include/serial.h | 20 -
include/stdio_dev.h | 1 -
lib/Makefile | 4 -
lib/efi_loader/efi_boottime.c | 2 -
15 files changed, 2 insertions(+), 2324 deletions(-)
delete mode 100644 drivers/serial/usbtty.c
delete mode 100644 drivers/serial/usbtty.h
delete mode 100644 drivers/usb/gadget/core.c
delete mode 100644 drivers/usb/gadget/ep0.c
next reply other threads:[~2025-03-10 14:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-10 14:06 Mattijs Korpershoek [this message]
2025-03-10 22:26 ` [GIT PULL] Please pull u-boot-dfu-next-20250310 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=87wmcx3rqn.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.