summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2023-01-23bootstd: Add a new pre-scan priority for bootdevsSimon Glass
2023-01-23bootstd: Add an IDE bootdevSimon Glass
2023-01-23ide: Drop non-DM code for BLKSimon Glass
2022-11-07dm: blk: Add probe in blk_first_device/blk_next_deviceMichal Suchanek
2022-11-07dm: sandbox: Switch over to using the new host uclassSimon Glass
2022-11-07dm: sandbox: Create a block driverSimon Glass
2022-11-07dm: sandbox: Create a new HOST uclassSimon Glass
2022-11-07dm: blk: Tidy up obtaining a block device from its parentSimon Glass
2022-11-07dm: test: Clear the block cache after running a testSimon Glass
2022-11-07dm: sandbox: Drop non-BLK code from host implementationSimon Glass
2022-10-31dm: blk: mmc: Tidy up some Makefile rules for SPLSimon Glass
2022-10-31dm: blk: Add udevice functionsSimon Glass
2022-10-17dm: blk: Do not use uclass_next_device_errMichal Suchanek
2022-09-25blk: Rename if_type to uclass_idSimon Glass
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-09-16blk: Drop if_typeSimon Glass
2022-09-16blk: Switch over to using uclass IDsSimon Glass
2022-09-16blk: Rewrite if_type to name functionsSimon Glass
2022-09-16blk: Rename var in blk_get_devnum_by_typename()Simon Glass
2022-09-16blk: Drop IF_TYPE_SDSimon Glass
2022-09-16blk: Drop IF_TYPE_ATAPISimon Glass
2022-09-16ide: Use a flag for an ATAPI deviceSimon Glass
2022-09-16blk: Drop IF_TYPE_DOCSimon Glass
2022-09-16blk: Hide the BLK and SPL_LEGACY_BLOCK optionsSimon Glass
2022-09-16blk: Select SPL_LEGACY_BLOCK automaticallySimon Glass
2022-09-16blk: Rename HAVE_BLOCK_DEVICESimon Glass
2022-09-16blk: Drop unnecessary #ifdef in in blk_legacySimon Glass
2022-09-16blk: Use a function for whether block devices are availableSimon Glass
2022-09-16blk: Enable CONFIG_BLK for all mediaSimon Glass
2022-06-28block: ide: Remove ide_preinit functionTom Rini
2022-06-28Convert CONFIG_LBA48 et al to KconfigTom Rini
2022-05-02vpl: Add Kconfig options for VPLSimon Glass
2022-04-25Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini
2022-04-25dm: blk: Add a function to return the device typeSimon Glass
2022-04-23dm: blk: add a device-probe hook for scanning disk partitionsAKASHI Takahiro
2022-04-09block: ide: call device_probe() after scanningAKASHI Takahiro
2022-04-06dm: blk: Expand iteration and add testsSimon Glass
2022-03-25disk: Add an option for partitions in SPLSimon Glass
2022-03-18sandbox: Open host file for read-only access if neededSimon Glass
2022-02-09Convert CONFIG_SYS_IDE_MAXBUS et al to KconfigSimon Glass
2022-02-09ide: Drop CONFIG_IDE_AHBSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-12-20Merge tag 'v2022.01-rc4' into nextTom Rini
2021-12-18blk: add a helper function, blk_probe_or_unbind()AKASHI Takahiro
2021-12-09efi: Add a media/block driver for EFI block devicesSimon Glass
2021-12-09efi: Add uclass for devices provided by UEFI firmwareSimon Glass
2021-12-09efi: Rename UCLASS_EFI and IF_TYPE_EFISimon Glass
2021-12-05ide: Drop ATA_PORT_ADDRSimon Glass
2021-12-05ide: Drop unused CONFIG optionsSimon Glass
2021-12-05sandbox: Drop CONFIG_HOST_MAX_DEVICESSimon Glass