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