- 8149b15 blk: Rename if_type to uclass_id by Simon Glass · 2 years, 2 months ago
- 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 2 months ago
- ec8bdc9 blk: Drop if_type by Simon Glass · 2 years, 3 months ago
- e33a5c6 blk: Switch over to using uclass IDs by Simon Glass · 2 years, 3 months ago
- bb2c9a3 blk: Rewrite if_type to name functions by Simon Glass · 2 years, 3 months ago
- b8f8f6c blk: Rename var in blk_get_devnum_by_typename() by Simon Glass · 2 years, 3 months ago
- 1dbe71f blk: Drop IF_TYPE_SD by Simon Glass · 2 years, 3 months ago
- f512388 blk: Drop IF_TYPE_ATAPI by Simon Glass · 2 years, 3 months ago
- 606e054 ide: Use a flag for an ATAPI device by Simon Glass · 2 years, 3 months ago
- 1c2e255 blk: Drop IF_TYPE_DOC by Simon Glass · 2 years, 3 months ago
- 0417b85 blk: Hide the BLK and SPL_LEGACY_BLOCK options by Simon Glass · 2 years, 3 months ago
- ca28baf blk: Select SPL_LEGACY_BLOCK automatically by Simon Glass · 2 years, 3 months ago
- 7f8967c blk: Rename HAVE_BLOCK_DEVICE by Simon Glass · 2 years, 3 months ago
- 14d2c5d blk: Drop unnecessary #ifdef in in blk_legacy by Simon Glass · 2 years, 3 months ago
- a51eb8d blk: Use a function for whether block devices are available by Simon Glass · 2 years, 3 months ago
- 6b03b9d blk: Enable CONFIG_BLK for all media by Simon Glass · 2 years, 3 months ago
- 713a8cb block: ide: Remove ide_preinit function by Tom Rini · 2 years, 5 months ago
- aca1f67 Convert CONFIG_LBA48 et al to Kconfig by Tom Rini · 2 years, 5 months ago
- 747093d vpl: Add Kconfig options for VPL by Simon Glass · 2 years, 7 months ago
- 8cfac23 Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · 2 years, 7 months ago
- 87571b7 dm: blk: Add a function to return the device type by Simon Glass · 2 years, 7 months ago
- bf76031 dm: blk: add a device-probe hook for scanning disk partitions by AKASHI Takahiro · 2 years, 7 months ago
- 4c73b03 block: ide: call device_probe() after scanning by AKASHI Takahiro · 2 years, 8 months ago
- 49e8668 dm: blk: Expand iteration and add tests by Simon Glass · 2 years, 9 months ago
- 88ca8e2 disk: Add an option for partitions in SPL by Simon Glass · 2 years, 8 months ago
- 7aa9dbd0 sandbox: Open host file for read-only access if needed by Simon Glass · 2 years, 9 months ago
- d2da54b Convert CONFIG_SYS_IDE_MAXBUS et al to Kconfig by Simon Glass · 2 years, 10 months ago
- e30be6e ide: Drop CONFIG_IDE_AHB by Simon Glass · 2 years, 10 months ago
- 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- 4afab30 Merge tag 'v2022.01-rc4' into next by Tom Rini · 2 years, 11 months ago
- 19b241c blk: add a helper function, blk_probe_or_unbind() by AKASHI Takahiro · 3 years ago
- d8063dc efi: Add a media/block driver for EFI block devices by Simon Glass · 3 years ago
- 42b7f42 efi: Add uclass for devices provided by UEFI firmware by Simon Glass · 3 years ago
- 2abd8d1 efi: Rename UCLASS_EFI and IF_TYPE_EFI by Simon Glass · 3 years ago
- c229cd2 ide: Drop ATA_PORT_ADDR by Simon Glass · 3 years ago
- 7ee2016 ide: Drop unused CONFIG options by Simon Glass · 3 years ago
- 32c8566 sandbox: Drop CONFIG_HOST_MAX_DEVICES by Simon Glass · 3 years ago
- b4c2c15 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 3 months ago
- 96f37b0 blk: Support iteration by Simon Glass · 3 years, 4 months ago
- be5c060 usb: Enforce DM_USB migration for USB_HOST devices. by Tom Rini · 3 years, 4 months ago
- b953ec2 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
- 0a527fd Fix IDE commands issued, fix endian issues, fix non MMIO by Reinoud Zandijk · 3 years, 9 months ago
- 1758551 sandbox: Provide a way to bind fixed/removeable devices by Simon Glass · 3 years, 8 months ago
- 297b8b3 sandbox: host bind must close file descriptor by Heinrich Schuchardt · 3 years, 9 months ago
- 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
- 168e313 sandbox: fill block device meta information by Heinrich Schuchardt · 3 years, 10 months ago
- c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
- caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
- 722bc5b xen: pvblock: Add initial support for para-virtualized block driver by Anastasiia Lukianenko · 4 years, 3 months ago
- 365af27 blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · 4 years, 4 months ago
- 3a4b52a dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probe by Ovidiu Panait · 4 years, 4 months ago
- c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 6 months ago
- f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
- e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 6 months ago
- e6e9a4f block: ide: use definitions from include/libata.h by Heinrich Schuchardt · 4 years, 9 months ago
- 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
- 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 9 months ago
- c05b38d common: fix regression on block cache init by Angelo Durgehello · 4 years, 10 months ago
- 1526bcc common: add blkcache init by Angelo Durgehello · 4 years, 10 months ago
- 4df23e5 blk: Make use of CONFIG_HAVE_BLOCK_DEVICE more by Tom Rini · 5 years ago
- ee50414 blk: set log2blksz in blk_create_device() by Heinrich Schuchardt · 5 years ago
- e5f7390 dm: core: Add device_foreach_child() by Simon Glass · 5 years ago
- 1ce8847 Revert "blk: Invalidate block cache when switching hwpart" by Weijie Gao · 5 years ago
- 0ebe112 blk: Invalidate block cache when switching hwpart by Weijie Gao · 5 years ago
- 731ba3c blk: Allow control of the block cache in TPL by Simon Glass · 5 years ago
- 2e89bbe blk: Increase cache element size by Marek Vasut · 6 years ago
- 91ff686 blk: Rework guard around part_init call by Tom Rini · 6 years ago
- 4ad54ec blk: Introduce IF_TYPE_VIRTIO by Tuomas Tynkkynen · 6 years ago
- c879eeb blk: Make blk_next_free_devnum() public by Bin Meng · 6 years ago
- c515ee5 blk: Drop blk_prepare_device() by Bin Meng · 6 years ago
- d0851c8 blk: Call part_init() in the post_probe() method by Bin Meng · 6 years ago
- 8f994c8 sandbox: blk: Switch to use platdata_auto_alloc_size for the driver data by Bin Meng · 6 years ago
- ef39151 blk: Support block drivers in TPL by Simon Glass · 6 years ago
- bc53d26 block: Add a function to find block device descriptor by Tien Fong Chee · 6 years ago
- 6fef62c block: Add SPL_BLOCK_CACHE and default n by Adam Ford · 6 years ago
- 46960ad block: Have BLOCK_CACHE default to y in some cases by Tom Rini · 6 years ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 34a5c42 SystemACE: Remove by Tom Rini · 7 years ago
- 1811a92 Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig by Adam Ford · 7 years ago
- 560eeee block: Migrate SystemACE chip to Kconfig by Tom Rini · 7 years ago
- 05ef48a efi_driver: EFI block driver by Heinrich Schuchardt · 7 years ago
- 8a5cbc0 dm: blk: Use uclass_find_first/next_device() in blk_first/next_device() by Stefan Roese · 7 years ago
- 723b43d blk: Remove various places that do flush cache after read by Bin Meng · 7 years ago
- 5fe7702 blk: dm: make blk_create_device() take a number of block instead of a size by Jean-Jacques Hiblot · 7 years ago
- 1f4adab block: ide: Don't bother to create BLK device if no CDROM inserted by Bin Meng · 7 years ago
- 68e6f22 block: ide: Fix block read/write with driver model by Bin Meng · 7 years ago
- 2c3b680 block: Drop the ftide020 driver by Bin Meng · 7 years ago
- caa8bfb block: ide: Drop CONFIG_IDE_LED by Bin Meng · 7 years ago
- f1823d3 block: ide: Drop CONFIG_IDE_INIT_POSTRESET by Bin Meng · 7 years ago
- 7074b2a dm: blk: Update return value in blk_create_devicef() by Simon Glass · 7 years ago
- 6faa4ed dm: blk: Add a function to find an interface-type name by Simon Glass · 7 years ago
- ffab694 dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVME by Zhikang Zhang · 7 years ago
- 07d7783 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
- 52a1c2c block: ide: Fix build error when CONFIG_BLK is on by Bin Meng · 7 years ago
- c4d660d dm: mmc: Allow disabling driver model in SPL by Simon Glass · 7 years ago
- 0fcd48f scsi: Move drivers into new drivers/scsi directory by Simon Glass · 7 years ago
- f2105c6 sata: Move drivers into new drivers/ata directory by Simon Glass · 7 years ago
- 10e40d5 Kconfig: Add CONFIG_SATA to enable SATA by Simon Glass · 7 years ago
- a6fb185 scsi: Drop scsi_print_error() by Simon Glass · 7 years ago