summaryrefslogtreecommitdiff
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Kconfig: Remove all default n/no optionsMichal Simek2021-08-311-2/+0
* blk: Support iterationSimon Glass2021-07-211-0/+49
* usb: Enforce DM_USB migration for USB_HOST devices.Tom Rini2021-07-181-1/+1
* dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-062-0/+4
* Fix IDE commands issued, fix endian issues, fix non MMIOReinoud Zandijk2021-04-201-109/+43
* sandbox: Provide a way to bind fixed/removeable devicesSimon Glass2021-03-271-4/+4
* sandbox: host bind must close file descriptorHeinrich Schuchardt2021-03-031-0/+13
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-022-0/+2
* sandbox: fill block device meta informationHeinrich Schuchardt2021-01-301-0/+11
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-3/+3
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-133-21/+21
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-132-2/+2
* xen: pvblock: Add initial support for para-virtualized block driverAnastasiia Lukianenko2020-08-141-0/+2
* blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait2020-08-061-6/+9
* dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probeOvidiu Panait2020-08-061-4/+5
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-183-0/+3
* common: Drop part.h from common headerSimon Glass2020-05-184-1/+6
* block: ide: use definitions from include/libata.hHeinrich Schuchardt2020-04-171-4/+4
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-052-0/+2
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* common: fix regression on block cache initAngelo Durgehello2020-01-261-0/+6
* common: add blkcache initAngelo Durgehello2020-01-251-1/+8
* blk: Make use of CONFIG_HAVE_BLOCK_DEVICE moreTom Rini2019-12-031-1/+1
* blk: set log2blksz in blk_create_device()Heinrich Schuchardt2019-10-301-0/+1
* dm: core: Add device_foreach_child()Simon Glass2019-10-081-2/+2
* Revert "blk: Invalidate block cache when switching hwpart"Weijie Gao2019-08-301-12/+2
* blk: Invalidate block cache when switching hwpartWeijie Gao2019-07-181-2/+12
* blk: Allow control of the block cache in TPLSimon Glass2019-07-101-0/+7