summaryrefslogtreecommitdiff
path: root/drivers/block/sandbox.c
Commit message (Expand)AuthorAgeLines
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23-1/+1
* dm: sandbox: Drop the host_get_dev() functionSimon Glass2016-05-17-10/+0
* dm: sandbox: Add a legacy host block interfaceSimon Glass2016-05-17-0/+7
* Revert "dm: sandbox: Drop the pre-DM host implementation"Simon Glass2016-05-17-0/+90
* dm: sandbox: Drop the pre-DM host implementationSimon Glass2016-03-17-90/+0
* dm: sandbox: Add driver-model block-device support for sandboxSimon Glass2016-03-14-1/+117
* dm: sandbox: Prepare block driver for driver-model conversionSimon Glass2016-03-14-16/+14
* dm: block: Rename device number member dev to devnumSimon Glass2016-03-14-3/+3
* dm: part: Rename some partition functionsSimon Glass2016-03-14-1/+1
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-14-6/+6
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-13-4/+8
* sandbox: block driver using host file/device as backing storeHenrik Nordström2014-01-08-0/+124