1. e57f8d4 dm: sandbox: Switch over to using the new host uclass by Simon Glass · 2 years, 1 month ago
  2. c0bcaaf dm: blk: Tidy up obtaining a block device from its parent by Simon Glass · 2 years, 1 month ago
  3. 1886100 dm: blk: Add udevice functions by Simon Glass · 2 years, 1 month ago
  4. ac9e9fc dm: blk: Do not use uclass_next_device_err by Michal Suchanek · 2 years, 2 months ago
  5. fada3f9 blk: Rename if_type to uclass_id by Simon Glass · 2 years, 2 months ago
  6. 57b3d2e blk: Drop if_type by Simon Glass · 2 years, 4 months ago
  7. dbfa32c blk: Switch over to using uclass IDs by Simon Glass · 2 years, 4 months ago
  8. 95e6e03 blk: Rewrite if_type to name functions by Simon Glass · 2 years, 4 months ago
  9. b00361a blk: Rename var in blk_get_devnum_by_typename() by Simon Glass · 2 years, 4 months ago
  10. 7bdadb2 blk: Drop IF_TYPE_SD by Simon Glass · 2 years, 4 months ago
  11. 21b0b57 blk: Drop IF_TYPE_ATAPI by Simon Glass · 2 years, 4 months ago
  12. 66f19a4 blk: Drop IF_TYPE_DOC by Simon Glass · 2 years, 4 months ago
  13. f5ac303 blk: Use a function for whether block devices are available by Simon Glass · 2 years, 4 months ago
  14. d68298c Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · 2 years, 7 months ago
  15. f3086cf dm: blk: Add a function to return the device type by Simon Glass · 2 years, 7 months ago
  16. 358e6c7 dm: blk: add a device-probe hook for scanning disk partitions by AKASHI Takahiro · 2 years, 7 months ago
  17. 8e61f93 dm: blk: Expand iteration and add tests by Simon Glass · 2 years, 9 months ago
  18. d202cce disk: Add an option for partitions in SPL by Simon Glass · 2 years, 9 months ago
  19. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  20. 3e32dbe blk: add a helper function, blk_probe_or_unbind() by AKASHI Takahiro · 3 years ago
  21. 507ab96 efi: Add uclass for devices provided by UEFI firmware by Simon Glass · 3 years ago
  22. 15c4d67 efi: Rename UCLASS_EFI and IF_TYPE_EFI by Simon Glass · 3 years ago
  23. fc7a744 blk: Support iteration by Simon Glass · 3 years, 5 months ago
  24. 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
  25. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  26. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  27. 4fec7f8 xen: pvblock: Add initial support for para-virtualized block driver by Anastasiia Lukianenko · 4 years, 4 months ago
  28. 76160a0 dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probe by Ovidiu Panait · 4 years, 4 months ago
  29. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  30. 655306c common: Drop part.h from common header by Simon Glass · 4 years, 7 months ago
  31. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  32. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  33. 09ba4ea blk: set log2blksz in blk_create_device() by Heinrich Schuchardt · 5 years ago
  34. cfd7293 dm: core: Add device_foreach_child() by Simon Glass · 5 years ago
  35. f50d8d1 Revert "blk: Invalidate block cache when switching hwpart" by developer · 5 years ago
  36. 1a0ff47 blk: Invalidate block cache when switching hwpart by developer · 5 years ago
  37. 1794ae6 blk: Rework guard around part_init call by Tom Rini · 6 years ago
  38. d458006 blk: Introduce IF_TYPE_VIRTIO by Tuomas Tynkkynen · 6 years ago
  39. fd5eda7 blk: Make blk_next_free_devnum() public by Bin Meng · 6 years ago
  40. e086801 blk: Drop blk_prepare_device() by Bin Meng · 6 years ago
  41. cbc3da8 blk: Call part_init() in the post_probe() method by Bin Meng · 6 years ago
  42. 1037852 block: Add a function to find block device descriptor by Tien Fong Chee · 6 years ago
  43. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  44. b890600 SystemACE: Remove by Tom Rini · 7 years ago
  45. 11206f4 efi_driver: EFI block driver by Heinrich Schuchardt · 7 years ago
  46. ef58a90 dm: blk: Use uclass_find_first/next_device() in blk_first/next_device() by Stefan Roese · 7 years ago
  47. 629e799 blk: Remove various places that do flush cache after read by Bin Meng · 7 years ago
  48. 99b324a blk: dm: make blk_create_device() take a number of block instead of a size by Jean-Jacques Hiblot · 7 years ago
  49. b650afa block: ide: Fix block read/write with driver model by Bin Meng · 7 years ago
  50. 4450597 dm: blk: Update return value in blk_create_devicef() by Simon Glass · 7 years ago
  51. 85af5a4 dm: blk: Add a function to find an interface-type name by Simon Glass · 7 years ago
  52. 182fccd dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVME by Zhikang Zhang · 7 years ago
  53. 4f26913 dm: blk: Add a way to obtain a block device from its parent by Simon Glass · 8 years ago
  54. e4fef74 dm: blk: Improve block device claiming by Simon Glass · 8 years ago
  55. dbc3861 dm: blk: Add a function to find the next block device number by Simon Glass · 8 years ago
  56. d5d4c10 dm: blk: Allow finding block devices without probing by Simon Glass · 8 years ago
  57. 80b5bc9 dm: core: Add flags parameter to device_remove() by Stefan Roese · 8 years ago
  58. c886f35 dm: Add support for scsi/sata based devices by Michal Simek · 8 years ago
  59. edcfdbd Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze" by Tom Rini · 8 years ago
  60. 4b72702 dm: Add support for scsi/sata based devices by Michal Simek · 8 years ago
  61. f438b6b dm: blk: Fix get_desc to return block device descriptor by Michal Simek · 8 years ago
  62. 13c2c29 dm: blk: Add functions to select a hardware partition by Simon Glass · 9 years ago
  63. 39e5492 dm: blk: Free the block device name when unbound by Simon Glass · 9 years ago
  64. 77f7fb8 dm: blk: Fix allocation of block-device numbering by Simon Glass · 9 years ago
  65. 966b695 dm: blk: Add a easier way to create a named block device by Simon Glass · 9 years ago
  66. d089ba3 dm: blk: Allow blk_create_device() to allocate the device number by Simon Glass · 9 years ago
  67. 4131ad5 dm: mmc: Add an implementation of the 'devnum' functions by Simon Glass · 9 years ago
  68. faf4f05 drivers: block: add block device cache by Eric Nelson · 9 years ago
  69. cceee55 dm: blk: Add a block-device uclass by Simon Glass · 9 years ago