- ac9e9fc dm: blk: Do not use uclass_next_device_err by Michal Suchanek · 2 years, 1 month ago
- fada3f9 blk: Rename if_type to uclass_id by Simon Glass · 2 years, 2 months ago
- 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 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
- 0cdb293 ide: Use a flag for an ATAPI device by Simon Glass · 2 years, 4 months ago
- 66f19a4 blk: Drop IF_TYPE_DOC by Simon Glass · 2 years, 4 months ago
- 0bfaf58 blk: Hide the BLK and SPL_LEGACY_BLOCK options by Simon Glass · 2 years, 4 months ago
- e1a5ec5 blk: Select SPL_LEGACY_BLOCK automatically by Simon Glass · 2 years, 4 months ago
- 3bf7d7a blk: Rename HAVE_BLOCK_DEVICE by Simon Glass · 2 years, 4 months ago
- bfbd849 blk: Drop unnecessary #ifdef in in blk_legacy 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
- a78e906 blk: Enable CONFIG_BLK for all media by Simon Glass · 2 years, 4 months ago
- 9d7175f block: ide: Remove ide_preinit function by Tom Rini · 2 years, 6 months ago
- 3f00477 Convert CONFIG_LBA48 et al to Kconfig by Tom Rini · 2 years, 6 months ago
- e7ca7da vpl: Add Kconfig options for VPL by Simon Glass · 2 years, 7 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
- ba748cf block: ide: call device_probe() after scanning by AKASHI Takahiro · 2 years, 9 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
- 0883162 sandbox: Open host file for read-only access if needed by Simon Glass · 2 years, 9 months ago
- 8a4b588 Convert CONFIG_SYS_IDE_MAXBUS et al to Kconfig by Simon Glass · 2 years, 10 months ago
- 37efde8 ide: Drop CONFIG_IDE_AHB by Simon Glass · 2 years, 10 months ago
- 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- dc4a786 Merge tag 'v2022.01-rc4' into next by Tom Rini · 3 years ago
- 3e32dbe blk: add a helper function, blk_probe_or_unbind() by AKASHI Takahiro · 3 years ago
- c468839 efi: Add a media/block driver for EFI block devices by Simon Glass · 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
- 1105680 ide: Drop ATA_PORT_ADDR by Simon Glass · 3 years ago
- a6b4aaa ide: Drop unused CONFIG options by Simon Glass · 3 years ago
- c6d7681 sandbox: Drop CONFIG_HOST_MAX_DEVICES by Simon Glass · 3 years ago
- 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 3 months ago
- fc7a744 blk: Support iteration by Simon Glass · 3 years, 5 months ago
- 5b9e616 usb: Enforce DM_USB migration for USB_HOST devices. by Tom Rini · 3 years, 5 months ago
- 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
- 3b5dc94 Fix IDE commands issued, fix endian issues, fix non MMIO by Reinoud Zandijk · 3 years, 9 months ago
- b4d0077 sandbox: Provide a way to bind fixed/removeable devices by Simon Glass · 3 years, 9 months ago
- 49b5e2e sandbox: host bind must close file descriptor by Heinrich Schuchardt · 3 years, 10 months ago
- 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
- e3cfde9 sandbox: fill block device meta information by Heinrich Schuchardt · 3 years, 10 months ago
- fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years 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
- 34c2581 blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · 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
- dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 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
- 203d83a block: ide: use definitions from include/libata.h by Heinrich Schuchardt · 4 years, 9 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
- 2c54cf5 common: fix regression on block cache init by Angelo Durgehello · 4 years, 10 months ago
- 3d8e4c1 common: add blkcache init by Angelo Durgehello · 4 years, 10 months ago
- 609a074 blk: Make use of CONFIG_HAVE_BLOCK_DEVICE more by Tom Rini · 5 years 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
- bfd4844 blk: Allow control of the block cache in TPL by Simon Glass · 6 years ago
- 0ebd033 blk: Increase cache element size by Marek Vasut · 6 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
- 311f800 sandbox: blk: Switch to use platdata_auto_alloc_size for the driver data by Bin Meng · 6 years ago
- a19f730 blk: Support block drivers in TPL by Simon Glass · 6 years ago
- 1037852 block: Add a function to find block device descriptor by Tien Fong Chee · 6 years ago
- d693fb9 block: Add SPL_BLOCK_CACHE and default n by Adam Ford · 6 years ago
- 587a09e block: Have BLOCK_CACHE default to y in some cases by Tom Rini · 7 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
- b10ba90 Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig by Adam Ford · 7 years ago
- 91d417b block: Migrate SystemACE chip to Kconfig 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
- 5781c46 block: ide: Don't bother to create BLK device if no CDROM inserted by Bin Meng · 7 years ago
- b650afa block: ide: Fix block read/write with driver model by Bin Meng · 7 years ago
- 8ec73a9 block: Drop the ftide020 driver by Bin Meng · 7 years ago
- b2c7baa block: ide: Drop CONFIG_IDE_LED by Bin Meng · 7 years ago
- 23e2d33 block: ide: Drop CONFIG_IDE_INIT_POSTRESET 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
- 8bf9908 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
- 609dabc block: ide: Fix build error when CONFIG_BLK is on by Bin Meng · 7 years ago
- 5f4bd8c dm: mmc: Allow disabling driver model in SPL by Simon Glass · 7 years ago
- 3def006 scsi: Move drivers into new drivers/scsi directory by Simon Glass · 7 years ago
- 2c844c4 sata: Move drivers into new drivers/ata directory by Simon Glass · 7 years ago
- ab3055a Kconfig: Add CONFIG_SATA to enable SATA by Simon Glass · 7 years ago