1. 69c6fa8 common: Remove duplicate newlines by Marek Vasut · 4 months ago
  2. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  3. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  4. 728cb88 common: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  5. 7b3d10d usb: storage: Use the correct CBW lengths by Hector Martin · 1 year, 1 month ago
  6. 2294ecb blk: Use a macro for the typical block size by Bin Meng · 1 year, 2 months ago
  7. b1d581d bootstd: Rename bootdev_setup_sibling_blk() by Simon Glass · 1 year, 4 months ago
  8. 96c2d11 usb: storage: continue probe on "Invalid device" by Janne Grunau · 2 years, 1 month ago
  9. fada3f9 blk: Rename if_type to uclass_id by Simon Glass · 2 years, 2 months ago
  10. dbfa32c blk: Switch over to using uclass IDs by Simon Glass · 2 years, 3 months ago
  11. e1917ef bootstd: usb: Add a bootdev driver by Simon Glass · 2 years, 7 months ago
  12. f9c3cc8 usb: storage: call device_probe() after scanning by AKASHI Takahiro · 2 years, 9 months ago
  13. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago
  14. 92d6d86 Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 3 years, 11 months ago
  15. cfd8a6e common: usb_storage: Fix code indentation by Michal Simek · 4 years ago
  16. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  17. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  18. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  19. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  20. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  21. 655306c common: Drop part.h from common header by Simon Glass · 4 years, 7 months ago
  22. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  23. 118a903 usb: Keep async schedule running only across mass storage xfers by Marek Vasut · 4 years, 8 months ago
  24. 765e91a usb: storage: Only clear READY flag on error by Marek Vasut · 5 years ago
  25. cc93ffd usb: storage: Limit transfer size to 120 kiB by Marek Vasut · 5 years ago
  26. 1c95b9f usb: Add nonblock argument to submit_int_msg by Michal Suchanek · 5 years ago
  27. 0089d21 usb: storage: submit_int_msg -> usb_int_msg by Michal Suchanek · 5 years ago
  28. c58ff20 usb: storage: s/CONFIG_BLK/CONFIG_IS_ENABLED(BLK)/ by Sven Schwermer · 6 years ago
  29. 8a3cb9f1 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · 6 years ago
  30. cbc3da8 blk: Call part_init() in the post_probe() method by Bin Meng · 6 years ago
  31. c7570a3 Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · 6 years ago
  32. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  33. 77f871b usb: storage: Fix overwritten in usb_stor_set_max_xfer_blk() by Bin Meng · 7 years ago
  34. 9f44711 dm: usb: storage: Fix broken read/write when both EHCD and xHCD are enabled by Bin Meng · 7 years ago
  35. f6e373e usb: storage: Refactor to use max_xfer_blk from struct us_data by Bin Meng · 7 years ago
  36. 5fb559d dm: scsi: Drop the ccb typedef by Simon Glass · 7 years ago
  37. ceed5d2 Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD by Tom Rini · 8 years ago
  38. 17e4526 usb: return 0 from usb_stor_get_info even if removable media by Troy Kisky · 8 years ago
  39. cd8f86f usb: storage: Show number of storage devices detected for DM_USB by Michal Simek · 8 years ago
  40. 9b70df5 usb: squash lines for immediate return by Masahiro Yamada · 8 years ago
  41. 966b695 dm: blk: Add a easier way to create a named block device by Simon Glass · 9 years ago
  42. cf43778 dm: usb: Drop the get_dev() function by Simon Glass · 9 years ago
  43. d317141 dm: usb: Add a legacy block interface for USB storage by Simon Glass · 9 years ago
  44. 8c6c074 usb: Correct return value in usb_stor_info() by Simon Glass · 9 years ago
  45. 53d41e6 Fix spelling of "transferred". by Vagrant Cascadian · 9 years ago
  46. 01f5be9 dm: usb: Convert USB storage to use driver-model for block devs by Simon Glass · 9 years ago
  47. 99e598e dm: usb: Tidy up storage code ready for driver model conversion by Simon Glass · 9 years ago
  48. 6d74d7c dm: usb: Avoid exceeding available array size for storage devices by Simon Glass · 9 years ago
  49. 2f26fff dm: block: Rename device number member dev to devnum by Simon Glass · 9 years ago
  50. b89a844 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  51. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  52. 9eb361b usb: Define USB_MAX_STOR_DEV in only one place by Simon Glass · 9 years ago
  53. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  54. 1dae494 usb: Allow up to 7 storage devices by Simon Glass · 9 years ago
  55. d83b89d common/usb_storage.c: Clean up usb_storage_probe() by Tom Rini · 9 years ago
  56. de44acf dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
  57. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  58. 46952fb dm: usb: Adjust the USB_DEVICE() macro naming by Simon Glass · 9 years ago
  59. ac9774e dm: usb: Convert usb_storage to driver model by Simon Glass · 10 years ago
  60. df7d34f dm: usb: Move storage device scanning into its own function by Simon Glass · 10 years ago
  61. 0f50b16 Revert "usb_storage : scan all interfaces to find a storage device" by Simon Glass · 10 years ago
  62. 332a9b6 dm: usb: Adjust usb_storage to work with sandbox by Simon Glass · 10 years ago
  63. 5c3c91c dm: usb: Simply device finding code in usb_storage by Simon Glass · 10 years ago
  64. 78330d6 dm: usb: Fix type problems in usb_stor_get_info() by Simon Glass · 10 years ago
  65. 6f41465 dm: usb: Move USB storage definitions to usb_defs.h by Simon Glass · 10 years ago
  66. 57236d5 usb_storage:Fix USB storage capacity detection on 64 bit architectures by Sergey Temerkhanov · 10 years ago
  67. 20f3eb8 usb_storage : scan all interfaces to find a storage device by Franck Jullien · 10 years ago
  68. e482800 usb_storage: blacklist Enclosure Service Devices by Soeren Moch · 10 years ago
  69. b43f768 usb: Use correct printf() format string for uintptr_t by Simon Glass · 10 years ago
  70. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  71. 4bdf6fd Fix block device accesses beyond 2TiB by Sascha Silbe · 11 years ago
  72. 23cbd29 USB: Some cleanup prior to USB 3.0 interface addition by Vivek Gautam · 12 years ago
  73. f94c95d usb: common: Weed out USB_**_PRINTFs from usb framework by Vivek Gautam · 12 years ago
  74. 2eec2ab part/dev_desc: Add log2 of blocksize to block_dev_desc data struct by Egbert Eich · 12 years ago
  75. 976b323 usb: properly detect empty mass storage media reader by Vincent Palatin · 12 years ago
  76. b052b60 common/misc: sparse fixes by Kim Phillips · 12 years ago
  77. 7d07768 usb: Support the CONFIG_SYS_64BIT_LBA option by Gabe Black · 12 years ago
  78. e6d3345 usb: add support for multiple usb controllers by Lucas Stach · 12 years ago
  79. a1f0adb usb: Optimize USB storage read/write by Jim Shimer · 12 years ago
  80. fbf909a usb_stor_BBB_transport: Do not delay when not required by Benoît Thébaudeau · 12 years ago
  81. dfa2bcc usb_storage: Remove EHCI constraints by Benoît Thébaudeau · 12 years ago
  82. 938051f usb_storage: Restore non-EHCI support by Benoît Thébaudeau · 12 years ago
  83. 77f385a usb_storage: fix ehci driver max transfer size by Stefan Herbrechtsmeier · 12 years ago
  84. 6c9bb60 USB: Align buffers at cacheline by Puneet Saxena · 13 years ago
  85. 60ce19a usb: replace wait_ms() with mdelay() by Mike Frysinger · 13 years ago
  86. 6540db0 usb_storage: Fix EHCI "out of buffer pointers" with CD-ROM by Kyle Moffett · 13 years ago
  87. 0f79fc3 GCC4.6: Squash subsequent warnings in usb_storage.c by Marek Vasut · 13 years ago
  88. 772b688 GCC4.6: Squash warning in usb_storage.c by Marek Vasut · 13 years ago
  89. 9dc6396 Revert "GCC4.6: Convert various empty macros to inline functions" by Wolfgang Denk · 13 years ago
  90. 0480a3b GCC4.6: Convert various empty macros to inline functions by Marek Vasut · 13 years ago
  91. 6252b4f disk/part.c: Make features optional by Matthew McClintock · 14 years ago
  92. 5d0569a Fix misc spelling errors found by lintian by Loïc Minier · 14 years ago
  93. c683975 Remove unnecessary reset in usb_stor_get_info by Erik Hansen · 14 years ago
  94. 165522b usb_storage: constify us_direction lookup table by Mike Frysinger · 14 years ago
  95. 134396c usb: Add support for multiple-LUN mass storage devices by Ludovic Courtès · 14 years ago
  96. 660e9a4 usb_storage.c: change progress output in debug() message by Wolfgang Denk · 14 years ago
  97. 1896bf1 usb_storage.c: initialize device type by Wolfgang Denk · 14 years ago
  98. 3d42b8a USB storage probe by Kim B. Heino · 15 years ago
  99. 300ea51 USB storage count by Kim B. Heino · 15 years ago
  100. d43a0b8 usb: write command for RAW partition. by Mahavir Jain · 15 years ago