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