1. ac9e9fc dm: blk: Do not use uclass_next_device_err by Michal Suchanek · Wed Oct 12 21:58:01 2022 +0200
  2. fada3f9 blk: Rename if_type to uclass_id by Simon Glass · Sat Sep 17 09:00:09 2022 -0600
  3. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · Fri Sep 02 14:10:46 2022 +0200
  4. 57b3d2e blk: Drop if_type by Simon Glass · Thu Aug 11 19:35:01 2022 -0600
  5. dbfa32c blk: Switch over to using uclass IDs by Simon Glass · Thu Aug 11 19:34:59 2022 -0600
  6. 95e6e03 blk: Rewrite if_type to name functions by Simon Glass · Thu Aug 11 19:34:57 2022 -0600
  7. b00361a blk: Rename var in blk_get_devnum_by_typename() by Simon Glass · Thu Aug 11 19:34:56 2022 -0600
  8. 7bdadb2 blk: Drop IF_TYPE_SD by Simon Glass · Thu Aug 11 19:34:55 2022 -0600
  9. 21b0b57 blk: Drop IF_TYPE_ATAPI by Simon Glass · Thu Aug 11 19:34:54 2022 -0600
  10. 0cdb293 ide: Use a flag for an ATAPI device by Simon Glass · Thu Aug 11 19:34:53 2022 -0600
  11. 66f19a4 blk: Drop IF_TYPE_DOC by Simon Glass · Thu Aug 11 19:34:52 2022 -0600
  12. 0bfaf58 blk: Hide the BLK and SPL_LEGACY_BLOCK options by Simon Glass · Thu Aug 11 19:34:51 2022 -0600
  13. e1a5ec5 blk: Select SPL_LEGACY_BLOCK automatically by Simon Glass · Thu Aug 11 19:34:49 2022 -0600
  14. 3bf7d7a blk: Rename HAVE_BLOCK_DEVICE by Simon Glass · Thu Aug 11 19:34:48 2022 -0600
  15. bfbd849 blk: Drop unnecessary #ifdef in in blk_legacy by Simon Glass · Thu Aug 11 19:34:47 2022 -0600
  16. f5ac303 blk: Use a function for whether block devices are available by Simon Glass · Thu Aug 11 19:34:45 2022 -0600
  17. a78e906 blk: Enable CONFIG_BLK for all media by Simon Glass · Thu Aug 11 19:34:41 2022 -0600
  18. 9d7175f block: ide: Remove ide_preinit function by Tom Rini · Fri Jun 10 22:59:30 2022 -0400
  19. 3f00477 Convert CONFIG_LBA48 et al to Kconfig by Tom Rini · Fri Jun 10 22:59:28 2022 -0400
  20. e7ca7da vpl: Add Kconfig options for VPL by Simon Glass · Sat Apr 30 00:56:53 2022 -0600
  21. d68298c Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · Mon Apr 25 16:02:27 2022 -0400
  22. f3086cf dm: blk: Add a function to return the device type by Simon Glass · Sun Apr 24 23:31:03 2022 -0600
  23. 358e6c7 dm: blk: add a device-probe hook for scanning disk partitions by AKASHI Takahiro · Tue Apr 19 10:05:10 2022 +0900
  24. ba748cf block: ide: call device_probe() after scanning by AKASHI Takahiro · Tue Mar 08 20:36:44 2022 +0900
  25. 8e61f93 dm: blk: Expand iteration and add tests by Simon Glass · Mon Feb 28 12:08:35 2022 -0700
  26. d202cce disk: Add an option for partitions in SPL by Simon Glass · Fri Mar 11 12:10:01 2022 -0700
  27. 0883162 sandbox: Open host file for read-only access if needed by Simon Glass · Mon Feb 28 15:13:47 2022 -0700
  28. 8a4b588 Convert CONFIG_SYS_IDE_MAXBUS et al to Kconfig by Simon Glass · Sat Jan 22 05:53:24 2022 -0700
  29. 37efde8 ide: Drop CONFIG_IDE_AHB by Simon Glass · Sat Jan 22 05:53:23 2022 -0700
  30. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  31. dc4a786 Merge tag 'v2022.01-rc4' into next by Tom Rini · Mon Dec 20 17:12:04 2021 -0500
  32. 3e32dbe blk: add a helper function, blk_probe_or_unbind() by AKASHI Takahiro · Fri Dec 10 15:49:29 2021 +0900
  33. c468839 efi: Add a media/block driver for EFI block devices by Simon Glass · Sat Dec 04 08:56:32 2021 -0700
  34. 507ab96 efi: Add uclass for devices provided by UEFI firmware by Simon Glass · Sat Dec 04 08:56:31 2021 -0700
  35. 15c4d67 efi: Rename UCLASS_EFI and IF_TYPE_EFI by Simon Glass · Sat Dec 04 08:56:30 2021 -0700
  36. 1105680 ide: Drop ATA_PORT_ADDR by Simon Glass · Wed Nov 24 09:26:48 2021 -0700
  37. a6b4aaa ide: Drop unused CONFIG options by Simon Glass · Wed Nov 24 09:26:47 2021 -0700
  38. c6d7681 sandbox: Drop CONFIG_HOST_MAX_DEVICES by Simon Glass · Wed Nov 24 09:26:40 2021 -0700
  39. 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · Fri Aug 27 08:48:10 2021 +0200
  40. fc7a744 blk: Support iteration by Simon Glass · Mon Jul 05 16:32:59 2021 -0600
  41. 5b9e616 usb: Enforce DM_USB migration for USB_HOST devices. by Tom Rini · Fri Jul 09 10:11:56 2021 -0400
  42. 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · Tue Apr 27 11:02:19 2021 +0200
  43. 3b5dc94 Fix IDE commands issued, fix endian issues, fix non MMIO by Reinoud Zandijk · Wed Feb 24 17:44:42 2021 +0100
  44. b4d0077 sandbox: Provide a way to bind fixed/removeable devices by Simon Glass · Mon Mar 15 18:11:11 2021 +1300
  45. 49b5e2e sandbox: host bind must close file descriptor by Heinrich Schuchardt · Wed Feb 03 00:21:56 2021 +0100
  46. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  47. e3cfde9 sandbox: fill block device meta information by Heinrich Schuchardt · Mon Jan 25 12:57:14 2021 +0100
  48. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  49. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  50. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  51. 4fec7f8 xen: pvblock: Add initial support for para-virtualized block driver by Anastasiia Lukianenko · Thu Aug 06 12:42:55 2020 +0300
  52. 34c2581 blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · Fri Jul 24 14:12:24 2020 +0300
  53. 76160a0 dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probe by Ovidiu Panait · Fri Jul 24 14:12:21 2020 +0300
  54. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  55. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  56. 655306c common: Drop part.h from common header by Simon Glass · Sun May 10 11:39:58 2020 -0600
  57. 203d83a block: ide: use definitions from include/libata.h by Heinrich Schuchardt · Thu Feb 27 18:28:00 2020 +0100
  58. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  59. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · Mon Feb 03 07:36:15 2020 -0700
  60. 2c54cf5 common: fix regression on block cache init by Angelo Durgehello · Sun Jan 26 19:31:22 2020 +0100
  61. 3d8e4c1 common: add blkcache init by Angelo Durgehello · Tue Jan 21 10:37:27 2020 +0100
  62. 609a074 blk: Make use of CONFIG_HAVE_BLOCK_DEVICE more by Tom Rini · Mon Dec 02 10:52:31 2019 -0500
  63. 09ba4ea blk: set log2blksz in blk_create_device() by Heinrich Schuchardt · Fri Oct 25 12:15:31 2019 +0200
  64. cfd7293 dm: core: Add device_foreach_child() by Simon Glass · Wed Sep 25 08:55:56 2019 -0600
  65. f50d8d1 Revert "blk: Invalidate block cache when switching hwpart" by developer · Tue Aug 27 15:32:18 2019 +0800
  66. 1a0ff47 blk: Invalidate block cache when switching hwpart by developer · Thu Jul 11 15:10:23 2019 +0800
  67. bfd4844 blk: Allow control of the block cache in TPL by Simon Glass · Sat May 18 11:59:53 2019 -0600
  68. 0ebd033 blk: Increase cache element size by Marek Vasut · Wed Aug 08 13:20:29 2018 +0200
  69. 1794ae6 blk: Rework guard around part_init call by Tom Rini · Wed Dec 05 08:23:38 2018 -0500
  70. d458006 blk: Introduce IF_TYPE_VIRTIO by Tuomas Tynkkynen · Mon Oct 15 02:21:10 2018 -0700
  71. fd5eda7 blk: Make blk_next_free_devnum() public by Bin Meng · Mon Oct 15 02:21:09 2018 -0700
  72. e086801 blk: Drop blk_prepare_device() by Bin Meng · Mon Oct 15 02:21:08 2018 -0700
  73. cbc3da8 blk: Call part_init() in the post_probe() method by Bin Meng · Mon Oct 15 02:21:07 2018 -0700
  74. 311f800 sandbox: blk: Switch to use platdata_auto_alloc_size for the driver data by Bin Meng · Mon Oct 15 02:21:05 2018 -0700
  75. a19f730 blk: Support block drivers in TPL by Simon Glass · Mon Oct 01 12:22:13 2018 -0600
  76. 1037852 block: Add a function to find block device descriptor by Tien Fong Chee · Fri Jul 06 16:26:36 2018 +0800
  77. d693fb9 block: Add SPL_BLOCK_CACHE and default n by Adam Ford · Mon Jun 11 17:17:48 2018 -0500
  78. 587a09e block: Have BLOCK_CACHE default to y in some cases by Tom Rini · Tue May 22 12:24:16 2018 -0400
  79. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  80. b890600 SystemACE: Remove by Tom Rini · Mon Feb 12 09:51:33 2018 -0500
  81. b10ba90 Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig by Adam Ford · Tue Feb 06 12:43:56 2018 -0600
  82. 91d417b block: Migrate SystemACE chip to Kconfig by Tom Rini · Thu Feb 08 13:49:48 2018 -0500
  83. 11206f4 efi_driver: EFI block driver by Heinrich Schuchardt · Sun Jan 21 19:29:30 2018 +0100
  84. 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
  85. 629e799 blk: Remove various places that do flush cache after read by Bin Meng · Tue Sep 12 19:00:23 2017 -0700
  86. 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
  87. 5781c46 block: ide: Don't bother to create BLK device if no CDROM inserted by Bin Meng · Sun Sep 10 05:12:52 2017 -0700
  88. b650afa block: ide: Fix block read/write with driver model by Bin Meng · Sun Sep 10 05:12:51 2017 -0700
  89. 8ec73a9 block: Drop the ftide020 driver by Bin Meng · Sat Sep 02 08:43:54 2017 -0700
  90. b2c7baa block: ide: Drop CONFIG_IDE_LED by Bin Meng · Sat Sep 02 08:43:53 2017 -0700
  91. 23e2d33 block: ide: Drop CONFIG_IDE_INIT_POSTRESET by Bin Meng · Sat Sep 02 08:43:52 2017 -0700
  92. 4450597 dm: blk: Update return value in blk_create_devicef() by Simon Glass · Sat Jul 29 11:34:59 2017 -0600
  93. 85af5a4 dm: blk: Add a function to find an interface-type name by Simon Glass · Sat Jul 29 11:34:53 2017 -0600
  94. 182fccd dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVME by Zhikang Zhang · Thu Aug 03 02:30:56 2017 -0700
  95. 8bf9908 Merge git://git.denx.de/u-boot-x86 by Tom Rini · Tue Aug 01 15:38:32 2017 -0400
  96. 609dabc block: ide: Fix build error when CONFIG_BLK is on by Bin Meng · Sun Jul 30 19:24:00 2017 -0700
  97. 5f4bd8c dm: mmc: Allow disabling driver model in SPL by Simon Glass · Tue Jul 04 13:31:19 2017 -0600
  98. 3def006 scsi: Move drivers into new drivers/scsi directory by Simon Glass · Wed Jun 14 21:28:27 2017 -0600
  99. 2c844c4 sata: Move drivers into new drivers/ata directory by Simon Glass · Wed Jun 14 21:28:26 2017 -0600
  100. ab3055a Kconfig: Add CONFIG_SATA to enable SATA by Simon Glass · Wed Jun 14 21:28:25 2017 -0600