1. 4d44fa2 drivers: introduce UBI block abstraction by Alexey Romanov · Thu Jul 18 08:45:25 2024 +0300
  2. 8e1fd2e drivers: introduce mtdblock abstraction by Alexey Romanov · Thu Jul 18 08:46:05 2024 +0300
  3. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  4. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  5. a19bd50 block: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:30:31 2024 -0600
  6. 10a986c rockchip: block: blk-uclass: add bounce buffer flag to blk_desc by Johan Jonker · Wed Oct 18 16:01:10 2023 +0200
  7. 7a657e0 rockchip: dm: prepare rkmtd UCLASS by Johan Jonker · Wed Oct 18 16:00:40 2023 +0200
  8. 106d27b dm: blk: Drop blk_{read,write}_devnum() by Bin Meng · Tue Sep 26 16:43:43 2023 +0800
  9. 9efc245 dm: blk: Rename get_desc() and make it externally visible by Bin Meng · Tue Sep 26 16:43:41 2023 +0800
  10. 847e24f blk: Add bounce buffer support to read/write operations by Marek Vasut · Mon Aug 14 01:49:59 2023 +0200
  11. ddfa088 disk: Make blk_get_ops() internal to blk uclass by Marek Vasut · Mon Aug 14 01:46:48 2023 +0200
  12. 14fafef disk: Move part_create_block_devices() to blk uclass by Marek Vasut · Mon Aug 14 01:46:47 2023 +0200
  13. 857360c drivers/mtd/nvmxip: introduce NVM XIP block storage emulation by Abdellatif El Khlifi · Mon Apr 17 10:11:52 2023 +0100
  14. 4f76dd3 blk: blkmap: Add basic infrastructure by Tobias Waldekranz · Thu Feb 16 16:33:49 2023 +0100
  15. bad8ab6 dm: blk: Add probe in blk_first_device/blk_next_device by Michal Suchanek · Tue Sep 27 23:23:53 2022 +0200
  16. e57f8d4 dm: sandbox: Switch over to using the new host uclass by Simon Glass · Sat Oct 29 19:47:17 2022 -0600
  17. c0bcaaf dm: blk: Tidy up obtaining a block device from its parent by Simon Glass · Sat Oct 29 19:47:14 2022 -0600
  18. 1886100 dm: blk: Add udevice functions by Simon Glass · Thu Oct 20 18:22:54 2022 -0600
  19. ac9e9fc dm: blk: Do not use uclass_next_device_err by Michal Suchanek · Wed Oct 12 21:58:01 2022 +0200
  20. fada3f9 blk: Rename if_type to uclass_id by Simon Glass · Sat Sep 17 09:00:09 2022 -0600
  21. 57b3d2e blk: Drop if_type by Simon Glass · Thu Aug 11 19:35:01 2022 -0600
  22. dbfa32c blk: Switch over to using uclass IDs by Simon Glass · Thu Aug 11 19:34:59 2022 -0600
  23. 95e6e03 blk: Rewrite if_type to name functions by Simon Glass · Thu Aug 11 19:34:57 2022 -0600
  24. b00361a blk: Rename var in blk_get_devnum_by_typename() by Simon Glass · Thu Aug 11 19:34:56 2022 -0600
  25. 7bdadb2 blk: Drop IF_TYPE_SD by Simon Glass · Thu Aug 11 19:34:55 2022 -0600
  26. 21b0b57 blk: Drop IF_TYPE_ATAPI by Simon Glass · Thu Aug 11 19:34:54 2022 -0600
  27. 66f19a4 blk: Drop IF_TYPE_DOC by Simon Glass · Thu Aug 11 19:34:52 2022 -0600
  28. f5ac303 blk: Use a function for whether block devices are available by Simon Glass · Thu Aug 11 19:34:45 2022 -0600
  29. d68298c Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · Mon Apr 25 16:02:27 2022 -0400
  30. f3086cf dm: blk: Add a function to return the device type by Simon Glass · Sun Apr 24 23:31:03 2022 -0600
  31. 358e6c7 dm: blk: add a device-probe hook for scanning disk partitions by AKASHI Takahiro · Tue Apr 19 10:05:10 2022 +0900
  32. 8e61f93 dm: blk: Expand iteration and add tests by Simon Glass · Mon Feb 28 12:08:35 2022 -0700
  33. d202cce disk: Add an option for partitions in SPL by Simon Glass · Fri Mar 11 12:10:01 2022 -0700
  34. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  35. 3e32dbe blk: add a helper function, blk_probe_or_unbind() by AKASHI Takahiro · Fri Dec 10 15:49:29 2021 +0900
  36. 507ab96 efi: Add uclass for devices provided by UEFI firmware by Simon Glass · Sat Dec 04 08:56:31 2021 -0700
  37. 15c4d67 efi: Rename UCLASS_EFI and IF_TYPE_EFI by Simon Glass · Sat Dec 04 08:56:30 2021 -0700
  38. fc7a744 blk: Support iteration by Simon Glass · Mon Jul 05 16:32:59 2021 -0600
  39. 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · Tue Apr 27 11:02:19 2021 +0200
  40. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  41. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  42. 4fec7f8 xen: pvblock: Add initial support for para-virtualized block driver by Anastasiia Lukianenko · Thu Aug 06 12:42:55 2020 +0300
  43. 76160a0 dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probe by Ovidiu Panait · Fri Jul 24 14:12:21 2020 +0300
  44. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  45. 655306c common: Drop part.h from common header by Simon Glass · Sun May 10 11:39:58 2020 -0600
  46. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  47. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · Mon Feb 03 07:36:15 2020 -0700
  48. 09ba4ea blk: set log2blksz in blk_create_device() by Heinrich Schuchardt · Fri Oct 25 12:15:31 2019 +0200
  49. cfd7293 dm: core: Add device_foreach_child() by Simon Glass · Wed Sep 25 08:55:56 2019 -0600
  50. f50d8d1 Revert "blk: Invalidate block cache when switching hwpart" by developer · Tue Aug 27 15:32:18 2019 +0800
  51. 1a0ff47 blk: Invalidate block cache when switching hwpart by developer · Thu Jul 11 15:10:23 2019 +0800
  52. 1794ae6 blk: Rework guard around part_init call by Tom Rini · Wed Dec 05 08:23:38 2018 -0500
  53. d458006 blk: Introduce IF_TYPE_VIRTIO by Tuomas Tynkkynen · Mon Oct 15 02:21:10 2018 -0700
  54. fd5eda7 blk: Make blk_next_free_devnum() public by Bin Meng · Mon Oct 15 02:21:09 2018 -0700
  55. e086801 blk: Drop blk_prepare_device() by Bin Meng · Mon Oct 15 02:21:08 2018 -0700
  56. cbc3da8 blk: Call part_init() in the post_probe() method by Bin Meng · Mon Oct 15 02:21:07 2018 -0700
  57. 1037852 block: Add a function to find block device descriptor by Tien Fong Chee · Fri Jul 06 16:26:36 2018 +0800
  58. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  59. b890600 SystemACE: Remove by Tom Rini · Mon Feb 12 09:51:33 2018 -0500
  60. 11206f4 efi_driver: EFI block driver by Heinrich Schuchardt · Sun Jan 21 19:29:30 2018 +0100
  61. 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
  62. 629e799 blk: Remove various places that do flush cache after read by Bin Meng · Tue Sep 12 19:00:23 2017 -0700
  63. 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
  64. b650afa block: ide: Fix block read/write with driver model by Bin Meng · Sun Sep 10 05:12:51 2017 -0700
  65. 4450597 dm: blk: Update return value in blk_create_devicef() by Simon Glass · Sat Jul 29 11:34:59 2017 -0600
  66. 85af5a4 dm: blk: Add a function to find an interface-type name by Simon Glass · Sat Jul 29 11:34:53 2017 -0600
  67. 182fccd dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVME by Zhikang Zhang · Thu Aug 03 02:30:56 2017 -0700
  68. 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
  69. e4fef74 dm: blk: Improve block device claiming by Simon Glass · Sun Apr 23 20:02:07 2017 -0600
  70. dbc3861 dm: blk: Add a function to find the next block device number by Simon Glass · Sun Apr 23 20:02:06 2017 -0600
  71. d5d4c10 dm: blk: Allow finding block devices without probing by Simon Glass · Sun Apr 23 20:02:05 2017 -0600
  72. 80b5bc9 dm: core: Add flags parameter to device_remove() by Stefan Roese · Mon Mar 20 12:51:48 2017 +0100
  73. c886f35 dm: Add support for scsi/sata based devices by Michal Simek · Thu Sep 08 15:06:45 2016 +0200
  74. 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
  75. 4b72702 dm: Add support for scsi/sata based devices by Michal Simek · Thu Sep 08 15:06:45 2016 +0200
  76. f438b6b dm: blk: Fix get_desc to return block device descriptor by Michal Simek · Wed Nov 16 17:37:42 2016 +0100
  77. 13c2c29 dm: blk: Add functions to select a hardware partition by Simon Glass · Sun May 01 13:52:30 2016 -0600
  78. 39e5492 dm: blk: Free the block device name when unbound by Simon Glass · Sun May 01 13:52:24 2016 -0600
  79. 77f7fb8 dm: blk: Fix allocation of block-device numbering by Simon Glass · Sun May 01 13:52:22 2016 -0600
  80. 966b695 dm: blk: Add a easier way to create a named block device by Simon Glass · Sun May 01 11:36:29 2016 -0600
  81. d089ba3 dm: blk: Allow blk_create_device() to allocate the device number by Simon Glass · Sun May 01 11:36:28 2016 -0600
  82. 4131ad5 dm: mmc: Add an implementation of the 'devnum' functions by Simon Glass · Sun May 01 11:36:08 2016 -0600
  83. faf4f05 drivers: block: add block device cache by Eric Nelson · Mon Mar 28 10:05:44 2016 -0700
  84. cceee55 dm: blk: Add a block-device uclass by Simon Glass · Mon Feb 29 15:25:55 2016 -0700