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