1. 213fa47 usb: gadget: Fix controller index in UMS by Ye Li · 4 years, 3 months ago
  2. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  3. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  4. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 5 months ago
  5. 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 5 months ago
  6. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  7. 85d0aec usb: reload watchdog during ums command by Patrick Delaunay · 5 years ago
  8. a06955a usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers by Jean-Jacques Hiblot · 6 years ago
  9. 71002b5 cmd: add missing line breaks for pr_err() by Seung-Woo Kim · 6 years ago
  10. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  11. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  12. b920342 cmd: usb_mass_storage: Staticize do_usb_mass_storage() by Fabio Estevam · 8 years ago
  13. d419026 cmd: usb_mass_storage: Use NULL for pointer by Fabio Estevam · 8 years ago
  14. c9f3c5f dm: usb: Use blk_dread/write() instead of direct calls by Simon Glass · 8 years ago
  15. a238b0d cmd/usb_mass_storage.c: Rework ums_init() ret logic slightly by Tom Rini · 8 years ago
  16. a2e3a1d usb: ums - expose selected partition/s by John Tobias · 8 years ago
  17. bcce53d dm: block: Rename device number member dev to devnum by Simon Glass · 9 years ago
  18. ebac37c dm: blk: Rename get_device() to blk_get_device_by_str() by Simon Glass · 9 years ago
  19. 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  20. 2e192b2 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_usb_mass_storage.c]
  21. 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_usb_mass_storage.c]
  22. 02585eb ums: support multiple LUNs at once by Stephen Warren · 9 years ago
  23. 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  24. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  25. ee02a65 cmd_usb_mass_storage: Use 'USB Mass Storage' in the help text by Fabio Estevam · 10 years ago
  26. 375f2d7 usb: gadget: UMS: Invoke board specific USB cleanup interface by Inha Song · 10 years ago
  27. 2d48aa6 usb: modify usb_gadget_handle_interrupts to take controller index by Kishon Vijay Abraham I · 10 years ago
  28. e5d3e7f cmd_usb_mass_storage: Remove extra 'ums' string in the usage text by Fabio Estevam · 10 years ago
  29. 8c60045 ums: allow the user to specify the device type by Stephen Warren · 10 years ago
  30. 1725f12 ums: move all variable declarations to the start of the block by Stephen Warren · 10 years ago
  31. d0cc456 ums: use get_device() not find_mmc_device(); by Stephen Warren · 10 years ago
  32. abfe8af ums: move IO support code to common location by Stephen Warren · 10 years ago
  33. 66b88b0 usb: ums: add error handling for failed registration by Stephen Warren · 10 years ago
  34. c4d0e85 USB: gadget: added a saner gadget downloader registration API by Mateusz Zalega · 10 years ago
  35. 75504e9 usb: dfu: fix boards wo USB cable detection by Mateusz Zalega · 10 years ago
  36. 3603e31 usb: ums: wait for usb cable connection before enter ums mode by Przemyslaw Marczak · 11 years ago
  37. 351e9b2 usb: ums: add ums exit feature by ctrl+c or by detach usb cable by Przemyslaw Marczak · 11 years ago
  38. f4dacf7 usb: ums: allows using every mmc device with ums. by Przemyslaw Marczak · 11 years ago
  39. 93c813b usb: ums: code refactoring to improve reusability on other boards. by Przemyslaw Marczak · 11 years ago
  40. 16297cf usb: new board-specific USB init interface by Mateusz Zalega · 11 years ago
  41. 69d6cbe usb:gadget:Remove redundant #includes for USB composite gadget and its functions by Lukasz Majewski · 11 years ago
  42. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  43. b528f71 usb:gadget: USB Mass Storage Gadget support by Lukasz Majewski · 12 years ago