]> git.dujemihanovic.xyz Git - u-boot.git/commit
Merge tag 'u-boot-dfu-20240711' of https://source.denx.de/u-boot/custodians/u-boot-dfu
authorTom Rini <trini@konsulko.com>
Thu, 11 Jul 2024 22:12:39 +0000 (16:12 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 11 Jul 2024 22:12:39 +0000 (16:12 -0600)
commit780b99040bc1d5c3658532fd2f22d703a4acab04
tree56adc64e560a7a24706d2154d9adfd7140262a21
parent6fd2aad04ec96116e58631b7f92d8bf518bfd353
parentb091d3872833a4b8d088ee41348a2d4ff48067cc
Merge tag 'u-boot-dfu-20240711' of https://source.denx.de/u-boot/custodians/u-boot-dfu

u-boot-dfu-20240711

Usb gadget:
- A welcome cleanup: epautoconf workaround is dropped to use
  .match_ep() instead
- Introduce handle_interrupts() op for USB_GADGET_GENERIC, which
  allows a per-driver interrupt handling

Fastboot:
- Fix mssing include when building with TCP only