summaryrefslogtreecommitdiffstats
path: root/drivers/block/sandbox.c
Commit message (Expand)AuthorAgeFilesLines
* sandbox: Provide a way to bind fixed/removeable devicesSimon Glass2021-03-271-4/+4
* sandbox: host bind must close file descriptorHeinrich Schuchardt2021-03-031-0/+13
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* sandbox: fill block device meta informationHeinrich Schuchardt2021-01-301-0/+11
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-3/+3
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-4/+4
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* 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