aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2021-04-20Fix IDE commands issued, fix endian issues, fix non MMIOReinoud Zandijk
2021-03-27sandbox: Provide a way to bind fixed/removeable devicesSimon Glass
2021-03-03sandbox: host bind must close file descriptorHeinrich Schuchardt
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-30sandbox: fill block device meta informationHeinrich Schuchardt
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-08-14xen: pvblock: Add initial support for para-virtualized block driverAnastasiia Lukianenko
2020-08-06blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait
2020-08-06dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probeOvidiu Panait
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-04-17block: ide: use definitions from include/libata.hHeinrich Schuchardt
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-01-26common: fix regression on block cache initAngelo Durgehello
2020-01-25common: add blkcache initAngelo Durgehello
2019-12-03blk: Make use of CONFIG_HAVE_BLOCK_DEVICE moreTom Rini
2019-10-30blk: set log2blksz in blk_create_device()Heinrich Schuchardt
2019-10-08dm: core: Add device_foreach_child()Simon Glass
2019-08-30Revert "blk: Invalidate block cache when switching hwpart"Weijie Gao
2019-07-18blk: Invalidate block cache when switching hwpartWeijie Gao
2019-07-10blk: Allow control of the block cache in TPLSimon Glass
2019-01-15blk: Increase cache element sizeMarek Vasut
2018-12-12blk: Rework guard around part_init callTom Rini
2018-11-14blk: Introduce IF_TYPE_VIRTIOTuomas Tynkkynen
2018-11-14blk: Make blk_next_free_devnum() publicBin Meng
2018-11-14blk: Drop blk_prepare_device()Bin Meng
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng
2018-11-14sandbox: blk: Switch to use platdata_auto_alloc_size for the driver dataBin Meng
2018-10-09blk: Support block drivers in TPLSimon Glass
2018-09-28block: Add a function to find block device descriptorTien Fong Chee
2018-06-18block: Add SPL_BLOCK_CACHE and default nAdam Ford
2018-06-07block: Have BLOCK_CACHE default to y in some casesTom Rini
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-02-13SystemACE: RemoveTom Rini
2018-02-08Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford
2018-02-08block: Migrate SystemACE chip to KconfigTom Rini
2018-01-22efi_driver: EFI block driverHeinrich Schuchardt
2017-12-12dm: blk: Use uclass_find_first/next_device() in blk_first/next_device()Stefan Roese
2017-09-15blk: Remove various places that do flush cache after readBin Meng
2017-09-11blk: dm: make blk_create_device() take a number of block instead of a sizeJean-Jacques Hiblot
2017-09-10block: ide: Don't bother to create BLK device if no CDROM insertedBin Meng
2017-09-10block: ide: Fix block read/write with driver modelBin Meng
2017-09-03block: Drop the ftide020 driverBin Meng
2017-09-03block: ide: Drop CONFIG_IDE_LEDBin Meng
2017-09-03block: ide: Drop CONFIG_IDE_INIT_POSTRESETBin Meng
2017-08-17dm: blk: Update return value in blk_create_devicef()Simon Glass