summaryrefslogtreecommitdiff
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* blk: Increase cache element sizeMarek Vasut2019-01-151-1/+1
* blk: Rework guard around part_init callTom Rini2018-12-122-1/+3
* blk: Introduce IF_TYPE_VIRTIOTuomas Tynkkynen2018-11-141-0/+2
* blk: Make blk_next_free_devnum() publicBin Meng2018-11-141-1/+1
* blk: Drop blk_prepare_device()Bin Meng2018-11-141-9/+0
* blk: Call part_init() in the post_probe() methodBin Meng2018-11-143-3/+13
* sandbox: blk: Switch to use platdata_auto_alloc_size for the driver dataBin Meng2018-11-141-7/+8
* blk: Support block drivers in TPLSimon Glass2018-10-092-1/+13
* block: Add a function to find block device descriptorTien Fong Chee2018-09-281-0/+23
* block: Add SPL_BLOCK_CACHE and default nAdam Ford2018-06-182-1/+8