summaryrefslogtreecommitdiff
path: root/drivers/block/sandbox.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-27sandbox: Provide a way to bind fixed/removeable devicesSimon Glass1-4/+4
2021-03-04sandbox: host bind must close file descriptorHeinrich Schuchardt1-0/+13
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-31sandbox: fill block device meta informationHeinrich Schuchardt1-0/+11
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-3/+3
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-4/+4
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng1-1/+1
2018-11-14sandbox: blk: Switch to use platdata_auto_alloc_size for the driver dataBin Meng1-7/+8
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-09-12blk: dm: make blk_create_device() take a number of block instead of a sizeJean-Jacques Hiblot1-1/+1
2017-04-05dm: core: Add flags parameter to device_remove()Stefan Roese1-1/+1
2016-09-24treewide: 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-18dm: sandbox: Drop the pre-DM host implementationSimon Glass1-90/+0
2016-03-15dm: sandbox: Add driver-model block-device support for sandboxSimon Glass1-1/+117
2016-03-15dm: sandbox: Prepare block driver for driver-model conversionSimon Glass1-16/+14
2016-03-15dm: block: Rename device number member dev to devnumSimon Glass1-3/+3
2016-03-15dm: part: Rename some partition functionsSimon Glass1-1/+1
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-6/+6
2016-01-14block: pass block dev not num to read/write/erase()Stephen Warren1-4/+8
2014-01-09sandbox: block driver using host file/device as backing storeHenrik Nordström1-0/+124