summaryrefslogtreecommitdiff
path: root/drivers/block/sandbox.c
AgeCommit message (Expand)Author
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng
2018-11-14sandbox: blk: Switch to use platdata_auto_alloc_size for the driver dataBin Meng
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-09-11blk: dm: make blk_create_device() take a number of block instead of a sizeJean-Jacques Hiblot
2017-04-04dm: core: Add flags parameter to device_remove()Stefan Roese
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-05-17dm: sandbox: Drop the host_get_dev() functionSimon Glass
2016-05-17dm: sandbox: Add a legacy host block interfaceSimon Glass
2016-05-17Revert "dm: sandbox: Drop the pre-DM host implementation"Simon Glass
2016-03-17dm: sandbox: Drop the pre-DM host implementationSimon Glass
2016-03-14dm: sandbox: Add driver-model block-device support for sandboxSimon Glass
2016-03-14dm: sandbox: Prepare block driver for driver-model conversionSimon Glass
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass
2016-03-14dm: part: Rename some partition functionsSimon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren
2014-01-08sandbox: block driver using host file/device as backing storeHenrik Nordström