All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Please pull u-boot-dfu-next-20250310
@ 2025-03-10 14:06 Mattijs Korpershoek
  2025-03-10 22:26 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Mattijs Korpershoek @ 2025-03-10 14:06 UTC (permalink / raw)
  To: Tom Rini, u-boot; +Cc: Lukasz Majewski

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Please pull u-boot-dfu-next-20250310
  2025-03-10 14:06 [GIT PULL] Please pull u-boot-dfu-next-20250310 Mattijs Korpershoek
@ 2025-03-10 22:26 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2025-03-10 22:26 UTC (permalink / raw)
  To: u-boot, Mattijs Korpershoek; +Cc: Lukasz Majewski

On Mon, 10 Mar 2025 15:06:08 +0100, Mattijs Korpershoek wrote:

> 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
> 
> [...]

Merged into u-boot/next, thanks!

-- 
Tom



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-03-10 22:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-10 14:06 [GIT PULL] Please pull u-boot-dfu-next-20250310 Mattijs Korpershoek
2025-03-10 22:26 ` Tom Rini

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.