summaryrefslogtreecommitdiff
path: root/include/blk.h
Commit message (Expand)AuthorAgeFilesLines
* 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