summaryrefslogtreecommitdiffstats
path: root/include/blk.h
Commit message (Expand)AuthorAgeFilesLines
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* xen: pvblock: Add initial support for para-virtualized block driverAnastasiia Lukianenko2020-08-141-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-1/+1
* common: blk: fix comment about blkcache_read return valueEric Nelson2020-01-251-1/+1
* common: add blkcache initAngelo Durgehello2020-01-251-0/+6
* blk: Introduce IF_TYPE_VIRTIOTuomas Tynkkynen2018-11-141-0/+1
* blk: Make blk_next_free_devnum() publicBin Meng2018-11-141-0/+11
* blk: Drop blk_prepare_device()Bin Meng2018-11-141-10/+0
* block: Add a function to find block device descriptorTien Fong Chee2018-09-281-0/+9
* block: Add SPL_BLOCK_CACHE and default nAdam Ford2018-06-181-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* SystemACE: RemoveTom Rini2018-02-131-1/+0
* efi_driver: EFI block driverHeinrich Schuchardt2018-01-221-0/+1
* part: extract MBR signature from partitionsPeter Jones2017-09-201-0/+18
* blk: dm: make blk_create_device() take a number of block instead of a sizeJean-Jacques Hiblot2017-09-111-4/+4
* blk: Use macros for block device vendor/product/rev string sizeBin Meng2017-09-101-3/+7
* dm: blk: Add a generic function for block device commandsSimon Glass2017-08-171-0/+12
* dm: blk: Add a function to find an interface-type nameSimon Glass2017-08-171-0/+8
* dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVMEZhikang Zhang2017-08-131-0/+1
* dm: mmc: Allow disabling driver model in SPLSimon Glass2017-08-011-2/+2
* dm: blk: Fix warning on !CONFIG_BLKTom Rini2017-06-101-7/+7
* dm: blk: Add a way to obtain a block device from its parentSimon Glass2017-06-091-0/+7
* dm: blk: Allow finding block devices without probingSimon Glass2017-06-011-1/+14
* dm: blk: Add a comment as to why the bdev member is neededSimon Glass2016-05-171-0/+5
* dm: blk: Add functions to select a hardware partitionSimon Glass2016-05-171-0/+30
* dm: blk: Add a easier way to create a named block deviceSimon Glass2016-05-171-0/+17
* dm: blk: Allow blk_create_device() to allocate the device numberSimon Glass2016-05-171-1/+14
* dm: systemace: Add a legacy block interfaceSimon Glass2016-05-171-0/+1
* dm: blk: Add a legacy block interfaceSimon Glass2016-05-171-0/+195
* drivers: block: fix placement of parametersEric Nelson2016-04-111-20/+14
* drivers: block: add block device cacheEric Nelson2016-04-011-1/+104
* dm: blk: Add a block-device uclassSimon Glass2016-03-141-0/+145
* dm: block: Adjust device calls to go through helpers functionSimon Glass2016-03-141-0/+29
* dm: block: Rename device number member dev to devnumSimon Glass2016-03-141-1/+1
* dm: blk: Convert interface type to an enumSimon Glass2016-03-141-12/+15
* dm: Add a new header for block devicesSimon Glass2016-03-141-0/+71