summaryrefslogtreecommitdiff
path: root/include/blk.h
AgeCommit message (Expand)AuthorFilesLines
2021-07-21blk: Support iterationSimon Glass1-0/+56
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-08-14xen: pvblock: Add initial support for para-virtualized block driverAnastasiia Lukianenko1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2020-01-25common: blk: fix comment about blkcache_read return valueEric Nelson1-1/+1
2020-01-25common: add blkcache initAngelo Durgehello1-0/+6
2018-11-14blk: Introduce IF_TYPE_VIRTIOTuomas Tynkkynen1-0/+1
2018-11-14blk: Make blk_next_free_devnum() publicBin Meng1-0/+11
2018-11-14blk: Drop blk_prepare_device()Bin Meng1-10/+0
2018-09-29block: Add a function to find block device descriptorTien Fong Chee1-0/+9
2018-06-18block: Add SPL_BLOCK_CACHE and default nAdam Ford1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-14SystemACE: RemoveTom Rini1-1/+0
2018-01-23efi_driver: EFI block driverHeinrich Schuchardt1-0/+1
2017-09-20part: extract MBR signature from partitionsPeter Jones1-0/+18
2017-09-12blk: dm: make blk_create_device() take a number of block instead of a sizeJean-Jacques Hiblot1-4/+4
2017-09-10blk: Use macros for block device vendor/product/rev string sizeBin Meng1-3/+7
2017-08-17dm: blk: Add a generic function for block device commandsSimon Glass1-0/+12
2017-08-17dm: blk: Add a function to find an interface-type nameSimon Glass1-0/+8
2017-08-13dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVMEZhikang Zhang1-0/+1
2017-08-01dm: mmc: Allow disabling driver model in SPLSimon Glass1-2/+2
2017-06-10dm: blk: Fix warning on !CONFIG_BLKTom Rini1-7/+7
2017-06-09dm: blk: Add a way to obtain a block device from its parentSimon Glass1-0/+7
2017-06-01dm: blk: Allow finding block devices without probingSimon Glass1-1/+14
2016-05-17dm: blk: Add a comment as to why the bdev member is neededSimon Glass1-0/+5
2016-05-17dm: blk: Add functions to select a hardware partitionSimon Glass1-0/+30
2016-05-17dm: blk: Add a easier way to create a named block deviceSimon Glass1-0/+17
2016-05-17dm: blk: Allow blk_create_device() to allocate the device numberSimon Glass1-1/+14
2016-05-17dm: systemace: Add a legacy block interfaceSimon Glass1-0/+1
2016-05-17dm: blk: Add a legacy block interfaceSimon Glass1-0/+195
2016-04-11drivers: block: fix placement of parametersEric Nelson1-20/+14
2016-04-02drivers: block: add block device cacheEric Nelson1-1/+104
2016-03-15dm: blk: Add a block-device uclassSimon Glass1-0/+145
2016-03-15dm: block: Adjust device calls to go through helpers functionSimon Glass1-0/+29
2016-03-15dm: block: Rename device number member dev to devnumSimon Glass1-1/+1
2016-03-15dm: blk: Convert interface type to an enumSimon Glass1-12/+15
2016-03-15dm: Add a new header for block devicesSimon Glass1-0/+71