1. 8cb3303 net: introduce alternative implementation as net/lwip/ by Jerome Forissier · 3 months ago
  2. 47e544f Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" by Tom Rini · 3 months ago
  3. 5c10c8b global: Rename SPL_TPL_ to PHASE_ by Simon Glass · 4 months ago
  4. c46760d global: Rename SPL_ to XPL_ by Simon Glass · 4 months ago
  5. 371dc06 drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 4 months ago
  6. 50bb758 usb: gadget: usbhs: Add Renesas USBHS device driver by Vitaliy Vasylskyy · 4 months ago
  7. 3a0b829 Merge tag 'v2024.10-rc6' into next by Tom Rini · 4 months ago
  8. ab50741 spl: ram: hide SPL_RAM_SUPPORT by Jerome Forissier · 4 months ago
  9. 2f9c472 dfu: fix Kconfig dependencies by Jerome Forissier · 4 months ago
  10. 3fd1127 spl: Create a function to init spl_load_info by Simon Glass · 5 months ago
  11. 73f5b54 usb: gadget: udc: Fix duplicate uclass name by Zixun LI · 6 months ago
  12. d6376f7 usb: gadget: atmel: Add DM_USB_GADGET support by Zixun LI · 6 months ago
  13. ef5e1d1 usb: gadget: atmel: Add attach/detach support by Zixun LI · 6 months ago
  14. 7a448c8 usb: gadget: atmel: Rename atmel_usba_start()/_stop() to usba_udc_enable()/_disable() by Zixun LI · 6 months ago
  15. 9b97a35 usb: gadget: atmel: Move usba_udc_pdata() with other static functions by Zixun LI · 6 months ago
  16. dbbacf1 usb: gadget: atmel: Fix typo in usb gadget driver register and unregister by Zixun LI · 6 months ago
  17. 9ec3b70 usb: gadget: atmel: Replace printf() and pr_err() by log_err() by Zixun LI · 6 months ago
  18. 9cfee49 usb: gadget: atmel: Sort includes by Zixun LI · 6 months ago
  19. 85168f1 drivers: usb: Remove duplicate newlines by Marek Vasut · 6 months ago
  20. 9e2c148 usb: gadget: Mark dm_usb_gadget_handle_interrupts as non-weak for DM_USB_GADGET by Marek Vasut · 7 months ago
  21. a757533 usb: gadget: max3420: Convert interrupt handling to usb_gadget_generic_ops by Marek Vasut · 7 months ago
  22. 2329109 usb: gadget: dwc2: Convert interrupt handling to usb_gadget_generic_ops by Marek Vasut · 7 months ago
  23. d36ef5c usb: gadget: Introduce handle_interrupts ops to USB_GADGET_GENERIC uclass by Marek Vasut · 7 months ago
  24. 1918b80 usb: dwc3: gadget: Convert epautoconf workaround to match_ep callback by Marek Vasut · 7 months ago
  25. bd7ec7b usb: gadget: Add full ep_matches() check past .match_ep() callback by Marek Vasut · 7 months ago
  26. db62b6a usb: gadget: Drop all gadget_is_*() functions by Marek Vasut · 7 months ago
  27. 2cee3bc usb: gadget: Drop usb_gadget_controller_number() by Marek Vasut · 7 months ago
  28. 7f1b062 usb: gadget: ether: Drop usb_gadget_controller_number() by Marek Vasut · 7 months ago
  29. 0fca001 usb: gadget: g_dnl: Drop usb_gadget_controller_number() by Marek Vasut · 7 months ago
  30. 03de305 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 8 months ago
  31. d678a59 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 8 months ago
  32. 12a8b0d usb: Remove <common.h> and add needed includes by Tom Rini · 9 months ago
  33. 304fa0a usb: gadget: UMS: support multiple sector sizes by Caleb Connolly · 10 months ago
  34. 341a172 usb: gadget: CDC ACM: call usb_gadget_initialize by Caleb Connolly · 10 months ago
  35. 8c19275 rockchip: Update the default USB Product ID value by Jonas Karlman · 10 months ago
  36. 85fcd69 fastboot: multiresponse support by Ion Agorria · 1 year ago
  37. cb3ce95 global: Drop common.h inclusion by Tom Rini · 1 year, 1 month ago
  38. 4a363dd Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegra into next by Tom Rini · 1 year, 2 months ago
  39. 8a0d078 usb: udc: Try to clarify an error message by Miquel Raynal · 1 year, 3 months ago
  40. 9b63fca cmd: Change the dependencies between CMD_BIND and USB_GADGET by Miquel Raynal · 1 year, 3 months ago
  41. 1041ee6 usb: gadget: f_mass_storage: Stop ums on START-STOP UNIT SCSI command by Marek Vasut · 1 year, 2 months ago
  42. 6f68dcd usb: fastboot: Add missing newline in pr_err by Simon Holesch · 1 year, 2 months ago
  43. b272c87 usb: ci: Fix gadget reinit by Simon Holesch · 1 year, 2 months ago
  44. dca7a89 Merge tag 'v2024.01-rc3' into next by Tom Rini · 1 year, 2 months ago
  45. 5271e35 spl: Only support bl_len when we have to by Sean Anderson · 1 year, 2 months ago
  46. 0c6c83e spl: Remove dev from spl_load_info by Sean Anderson · 1 year, 2 months ago
  47. a94a407 tree-wide: Replace http:// link with https:// link for ti.com by Nishanth Menon · 1 year, 3 months ago
  48. ab12179 arm: imx: Check header before calling spl_load_imx_container by Sean Anderson · 1 year, 3 months ago
  49. bc8e94c usb: gadget: atmel: fix transfer of queued requests by Artur Rojek · 1 year, 4 months ago
  50. 1e94b46 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 4 months ago
  51. 2caf974 board: usb: Replace legacy usb_gadget_handle_interrupts() by Marek Vasut · 1 year, 5 months ago
  52. 890076d dm: usb: udc: Drop legacy udevice handler functions by Marek Vasut · 1 year, 5 months ago
  53. bfa352d usb: gadget: ether: Use plain udevice for UDC controller interaction by Marek Vasut · 1 year, 5 months ago
  54. 99e0532 usb: gadget: acm: Use plain udevice for UDC controller interaction by Marek Vasut · 1 year, 5 months ago
  55. 5b8c9d1 thordown: Use plain udevice for UDC controller interaction by Marek Vasut · 1 year, 5 months ago
  56. 6b84acc sdp: Use plain udevice for UDC controller interaction by Marek Vasut · 1 year, 5 months ago
  57. f032260 cmd: ums: Use plain udevice for UDC controller interaction by Marek Vasut · 1 year, 5 months ago
  58. a1fa8bb dm: usb: udc: Factor out plain udevice handler functions by Marek Vasut · 1 year, 5 months ago
  59. a077ac1 Kconfigs: Correct default of "0" on hex type entries by Tom Rini · 1 year, 6 months ago
  60. 718f1d4 usb: gadget: ether: Handle gadget driver registration in probe and remove by Marek Vasut · 1 year, 6 months ago
  61. 47b121f usb: gadget: ether: Move probe function above driver structure by Marek Vasut · 1 year, 6 months ago
  62. da768f9 usb: gadget: ether: Inline functions used once by Marek Vasut · 1 year, 6 months ago
  63. da83ada usb: gadget: Add and use matching SPL USB ethernet gadget Kconfig symbols by Marek Vasut · 1 year, 9 months ago
  64. 0007fb2 usb: Move SPL_USB_GADGET and related Kconfig symbols to drivers/usb/ by Marek Vasut · 1 year, 9 months ago
  65. 73b39a7 usb: gadget: f_mass_storage: Rework do_request_sense slightly by Tom Rini · 1 year, 10 months ago
  66. 7f23470 usb: gadget: f_sdp: Add missing spl_board_prepare_for_boot() call by Marek Vasut · 1 year, 11 months ago
  67. 0633594 usb: gadget: missing fallthrough in composite_setup() by Heinrich Schuchardt · 1 year, 10 months ago
  68. b1de4d7 ARM: tegra: provide default USB gadget setup by Maxim Schwalm · 1 year, 11 months ago
  69. ecff2bc usb: gadget: Fix typo in obj line by Tom Rini · 2 years ago
  70. e9b4678 usb: Drop unused fotg210 gadget by Simon Glass · 2 years ago
  71. 6e7df1d global: Finish CONFIG -> CFG migration by Tom Rini · 2 years ago
  72. 30f3333 image: Move common image code to image_board and command by Simon Glass · 2 years ago
  73. 2383e8f usb: gadget: dwc2_udc_otg: implement pullup() by Mattijs Korpershoek · 2 years ago
  74. 66b5847 usb: gadget: fastboot: detach usb just before rebooting by Dario Binacchi · 2 years ago
  75. d037990 fastboot: remove #ifdef CONFIG when it is possible by Patrick Delaunay · 2 years, 1 month ago
  76. bcc85b9 cmd: source: Support specifying config name by Sean Anderson · 2 years, 1 month ago
  77. 30fb045 treewide: Use NULL for script image name by Sean Anderson · 2 years, 1 month ago
  78. 0c3a6d4 usb: Remove CONFIG_USBD_HS by Tom Rini · 2 years, 2 months ago
  79. 14f4379 Merge tag 'v2023.01-rc4' into next by Tom Rini · 2 years, 1 month ago
  80. 51a0e21 usb: gadget: rndis: Prevent InformationBufferOffset manipulation by Szymon Heidrich · 2 years, 1 month ago
  81. 14dc0ab usb: gadget: dfu: Fix check of transfer direction by Hugo SIMELIERE · 2 years, 2 months ago
  82. 2098a3b usb: gadget: Remove non-DM_ETH code by Tom Rini · 2 years, 2 months ago
  83. a9c3bce Convert CONFIG_USB_GADGET_AT91 to Kconfig by Tom Rini · 2 years, 2 months ago
  84. fbce985 usb: gadget: dfu: Fix the unchecked length field by Venkatesh Yadav Abbarapu · 2 years, 3 months ago
  85. 2cb43ef usb: ether: Fix error handling in usb_ether_init by Michal Suchanek · 2 years, 3 months ago
  86. 3480320 Fix typo in CONFIG_USBNET_DEVADDR by Ignacio Zamora · 2 years, 3 months ago
  87. 5f7e01e usb: gadget: fastboot: detach usb on reboot commands by Mattijs Korpershoek · 2 years, 3 months ago
  88. 7cc1af9 usb: gadget: Clean up Makefile ifdeffery by Marek Vasut · 2 years, 5 months ago
  89. 2d45913 Merge branch 'next' by Tom Rini · 2 years, 4 months ago
  90. f3543e6 treewide: Drop image_header_t typedef by Simon Glass · 2 years, 4 months ago
  91. ffa2c88 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · 2 years, 4 months ago
  92. 206af3d Fix out of bound access of ep array. by Alison Huffman · 2 years, 4 months ago
  93. e9a1ff9 Merge branch 'master' into next by Tom Rini · 2 years, 4 months ago
  94. c34edb8 usb: gadget: designware-udc: Drop the driver by Marek Vasut · 2 years, 5 months ago
  95. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 5 months ago
  96. 2522bd3 drivers: usb: fastboot: Fix full-speed usb descriptor by qianfan Zhao · 2 years, 5 months ago
  97. 36b661d Merge branch 'next' by Tom Rini · 2 years, 6 months ago
  98. 95cc3ef arm: Remove strongarm support by Tom Rini · 2 years, 7 months ago
  99. a457ebd arm: Remove PXA architecture support by Tom Rini · 2 years, 7 months ago
  100. b68ba0e Convert CONFIG_USB_GADGET_DWC2_OTG_PHY to Kconfig by Tom Rini · 2 years, 7 months ago