1. bc0b99b Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 3 years, 9 months ago
  2. d91a652 common: usb_storage: Fix code indentation by Michal Simek · 3 years, 10 months ago
  3. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 10 months ago
  4. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  5. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 10 months ago
  6. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 4 months ago
  7. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 4 months ago
  8. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 4 months ago
  9. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 4 months ago
  10. 31232de usb: Keep async schedule running only across mass storage xfers by Marek Vasut · 4 years, 6 months ago
  11. da3d1c4 usb: storage: Only clear READY flag on error by Marek Vasut · 5 years ago
  12. 7d6fd7f usb: storage: Limit transfer size to 120 kiB by Marek Vasut · 5 years ago
  13. 3437121 usb: Add nonblock argument to submit_int_msg by Michal Suchanek · 5 years ago
  14. 50dce8f usb: storage: submit_int_msg -> usb_int_msg by Michal Suchanek · 5 years ago
  15. 1af9bfd usb: storage: s/CONFIG_BLK/CONFIG_IS_ENABLED(BLK)/ by Sven Schwermer · 6 years ago
  16. fd09c20 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · 6 years ago
  17. d0851c8 blk: Call part_init() in the post_probe() method by Bin Meng · 6 years ago
  18. dee37fc Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · 6 years ago
  19. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  20. 72ac8f3 usb: storage: Fix overwritten in usb_stor_set_max_xfer_blk() by Bin Meng · 7 years ago
  21. ea7fad9 dm: usb: storage: Fix broken read/write when both EHCD and xHCD are enabled by Bin Meng · 7 years ago
  22. 6158d0b usb: storage: Refactor to use max_xfer_blk from struct us_data by Bin Meng · 7 years ago
  23. b9560ad dm: scsi: Drop the ccb typedef by Simon Glass · 7 years ago
  24. 8850c5d Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD by Tom Rini · 7 years ago
  25. 1e5eca7 usb: return 0 from usb_stor_get_info even if removable media by Troy Kisky · 7 years ago
  26. b984700 usb: storage: Show number of storage devices detected for DM_USB by Michal Simek · 8 years ago
  27. 8319aeb usb: squash lines for immediate return by Masahiro Yamada · 8 years ago
  28. 9107c97 dm: blk: Add a easier way to create a named block device by Simon Glass · 8 years ago
  29. 57ebf67 dm: usb: Drop the get_dev() function by Simon Glass · 8 years ago
  30. c0543bf dm: usb: Add a legacy block interface for USB storage by Simon Glass · 8 years ago
  31. b94fc85 usb: Correct return value in usb_stor_info() by Simon Glass · 9 years ago
  32. a6f70a3 Fix spelling of "transferred". by Vagrant Cascadian · 9 years ago
  33. 07b2b78 dm: usb: Convert USB storage to use driver-model for block devs by Simon Glass · 9 years ago
  34. 9807c3b dm: usb: Tidy up storage code ready for driver model conversion by Simon Glass · 9 years ago
  35. c89e79d dm: usb: Avoid exceeding available array size for storage devices by Simon Glass · 9 years ago
  36. bcce53d dm: block: Rename device number member dev to devnum by Simon Glass · 9 years ago
  37. 3e8bd46 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  38. 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  39. 4ef7909 usb: Define USB_MAX_STOR_DEV in only one place by Simon Glass · 9 years ago
  40. 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  41. 70caa97 usb: Allow up to 7 storage devices by Simon Glass · 9 years ago
  42. f5fb78a common/usb_storage.c: Clean up usb_storage_probe() by Tom Rini · 9 years ago
  43. bcbe3d1 dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
  44. cf92e05 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  45. abb59cf dm: usb: Adjust the USB_DEVICE() macro naming by Simon Glass · 9 years ago
  46. acf277a dm: usb: Convert usb_storage to driver model by Simon Glass · 10 years ago
  47. 9155757 dm: usb: Move storage device scanning into its own function by Simon Glass · 10 years ago
  48. 7fc2c1e Revert "usb_storage : scan all interfaces to find a storage device" by Simon Glass · 9 years ago
  49. 0510813 dm: usb: Adjust usb_storage to work with sandbox by Simon Glass · 10 years ago
  50. 84073b6 dm: usb: Simply device finding code in usb_storage by Simon Glass · 10 years ago
  51. 1d5827a dm: usb: Fix type problems in usb_stor_get_info() by Simon Glass · 10 years ago
  52. 2e17c87 dm: usb: Move USB storage definitions to usb_defs.h by Simon Glass · 10 years ago
  53. f657087 usb_storage:Fix USB storage capacity detection on 64 bit architectures by Sergey Temerkhanov · 9 years ago
  54. cd74965 usb_storage : scan all interfaces to find a storage device by Franck Jullien · 10 years ago
  55. 6a559bb usb_storage: blacklist Enclosure Service Devices by Soeren Moch · 10 years ago
  56. 4fd074d usb: Use correct printf() format string for uintptr_t by Simon Glass · 10 years ago
  57. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  58. ff8fef5 Fix block device accesses beyond 2TiB by Sascha Silbe · 11 years ago
  59. 605bd75 USB: Some cleanup prior to USB 3.0 interface addition by Vivek Gautam · 11 years ago
  60. ceb4972 usb: common: Weed out USB_**_PRINTFs from usb framework by Vivek Gautam · 11 years ago
  61. 0472fbf part/dev_desc: Add log2 of blocksize to block_dev_desc data struct by Egbert Eich · 11 years ago
  62. 8b57e2f usb: properly detect empty mass storage media reader by Vincent Palatin · 12 years ago
  63. 199adb6 common/misc: sparse fixes by Kim Phillips · 12 years ago
  64. e81e79e usb: Support the CONFIG_SYS_64BIT_LBA option by Gabe Black · 12 years ago
  65. 93c2582 usb: add support for multiple usb controllers by Lucas Stach · 12 years ago
  66. b700695 usb: Optimize USB storage read/write by Jim Shimer · 12 years ago
  67. 3e8581b usb_stor_BBB_transport: Do not delay when not required by Benoît Thébaudeau · 12 years ago
  68. 4bee5c8 usb_storage: Remove EHCI constraints by Benoît Thébaudeau · 12 years ago
  69. cffcc50 usb_storage: Restore non-EHCI support by Benoît Thébaudeau · 12 years ago
  70. 1b4bd0e usb_storage: fix ehci driver max transfer size by Stefan Herbrechtsmeier · 12 years ago
  71. f576613 USB: Align buffers at cacheline by Puneet Saxena · 12 years ago
  72. 5b84dd6 usb: replace wait_ms() with mdelay() by Mike Frysinger · 13 years ago
  73. 5dd95cf usb_storage: Fix EHCI "out of buffer pointers" with CD-ROM by Kyle Moffett · 13 years ago
  74. 4b210e8 GCC4.6: Squash subsequent warnings in usb_storage.c by Marek Vasut · 13 years ago
  75. 86bd3ff GCC4.6: Squash warning in usb_storage.c by Marek Vasut · 13 years ago
  76. f092f15 Revert "GCC4.6: Convert various empty macros to inline functions" by Wolfgang Denk · 13 years ago
  77. 60ce53c GCC4.6: Convert various empty macros to inline functions by Marek Vasut · 13 years ago
  78. df3fc52 disk/part.c: Make features optional by Matthew McClintock · 13 years ago
  79. 6052cba Fix misc spelling errors found by lintian by Loïc Minier · 14 years ago
  80. 56887e2 Remove unnecessary reset in usb_stor_get_info by Erik Hansen · 14 years ago
  81. 2ff12285 usb_storage: constify us_direction lookup table by Mike Frysinger · 14 years ago
  82. 99e9ed1 usb: Add support for multiple-LUN mass storage devices by Ludovic Courtès · 14 years ago
  83. 226fa9b usb_storage.c: change progress output in debug() message by Wolfgang Denk · 14 years ago
  84. a17c548 usb_storage.c: initialize device type by Wolfgang Denk · 14 years ago
  85. fac71cc USB storage probe by Kim B. Heino · 15 years ago
  86. aaad108 USB storage count by Kim B. Heino · 15 years ago
  87. 127e108 usb: write command for RAW partition. by Mahavir Jain · 15 years ago
  88. 8f8bd56 USB Consolidate descriptor definitions by Tom Rix · 15 years ago
  89. 792a09e Fix e-mail address of Gary Jennejohn. by Detlev Zundel · 15 years ago
  90. 9704f9c USB: Remove LUN number from CDB by Abraham, Thomas · 16 years ago
  91. c7d703f usb.h: use standard __LITTLE_ENDIAN from Linux headers by Mike Frysinger · 16 years ago
  92. 14e4111 usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive by Bryan Wu · 16 years ago
  93. a0cb3fc USB storage cleanup patch by Michael Trimarchi · 16 years ago
  94. d6e9ee9 common: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  95. d0ff51b Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · 16 years ago
  96. c918261 USB: replace old swap_ with proper endianess conversion macros by Christian Eggers · 16 years ago
  97. 1aeed8d Coding Style cleanup; update CHANGELOG by Wolfgang Denk · 16 years ago
  98. b9e749e USB, Storage: fix a bug introduced in commit by Markus Klotzbuecher · 17 years ago
  99. f6b44e0 USB Storage, add meaningful return value by Aras Vaichas · 17 years ago
  100. 409ecdc Fix compiler warnings for PPC systems. Update CHANGELOG. by Wolfgang Denk · 17 years ago