1. 4fa6511 blkcache: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 3 months ago
  2. 75191f7 blk: Add bounce buffer support to read/write operations by Marek Vasut · 1 year, 3 months ago
  3. 7f0fba9 disk: Make blk_get_ops() internal to blk uclass by Marek Vasut · 1 year, 3 months ago
  4. 804f7d6 disk: Move part_create_block_devices() to blk uclass by Marek Vasut · 1 year, 3 months ago
  5. 7e6e40c Merge tag 'v2023.10-rc3' into next by Tom Rini · 1 year, 3 months ago
  6. 2d5b5a9 bootstd: Correct creating of bootdev sibling by Simon Glass · 1 year, 4 months ago
  7. a077ac1 Kconfigs: Correct default of "0" on hex type entries by Tom Rini · 1 year, 4 months ago
  8. 8ce6a2e spl: blk: Support loading images from fs by Mayuresh Chitale · 1 year, 6 months ago
  9. 1a07d39 sandbox: fix return type of os_filesize() by Heinrich Schuchardt · 1 year, 8 months ago
  10. f37af27 drivers/mtd/nvmxip: introduce NVM XIP block storage emulation by Abdellatif El Khlifi · 1 year, 7 months ago
  11. 22a7ae3 ide: Make use of U-Boot types by Simon Glass · 1 year, 7 months ago
  12. 79543e6 ide: Simplify expressions and hex values by Simon Glass · 1 year, 7 months ago
  13. 692bccb ide: Convert to use log_debug() by Simon Glass · 1 year, 7 months ago
  14. 9666de8 ide: Tidy up ide_reset() by Simon Glass · 1 year, 7 months ago
  15. 49aa778 ide: Correct LBA setting by Simon Glass · 1 year, 7 months ago
  16. d7d5743 ide: Use a single local blk_desc for ide_ident() by Simon Glass · 1 year, 7 months ago
  17. 9608311 ide: Move all blk_desc init into ide_ident() by Simon Glass · 1 year, 7 months ago
  18. 038590a ide: Make ide_ident() return an error code by Simon Glass · 1 year, 7 months ago
  19. ce99e29 ide: Use desc consistently for struct blk_desc by Simon Glass · 1 year, 7 months ago
  20. f0af25a ide: Combine the two loops in ide_probe() by Simon Glass · 1 year, 7 months ago
  21. 708404c ide: Move ide_init() entirely within ide_probe() by Simon Glass · 1 year, 7 months ago
  22. db89e72 ide: Move setting of vendor strings into ide_probe() by Simon Glass · 1 year, 7 months ago
  23. 209ee95 ide: Make ide_bus_ok a local variable by Simon Glass · 1 year, 7 months ago
  24. b6483ea ide: Move bus init into a function by Simon Glass · 1 year, 7 months ago
  25. 8b1b943 ide: Avoid preprocessor for CONFIG_LBA48 by Simon Glass · 1 year, 7 months ago
  26. c94a331 ide: Avoid preprocessor for CONFIG_ATAPI by Simon Glass · 1 year, 7 months ago
  27. 9367e61 ide: Simplify success condition by Simon Glass · 1 year, 7 months ago
  28. 6579bb0 ide: Refactor confusing loop code by Simon Glass · 1 year, 7 months ago
  29. 2a16595 ide: Change the retries variable by Simon Glass · 1 year, 7 months ago
  30. 1b33fd8 ide: Make function static by Simon Glass · 1 year, 7 months ago
  31. 646deed ide: Correct use of ATAPI by Simon Glass · 1 year, 7 months ago
  32. 1486c90 ide: Create a prototype for ide_set_reset() by Simon Glass · 1 year, 7 months ago
  33. f8e87e7 ide: Drop weak functions by Simon Glass · 1 year, 7 months ago
  34. bc65bff ide: Move a few functions further up the file by Simon Glass · 1 year, 7 months ago
  35. 62d13fa ide: Drop ide_device_present() by Simon Glass · 1 year, 7 months ago
  36. 80778f5 ide: Move ide_init() into probing by Simon Glass · 1 year, 7 months ago
  37. 4d89f4b ide: Use mdelay() for long delays by Simon Glass · 1 year, 7 months ago
  38. 14a4f52 ide: Move ATA_CURR_BASE to C file by Simon Glass · 1 year, 7 months ago
  39. 762dc78 blk: blkmap: Add linear device mapping support by Tobias Waldekranz · 1 year, 9 months ago
  40. 15d9e99 blk: blkmap: Add memory mapping support by Tobias Waldekranz · 1 year, 9 months ago
  41. c41e209 blk: blkmap: Add basic infrastructure by Tobias Waldekranz · 1 year, 9 months ago
  42. eacc261 bootstd: Add a new pre-scan priority for bootdevs by Simon Glass · 1 year, 10 months ago
  43. 0d77f8f bootstd: Add an IDE bootdev by Simon Glass · 1 year, 10 months ago
  44. d007505 ide: Drop non-DM code for BLK by Simon Glass · 1 year, 10 months ago
  45. 168a0e4 dm: blk: Add probe in blk_first_device/blk_next_device by Michal Suchanek · 2 years, 2 months ago
  46. 9520181 dm: sandbox: Switch over to using the new host uclass by Simon Glass · 2 years, 1 month ago
  47. 10aae11 dm: sandbox: Create a block driver by Simon Glass · 2 years, 1 month ago
  48. 9bd1aa8 dm: sandbox: Create a new HOST uclass by Simon Glass · 2 years, 1 month ago
  49. 41e7510 dm: blk: Tidy up obtaining a block device from its parent by Simon Glass · 2 years, 1 month ago
  50. 5ea894a dm: test: Clear the block cache after running a test by Simon Glass · 2 years, 1 month ago
  51. ff1f0e4 dm: sandbox: Drop non-BLK code from host implementation by Simon Glass · 2 years, 1 month ago
  52. 879a941 dm: blk: mmc: Tidy up some Makefile rules for SPL by Simon Glass · 2 years, 1 month ago
  53. 606b926 dm: blk: Add udevice functions by Simon Glass · 2 years, 1 month ago
  54. 9b7474d dm: blk: Do not use uclass_next_device_err by Michal Suchanek · 2 years, 1 month ago
  55. 8149b15 blk: Rename if_type to uclass_id by Simon Glass · 2 years, 2 months ago
  56. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
  57. ec8bdc9 blk: Drop if_type by Simon Glass · 2 years, 3 months ago
  58. e33a5c6 blk: Switch over to using uclass IDs by Simon Glass · 2 years, 3 months ago
  59. bb2c9a3 blk: Rewrite if_type to name functions by Simon Glass · 2 years, 3 months ago
  60. b8f8f6c blk: Rename var in blk_get_devnum_by_typename() by Simon Glass · 2 years, 3 months ago
  61. 1dbe71f blk: Drop IF_TYPE_SD by Simon Glass · 2 years, 3 months ago
  62. f512388 blk: Drop IF_TYPE_ATAPI by Simon Glass · 2 years, 3 months ago
  63. 606e054 ide: Use a flag for an ATAPI device by Simon Glass · 2 years, 3 months ago
  64. 1c2e255 blk: Drop IF_TYPE_DOC by Simon Glass · 2 years, 3 months ago
  65. 0417b85 blk: Hide the BLK and SPL_LEGACY_BLOCK options by Simon Glass · 2 years, 3 months ago
  66. ca28baf blk: Select SPL_LEGACY_BLOCK automatically by Simon Glass · 2 years, 3 months ago
  67. 7f8967c blk: Rename HAVE_BLOCK_DEVICE by Simon Glass · 2 years, 3 months ago
  68. 14d2c5d blk: Drop unnecessary #ifdef in in blk_legacy by Simon Glass · 2 years, 3 months ago
  69. a51eb8d blk: Use a function for whether block devices are available by Simon Glass · 2 years, 3 months ago
  70. 6b03b9d blk: Enable CONFIG_BLK for all media by Simon Glass · 2 years, 3 months ago
  71. 713a8cb block: ide: Remove ide_preinit function by Tom Rini · 2 years, 6 months ago
  72. aca1f67 Convert CONFIG_LBA48 et al to Kconfig by Tom Rini · 2 years, 6 months ago
  73. 747093d vpl: Add Kconfig options for VPL by Simon Glass · 2 years, 7 months ago
  74. 8cfac23 Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · 2 years, 7 months ago
  75. 87571b7 dm: blk: Add a function to return the device type by Simon Glass · 2 years, 7 months ago
  76. bf76031 dm: blk: add a device-probe hook for scanning disk partitions by AKASHI Takahiro · 2 years, 7 months ago
  77. 4c73b03 block: ide: call device_probe() after scanning by AKASHI Takahiro · 2 years, 9 months ago
  78. 49e8668 dm: blk: Expand iteration and add tests by Simon Glass · 2 years, 9 months ago
  79. 88ca8e2 disk: Add an option for partitions in SPL by Simon Glass · 2 years, 9 months ago
  80. 7aa9dbd0 sandbox: Open host file for read-only access if needed by Simon Glass · 2 years, 9 months ago
  81. d2da54b Convert CONFIG_SYS_IDE_MAXBUS et al to Kconfig by Simon Glass · 2 years, 10 months ago
  82. e30be6e ide: Drop CONFIG_IDE_AHB by Simon Glass · 2 years, 10 months ago
  83. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  84. 4afab30 Merge tag 'v2022.01-rc4' into next by Tom Rini · 3 years ago
  85. 19b241c blk: add a helper function, blk_probe_or_unbind() by AKASHI Takahiro · 3 years ago
  86. d8063dc efi: Add a media/block driver for EFI block devices by Simon Glass · 3 years ago
  87. 42b7f42 efi: Add uclass for devices provided by UEFI firmware by Simon Glass · 3 years ago
  88. 2abd8d1 efi: Rename UCLASS_EFI and IF_TYPE_EFI by Simon Glass · 3 years ago
  89. c229cd2 ide: Drop ATA_PORT_ADDR by Simon Glass · 3 years ago
  90. 7ee2016 ide: Drop unused CONFIG options by Simon Glass · 3 years ago
  91. 32c8566 sandbox: Drop CONFIG_HOST_MAX_DEVICES by Simon Glass · 3 years ago
  92. b4c2c15 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 3 months ago
  93. 96f37b0 blk: Support iteration by Simon Glass · 3 years, 5 months ago
  94. be5c060 usb: Enforce DM_USB migration for USB_HOST devices. by Tom Rini · 3 years, 5 months ago
  95. b953ec2 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
  96. 0a527fd Fix IDE commands issued, fix endian issues, fix non MMIO by Reinoud Zandijk · 3 years, 9 months ago
  97. 1758551 sandbox: Provide a way to bind fixed/removeable devices by Simon Glass · 3 years, 8 months ago
  98. 297b8b3 sandbox: host bind must close file descriptor by Heinrich Schuchardt · 3 years, 10 months ago
  99. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  100. 168e313 sandbox: fill block device meta information by Heinrich Schuchardt · 3 years, 10 months ago