summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2021-07-21blk: Support iterationSimon Glass1-0/+49
2021-07-19usb: Enforce DM_USB migration for USB_HOST devices.Tom Rini1-1/+1
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay2-0/+4
2021-04-20Fix IDE commands issued, fix endian issues, fix non MMIOReinoud Zandijk1-109/+43
2021-03-27sandbox: Provide a way to bind fixed/removeable devicesSimon Glass1-4/+4
2021-03-04sandbox: host bind must close file descriptorHeinrich Schuchardt1-0/+13
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass2-0/+2
2021-01-31sandbox: fill block device meta informationHeinrich Schuchardt1-0/+11
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-3/+3
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass3-21/+21
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2-2/+2
2020-08-14xen: pvblock: Add initial support for para-virtualized block driverAnastasiia Lukianenko1-0/+2
2020-08-07blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait1-6/+9
2020-08-06dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probeOvidiu Panait1-4/+5
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass3-0/+3
2020-05-19common: Drop part.h from common headerSimon Glass4-1/+6
2020-04-17block: ide: use definitions from include/libata.hHeinrich Schuchardt1-4/+4
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass2-0/+2
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2020-01-26common: fix regression on block cache initAngelo Durgehello1-0/+6
2020-01-25common: add blkcache initAngelo Durgehello1-1/+8
2019-12-03blk: Make use of CONFIG_HAVE_BLOCK_DEVICE moreTom Rini1-1/+1
2019-10-30blk: set log2blksz in blk_create_device()Heinrich Schuchardt1-0/+1
2019-10-08dm: core: Add device_foreach_child()Simon Glass1-2/+2
2019-08-30Revert "blk: Invalidate block cache when switching hwpart"Weijie Gao1-12/+2
2019-07-18blk: Invalidate block cache when switching hwpartWeijie Gao1-2/+12
2019-07-11blk: Allow control of the block cache in TPLSimon Glass1-0/+7
2019-01-15blk: Increase cache element sizeMarek Vasut1-1/+1
2018-12-12blk: Rework guard around part_init callTom Rini2-1/+3
2018-11-14blk: Introduce IF_TYPE_VIRTIOTuomas Tynkkynen1-0/+2
2018-11-14blk: Make blk_next_free_devnum() publicBin Meng1-1/+1
2018-11-14blk: Drop blk_prepare_device()Bin Meng1-9/+0
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng3-3/+13
2018-11-14sandbox: blk: Switch to use platdata_auto_alloc_size for the driver dataBin Meng1-7/+8
2018-10-09blk: Support block drivers in TPLSimon Glass2-1/+13
2018-09-29block: Add a function to find block device descriptorTien Fong Chee1-0/+23
2018-06-18block: Add SPL_BLOCK_CACHE and default nAdam Ford2-1/+8
2018-06-07block: Have BLOCK_CACHE default to y in some casesTom Rini1-1/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini6-13/+6
2018-02-14SystemACE: RemoveTom Rini4-325/+0
2018-02-09Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford2-2/+9
2018-02-09block: Migrate SystemACE chip to KconfigTom Rini1-0/+18
2018-01-23efi_driver: EFI block driverHeinrich Schuchardt1-1/+3
2017-12-13dm: blk: Use uclass_find_first/next_device() in blk_first/next_device()Stefan Roese1-3/+4
2017-09-15blk: Remove various places that do flush cache after readBin Meng2-6/+0
2017-09-12blk: dm: make blk_create_device() take a number of block instead of a sizeJean-Jacques Hiblot2-5/+5
2017-09-10block: ide: Don't bother to create BLK device if no CDROM insertedBin Meng1-0/+7
2017-09-10block: ide: Fix block read/write with driver modelBin Meng2-1/+74
2017-09-03block: Drop the ftide020 driverBin Meng3-614/+0