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