summaryrefslogtreecommitdiffstats
path: root/drivers/block/sandbox.c
Commit message (Expand)AuthorAgeFilesLines
* blk: Call part_init() in the post_probe() methodBin Meng2018-11-141-1/+1
* sandbox: blk: Switch to use platdata_auto_alloc_size for the driver dataBin Meng2018-11-141-7/+8
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* blk: dm: make blk_create_device() take a number of block instead of a sizeJean-Jacques Hiblot2017-09-111-1/+1
* dm: core: Add flags parameter to device_remove()Stefan Roese2017-04-041-1/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* dm: sandbox: Drop the host_get_dev() functionSimon Glass2016-05-171-10/+0
* dm: sandbox: Add a legacy host block interfaceSimon Glass2016-05-171-0/+7
* Revert "dm: sandbox: Drop the pre-DM host implementation"Simon Glass2016-05-171-0/+90
* dm: sandbox: Drop the pre-DM host implementationSimon Glass2016-03-171-90/+0
* dm: sandbox: Add driver-model block-device support for sandboxSimon Glass2016-03-141-1/+117
* dm: sandbox: Prepare block driver for driver-model conversionSimon Glass2016-03-141-16/+14
* dm: block: Rename device number member dev to devnumSimon Glass2016-03-141-3/+3
* dm: part: Rename some partition functionsSimon Glass2016-03-141-1/+1
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-6/+6
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-131-4/+8
* sandbox: block driver using host file/device as backing storeHenrik Nordström2014-01-081-0/+124