summaryrefslogtreecommitdiff
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* bootstd: Add a new pre-scan priority for bootdevsSimon Glass2023-01-231-2/+2
* bootstd: Add an IDE bootdevSimon Glass2023-01-231-0/+44
* ide: Drop non-DM code for BLKSimon Glass2023-01-231-41/+1
* dm: blk: Add probe in blk_first_device/blk_next_deviceMichal Suchanek2022-11-071-24/+22
* dm: sandbox: Switch over to using the new host uclassSimon Glass2022-11-072-118/+18
* dm: sandbox: Create a block driverSimon Glass2022-11-072-1/+143
* dm: sandbox: Create a new HOST uclassSimon Glass2022-11-072-1/+177
* dm: blk: Tidy up obtaining a block device from its parentSimon Glass2022-11-071-11/+15
* dm: test: Clear the block cache after running a testSimon Glass2022-11-071-13/+10
* dm: sandbox: Drop non-BLK code from host implementationSimon Glass2022-11-071-102/+0
* dm: blk: mmc: Tidy up some Makefile rules for SPLSimon Glass2022-10-312-2/+1
* dm: blk: Add udevice functionsSimon Glass2022-10-311-17/+34
* dm: blk: Do not use uclass_next_device_errMichal Suchanek2022-10-171-10/+6
* blk: Rename if_type to uclass_idSimon Glass2022-09-254-110/+109
* cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-181-4/+4
* blk: Drop if_typeSimon Glass2022-09-162-27/+27
* blk: Switch over to using uclass IDsSimon Glass2022-09-164-40/+46
* blk: Rewrite if_type to name functionsSimon Glass2022-09-161-18/+27
* blk: Rename var in blk_get_devnum_by_typename()Simon Glass2022-09-161-6/+6
* blk: Drop IF_TYPE_SDSimon Glass2022-09-161-2/+0
* blk: Drop IF_TYPE_ATAPISimon Glass2022-09-161-2/+0
* ide: Use a flag for an ATAPI deviceSimon Glass2022-09-161-3/+3
* blk: Drop IF_TYPE_DOCSimon Glass2022-09-161-2/+0
* blk: Hide the BLK and SPL_LEGACY_BLOCK optionsSimon Glass2022-09-161-2/+2
* blk: Select SPL_LEGACY_BLOCK automaticallySimon Glass2022-09-161-4/+7
* blk: Rename HAVE_BLOCK_DEVICESimon Glass2022-09-162-5/+5
* blk: Drop unnecessary #ifdef in in blk_legacySimon Glass2022-09-161-2/+0
* blk: Use a function for whether block devices are availableSimon Glass2022-09-161-2/+1
* blk: Enable CONFIG_BLK for all mediaSimon Glass2022-09-161-1/+2
* block: ide: Remove ide_preinit functionTom Rini2022-06-281-9/+0
* Convert CONFIG_LBA48 et al to KconfigTom Rini2022-06-281-0/+16
* vpl: Add Kconfig options for VPLSimon Glass2022-05-021-0/+12
* Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini2022-04-251-0/+7
|\
| * dm: blk: Add a function to return the device typeSimon Glass2022-04-251-0/+7
* | dm: blk: add a device-probe hook for scanning disk partitionsAKASHI Takahiro2022-04-231-0/+4
|/
* block: ide: call device_probe() after scanningAKASHI Takahiro2022-04-091-0/+4
* dm: blk: Expand iteration and add testsSimon Glass2022-04-061-0/+24
* disk: Add an option for partitions in SPLSimon Glass2022-03-251-1/+1
* sandbox: Open host file for read-only access if neededSimon Glass2022-03-181-3/+8
* Convert CONFIG_SYS_IDE_MAXBUS et al to KconfigSimon Glass2022-02-091-0/+104
* ide: Drop CONFIG_IDE_AHBSimon Glass2022-02-091-22/+0
* doc: replace @return by Return:Heinrich Schuchardt2022-01-192-2/+2
* Merge tag 'v2022.01-rc4' into nextTom Rini2021-12-206-2/+204
|\
| * blk: add a helper function, blk_probe_or_unbind()AKASHI Takahiro2021-12-181-0/+13
| * efi: Add a media/block driver for EFI block devicesSimon Glass2021-12-093-0/+126
| * efi: Add uclass for devices provided by UEFI firmwareSimon Glass2021-12-095-0/+63
| * efi: Rename UCLASS_EFI and IF_TYPE_EFISimon Glass2021-12-091-2/+2
* | ide: Drop ATA_PORT_ADDRSimon Glass2021-12-051-8/+4
* | ide: Drop unused CONFIG optionsSimon Glass2021-12-051-7/+5
* | sandbox: Drop CONFIG_HOST_MAX_DEVICESSimon Glass2021-12-051-3/+3
|/