summaryrefslogtreecommitdiff
path: root/include/blk.h
Commit message (Expand)AuthorAgeLines
* dm: blk: Add a comment as to why the bdev member is neededSimon Glass2016-05-17-0/+5
* dm: blk: Add functions to select a hardware partitionSimon Glass2016-05-17-0/+30
* dm: blk: Add a easier way to create a named block deviceSimon Glass2016-05-17-0/+17
* dm: blk: Allow blk_create_device() to allocate the device numberSimon Glass2016-05-17-1/+14
* dm: systemace: Add a legacy block interfaceSimon Glass2016-05-17-0/+1
* dm: blk: Add a legacy block interfaceSimon Glass2016-05-17-0/+195
* drivers: block: fix placement of parametersEric Nelson2016-04-11-20/+14
* drivers: block: add block device cacheEric Nelson2016-04-01-1/+104
* dm: blk: Add a block-device uclassSimon Glass2016-03-14-0/+145
* dm: block: Adjust device calls to go through helpers functionSimon Glass2016-03-14-0/+29
* dm: block: Rename device number member dev to devnumSimon Glass2016-03-14-1/+1
* dm: blk: Convert interface type to an enumSimon Glass2016-03-14-12/+15
* dm: Add a new header for block devicesSimon Glass2016-03-14-0/+71