summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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 headerSimon 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
* block: Have BLOCK_CACHE default to y in some casesTom Rini2018-06-071-1/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-076-13/+6
* SystemACE: RemoveTom Rini2018-02-134-325/+0
* Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford2018-02-082-2/+9
* block: Migrate SystemACE chip to KconfigTom Rini2018-02-081-0/+18
* efi_driver: EFI block driverHeinrich Schuchardt2018-01-221-1/+3
* dm: blk: Use uclass_find_first/next_device() in blk_first/next_device()Stefan Roese2017-12-121-3/+4
* blk: Remove various places that do flush cache after readBin Meng2017-09-152-6/+0
* blk: dm: make blk_create_device() take a number of block instead of a sizeJean-Jacques Hiblot2017-09-112-5/+5
* block: ide: Don't bother to create BLK device if no CDROM insertedBin Meng2017-09-101-0/+7
* block: ide: Fix block read/write with driver modelBin Meng2017-09-102-1/+74
* block: Drop the ftide020 driverBin Meng2017-09-033-614/+0
* block: ide: Drop CONFIG_IDE_LEDBin Meng2017-09-031-46/+0
* block: ide: Drop CONFIG_IDE_INIT_POSTRESETBin Meng2017-09-031-9/+0
* dm: blk: Update return value in blk_create_devicef()Simon Glass2017-08-171-1/+1