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