Hi Tom,

Please find the following fixes/developments for master:

Usb gadget:
- Fix ACM gadget release
- Allow ACM gadget restart after releasing it
- Add 'enabled' flag to usb_ep structure

DFU:
- Fix alt buffer clearing for DeveloperBox board

CI Job:
- https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/25923

Thanks,
Mattijs

The following changes since commit 4446bc331c65d3efb8a9321d6368c61edb56479b:

  mips: mt7688: gardena-smart-gateway: Increase CONFIG_SYS_BOOTM_LEN 
(2025-04-22 15:16:11 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-dfu.git 
tags/u-boot-dfu-20250424

for you to fetch changes up to 39a719dce59607d6abcac17cc2683aa9f2162539:

  fwu: developerbox: fix dfu alt buffer clearing (2025-04-23 09:52:52 +0200)

----------------------------------------------------------------
u-boot-dfu-20250425

Usb gadget:
- Fix ACM gadget release
- Allow ACM gadget restart after releasing it
- Add 'enabled' flag to usb_ep structure

DFU:
- Fix alt buffer clearing for DeveloperBox board

----------------------------------------------------------------
Stephan Gerhold (3):
      usb: gadget: f_acm: Claim requested USB endpoints
      usb: gadget: f_acm: Allow restarting ACM console after stopping it
      usb: gadget: introduce 'enabled' flag in struct usb_ep

Vincent Stehlé (1):
      fwu: developerbox: fix dfu alt buffer clearing

 board/socionext/developerbox/fwu_plat.c |  2 +-
 drivers/usb/gadget/f_acm.c              |  4 ++++
 include/linux/usb/gadget.h              | 27 +++++++++++++++++++++++++--
 3 files changed, 30 insertions(+), 3 deletions(-)

Reply via email to