1. 713a8cb block: ide: Remove ide_preinit function by Tom Rini · 2 years, 4 months ago
  2. aca1f67 Convert CONFIG_LBA48 et al to Kconfig by Tom Rini · 2 years, 4 months ago
  3. 747093d vpl: Add Kconfig options for VPL by Simon Glass · 2 years, 6 months ago
  4. 8cfac23 Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · 2 years, 6 months ago
  5. 87571b7 dm: blk: Add a function to return the device type by Simon Glass · 2 years, 6 months ago
  6. bf76031 dm: blk: add a device-probe hook for scanning disk partitions by AKASHI Takahiro · 2 years, 6 months ago
  7. 4c73b03 block: ide: call device_probe() after scanning by AKASHI Takahiro · 2 years, 8 months ago
  8. 49e8668 dm: blk: Expand iteration and add tests by Simon Glass · 2 years, 8 months ago
  9. 88ca8e2 disk: Add an option for partitions in SPL by Simon Glass · 2 years, 7 months ago
  10. 7aa9dbd0 sandbox: Open host file for read-only access if needed by Simon Glass · 2 years, 8 months ago
  11. d2da54b Convert CONFIG_SYS_IDE_MAXBUS et al to Kconfig by Simon Glass · 2 years, 9 months ago
  12. e30be6e ide: Drop CONFIG_IDE_AHB by Simon Glass · 2 years, 9 months ago
  13. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 9 months ago
  14. 4afab30 Merge tag 'v2022.01-rc4' into next by Tom Rini · 2 years, 10 months ago
  15. 19b241c blk: add a helper function, blk_probe_or_unbind() by AKASHI Takahiro · 2 years, 10 months ago
  16. d8063dc efi: Add a media/block driver for EFI block devices by Simon Glass · 2 years, 11 months ago
  17. 42b7f42 efi: Add uclass for devices provided by UEFI firmware by Simon Glass · 2 years, 11 months ago
  18. 2abd8d1 efi: Rename UCLASS_EFI and IF_TYPE_EFI by Simon Glass · 2 years, 11 months ago
  19. c229cd2 ide: Drop ATA_PORT_ADDR by Simon Glass · 2 years, 11 months ago
  20. 7ee2016 ide: Drop unused CONFIG options by Simon Glass · 2 years, 11 months ago
  21. 32c8566 sandbox: Drop CONFIG_HOST_MAX_DEVICES by Simon Glass · 2 years, 11 months ago
  22. b4c2c15 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 2 months ago
  23. 96f37b0 blk: Support iteration by Simon Glass · 3 years, 4 months ago
  24. be5c060 usb: Enforce DM_USB migration for USB_HOST devices. by Tom Rini · 3 years, 3 months ago
  25. b953ec2 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 6 months ago
  26. 0a527fd Fix IDE commands issued, fix endian issues, fix non MMIO by Reinoud Zandijk · 3 years, 8 months ago
  27. 1758551 sandbox: Provide a way to bind fixed/removeable devices by Simon Glass · 3 years, 7 months ago
  28. 297b8b3 sandbox: host bind must close file descriptor by Heinrich Schuchardt · 3 years, 9 months ago
  29. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  30. 168e313 sandbox: fill block device meta information by Heinrich Schuchardt · 3 years, 9 months ago
  31. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 11 months ago
  32. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  33. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  34. 722bc5b xen: pvblock: Add initial support for para-virtualized block driver by Anastasiia Lukianenko · 4 years, 2 months ago
  35. 365af27 blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · 4 years, 3 months ago
  36. 3a4b52a dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probe by Ovidiu Panait · 4 years, 3 months ago
  37. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  38. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  39. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 5 months ago
  40. e6e9a4f block: ide: use definitions from include/libata.h by Heinrich Schuchardt · 4 years, 8 months ago
  41. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
  42. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 9 months ago
  43. c05b38d common: fix regression on block cache init by Angelo Durgehello · 4 years, 9 months ago
  44. 1526bcc common: add blkcache init by Angelo Durgehello · 4 years, 9 months ago
  45. 4df23e5 blk: Make use of CONFIG_HAVE_BLOCK_DEVICE more by Tom Rini · 4 years, 11 months ago
  46. ee50414 blk: set log2blksz in blk_create_device() by Heinrich Schuchardt · 5 years ago
  47. e5f7390 dm: core: Add device_foreach_child() by Simon Glass · 5 years ago
  48. 1ce8847 Revert "blk: Invalidate block cache when switching hwpart" by Weijie Gao · 5 years ago
  49. 0ebe112 blk: Invalidate block cache when switching hwpart by Weijie Gao · 5 years ago
  50. 731ba3c blk: Allow control of the block cache in TPL by Simon Glass · 5 years ago
  51. 2e89bbe blk: Increase cache element size by Marek Vasut · 6 years ago
  52. 91ff686 blk: Rework guard around part_init call by Tom Rini · 6 years ago
  53. 4ad54ec blk: Introduce IF_TYPE_VIRTIO by Tuomas Tynkkynen · 6 years ago
  54. c879eeb blk: Make blk_next_free_devnum() public by Bin Meng · 6 years ago
  55. c515ee5 blk: Drop blk_prepare_device() by Bin Meng · 6 years ago
  56. d0851c8 blk: Call part_init() in the post_probe() method by Bin Meng · 6 years ago
  57. 8f994c8 sandbox: blk: Switch to use platdata_auto_alloc_size for the driver data by Bin Meng · 6 years ago
  58. ef39151 blk: Support block drivers in TPL by Simon Glass · 6 years ago
  59. bc53d26 block: Add a function to find block device descriptor by Tien Fong Chee · 6 years ago
  60. 6fef62c block: Add SPL_BLOCK_CACHE and default n by Adam Ford · 6 years ago
  61. 46960ad block: Have BLOCK_CACHE default to y in some cases by Tom Rini · 6 years ago
  62. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  63. 34a5c42 SystemACE: Remove by Tom Rini · 7 years ago
  64. 1811a92 Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig by Adam Ford · 7 years ago
  65. 560eeee block: Migrate SystemACE chip to Kconfig by Tom Rini · 7 years ago
  66. 05ef48a efi_driver: EFI block driver by Heinrich Schuchardt · 7 years ago
  67. 8a5cbc0 dm: blk: Use uclass_find_first/next_device() in blk_first/next_device() by Stefan Roese · 7 years ago
  68. 723b43d blk: Remove various places that do flush cache after read by Bin Meng · 7 years ago
  69. 5fe7702 blk: dm: make blk_create_device() take a number of block instead of a size by Jean-Jacques Hiblot · 7 years ago
  70. 1f4adab block: ide: Don't bother to create BLK device if no CDROM inserted by Bin Meng · 7 years ago
  71. 68e6f22 block: ide: Fix block read/write with driver model by Bin Meng · 7 years ago
  72. 2c3b680 block: Drop the ftide020 driver by Bin Meng · 7 years ago
  73. caa8bfb block: ide: Drop CONFIG_IDE_LED by Bin Meng · 7 years ago
  74. f1823d3 block: ide: Drop CONFIG_IDE_INIT_POSTRESET by Bin Meng · 7 years ago
  75. 7074b2a dm: blk: Update return value in blk_create_devicef() by Simon Glass · 7 years ago
  76. 6faa4ed dm: blk: Add a function to find an interface-type name by Simon Glass · 7 years ago
  77. ffab694 dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVME by Zhikang Zhang · 7 years ago
  78. 07d7783 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
  79. 52a1c2c block: ide: Fix build error when CONFIG_BLK is on by Bin Meng · 7 years ago
  80. c4d660d dm: mmc: Allow disabling driver model in SPL by Simon Glass · 7 years ago
  81. 0fcd48f scsi: Move drivers into new drivers/scsi directory by Simon Glass · 7 years ago
  82. f2105c6 sata: Move drivers into new drivers/ata directory by Simon Glass · 7 years ago
  83. 10e40d5 Kconfig: Add CONFIG_SATA to enable SATA by Simon Glass · 7 years ago
  84. a6fb185 scsi: Drop scsi_print_error() by Simon Glass · 7 years ago
  85. b8beb6b scsi: Drop sym53c8xx driver by Simon Glass · 7 years ago
  86. fedb428 Convert CONFIG_SCSI to Kconfig by Simon Glass · 7 years ago
  87. d4db3b8 drivers, block: remove sil680 driver by Heiko Schocher · 7 years ago
  88. 9e6e2bc block: sata: ceva: drop extraneous netdev.h include by Peter Robinson · 7 years ago
  89. 5b8e76c powerpc, 8xx: remove support for 8xx by Heiko Schocher · 7 years ago
  90. 9f103b9 dm: blk: Add a way to obtain a block device from its parent by Simon Glass · 7 years ago
  91. e48eeb9 dm: blk: Improve block device claiming by Simon Glass · 7 years ago
  92. e8abbb5 dm: blk: Add a function to find the next block device number by Simon Glass · 7 years ago
  93. 6139281 dm: blk: Allow finding block devices without probing by Simon Glass · 7 years ago
  94. da409cc dm: core: Replace of_offset with accessor (part 2) by Simon Glass · 7 years ago
  95. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  96. fc843a0 Kconfig: Add a CONFIG_IDE option by Simon Glass · 7 years ago
  97. 02a4b42 drivers: block: dwc_ahci: Implement a driver for Synopsys DWC sata device by Jean-Jacques Hiblot · 7 years ago
  98. 7a931b9 fsl/sata: correctly identify failed malloc by xypron.glpk@gmx.de · 8 years ago
  99. 90d6500 drivers: remove Blackfin specific drivers by Masahiro Yamada · 8 years ago
  100. 706865a dm: core: Add flags parameter to device_remove() by Stefan Roese · 8 years ago