1. 1dae494 usb: Allow up to 7 storage devices by Simon Glass · 9 years ago
  2. d83b89d common/usb_storage.c: Clean up usb_storage_probe() by Tom Rini · 9 years ago
  3. de44acf dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
  4. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  5. 46952fb dm: usb: Adjust the USB_DEVICE() macro naming by Simon Glass · 9 years ago
  6. ac9774e dm: usb: Convert usb_storage to driver model by Simon Glass · 10 years ago
  7. df7d34f dm: usb: Move storage device scanning into its own function by Simon Glass · 10 years ago
  8. 0f50b16 Revert "usb_storage : scan all interfaces to find a storage device" by Simon Glass · 10 years ago
  9. 332a9b6 dm: usb: Adjust usb_storage to work with sandbox by Simon Glass · 10 years ago
  10. 5c3c91c dm: usb: Simply device finding code in usb_storage by Simon Glass · 10 years ago
  11. 78330d6 dm: usb: Fix type problems in usb_stor_get_info() by Simon Glass · 10 years ago
  12. 6f41465 dm: usb: Move USB storage definitions to usb_defs.h by Simon Glass · 10 years ago
  13. 57236d5 usb_storage:Fix USB storage capacity detection on 64 bit architectures by Sergey Temerkhanov · 10 years ago
  14. 20f3eb8 usb_storage : scan all interfaces to find a storage device by Franck Jullien · 10 years ago
  15. e482800 usb_storage: blacklist Enclosure Service Devices by Soeren Moch · 10 years ago
  16. b43f768 usb: Use correct printf() format string for uintptr_t by Simon Glass · 10 years ago
  17. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  18. 4bdf6fd Fix block device accesses beyond 2TiB by Sascha Silbe · 11 years ago
  19. 23cbd29 USB: Some cleanup prior to USB 3.0 interface addition by Vivek Gautam · 12 years ago
  20. f94c95d usb: common: Weed out USB_**_PRINTFs from usb framework by Vivek Gautam · 12 years ago
  21. 2eec2ab part/dev_desc: Add log2 of blocksize to block_dev_desc data struct by Egbert Eich · 12 years ago
  22. 976b323 usb: properly detect empty mass storage media reader by Vincent Palatin · 12 years ago
  23. b052b60 common/misc: sparse fixes by Kim Phillips · 12 years ago
  24. 7d07768 usb: Support the CONFIG_SYS_64BIT_LBA option by Gabe Black · 12 years ago
  25. e6d3345 usb: add support for multiple usb controllers by Lucas Stach · 12 years ago
  26. a1f0adb usb: Optimize USB storage read/write by Jim Shimer · 12 years ago
  27. fbf909a usb_stor_BBB_transport: Do not delay when not required by Benoît Thébaudeau · 12 years ago
  28. dfa2bcc usb_storage: Remove EHCI constraints by Benoît Thébaudeau · 12 years ago
  29. 938051f usb_storage: Restore non-EHCI support by Benoît Thébaudeau · 12 years ago
  30. 77f385a usb_storage: fix ehci driver max transfer size by Stefan Herbrechtsmeier · 12 years ago
  31. 6c9bb60 USB: Align buffers at cacheline by Puneet Saxena · 13 years ago
  32. 60ce19a usb: replace wait_ms() with mdelay() by Mike Frysinger · 13 years ago
  33. 6540db0 usb_storage: Fix EHCI "out of buffer pointers" with CD-ROM by Kyle Moffett · 13 years ago
  34. 0f79fc3 GCC4.6: Squash subsequent warnings in usb_storage.c by Marek Vasut · 13 years ago
  35. 772b688 GCC4.6: Squash warning in usb_storage.c by Marek Vasut · 13 years ago
  36. 9dc6396 Revert "GCC4.6: Convert various empty macros to inline functions" by Wolfgang Denk · 13 years ago
  37. 0480a3b GCC4.6: Convert various empty macros to inline functions by Marek Vasut · 13 years ago
  38. 6252b4f disk/part.c: Make features optional by Matthew McClintock · 14 years ago
  39. 5d0569a Fix misc spelling errors found by lintian by Loïc Minier · 14 years ago
  40. c683975 Remove unnecessary reset in usb_stor_get_info by Erik Hansen · 14 years ago
  41. 165522b usb_storage: constify us_direction lookup table by Mike Frysinger · 14 years ago
  42. 134396c usb: Add support for multiple-LUN mass storage devices by Ludovic Courtès · 14 years ago
  43. 660e9a4 usb_storage.c: change progress output in debug() message by Wolfgang Denk · 14 years ago
  44. 1896bf1 usb_storage.c: initialize device type by Wolfgang Denk · 14 years ago
  45. 3d42b8a USB storage probe by Kim B. Heino · 15 years ago
  46. 300ea51 USB storage count by Kim B. Heino · 15 years ago
  47. d43a0b8 usb: write command for RAW partition. by Mahavir Jain · 15 years ago
  48. 83b9e1d USB Consolidate descriptor definitions by Tom Rix · 15 years ago
  49. f1b3f2b Fix e-mail address of Gary Jennejohn. by Detlev Zundel · 16 years ago
  50. 2c95e4b USB: Remove LUN number from CDB by Abraham, Thomas · 16 years ago
  51. cc93fc0 usb.h: use standard __LITTLE_ENDIAN from Linux headers by Mike Frysinger · 16 years ago
  52. 4b56f79 usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive by Bryan Wu · 16 years ago
  53. 956a435 USB storage cleanup patch by Michael Trimarchi · 16 years ago
  54. 58cd54a common: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  55. dc770c7 Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · 16 years ago
  56. 4e0e8d0 USB: replace old swap_ with proper endianess conversion macros by Christian Eggers · 17 years ago
  57. 35f734f Coding Style cleanup; update CHANGELOG by Wolfgang Denk · 17 years ago
  58. 8e2a486 USB, Storage: fix a bug introduced in commit by Markus Klotzbuecher · 17 years ago
  59. 7ede186 USB Storage, add meaningful return value by Aras Vaichas · 17 years ago
  60. 9225411 Fix compiler warnings for PPC systems. Update CHANGELOG. by Wolfgang Denk · 17 years ago
  61. d704d91 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  62. 052fc84 common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  63. e4ea796 common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  64. 2089cab [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers by Grant Likely · 18 years ago
  65. ffc2dd7 [PATCH 1_4] Merge common get_dev() routines for block devices by Grant Likely · 18 years ago
  66. 511b1e3 Coding style cleanup by Wolfgang Denk · 18 years ago
  67. 9d47ad4 Add a fix for a buggy USB device on the FO300 board. by Bartlomiej Sieka · 18 years ago
  68. 7655901 Fix problems with SanDisk Corporation Cruzer Micro USB memory stick. by Bartlomiej Sieka · 18 years ago
  69. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  70. 6a3d6b0 (re)enabled scsi commands do_scsi() and do_scsiboot() by Wolfgang Denk · 19 years ago
  71. d06ce5d Coding style cleanup by Wolfgang Denk · 19 years ago
  72. c7a4f7d Fix low-level OHCI transfers for ARM920t and MPC5xxx by Wolfgang Denk · 19 years ago
  73. 6c59edc * Fix minor NAND JFFS2 related issue by wdenk · 21 years ago
  74. 0e2874cb * Fix SDRAM timings for LITE5200 / IceCube board by wdenk · 21 years ago
  75. 5f49575 * Patch by Markus Pietrek, 24 Feb 2004: NS9750 DevBoard added by wdenk · 21 years ago
  76. f6a6ac1 Add auto-update code for TRAB board using USB memory sticks by wdenk · 21 years ago
  77. 934c4f8 * Patch by Gary Jennejohn, 11 Sep 2003: by wdenk · 21 years ago
  78. de887eb * Add support for USB Mass Storage Devices (BBB) by wdenk · 21 years ago
  79. 57b2d80 * Code cleanup: by wdenk · 21 years ago
  80. affae2b Initial revision by wdenk · 22 years ago