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