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