index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
sandbox.c
Age
Commit message (
Expand
)
Author
2021-03-27
sandbox: Provide a way to bind fixed/removeable devices
Simon Glass
2021-03-03
sandbox: host bind must close file descriptor
Heinrich Schuchardt
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-01-30
sandbox: fill block device meta information
Heinrich Schuchardt
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2018-11-14
blk: Call part_init() in the post_probe() method
Bin Meng
2018-11-14
sandbox: blk: Switch to use platdata_auto_alloc_size for the driver data
Bin Meng
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-09-11
blk: dm: make blk_create_device() take a number of block instead of a size
Jean-Jacques Hiblot
2017-04-04
dm: core: Add flags parameter to device_remove()
Stefan Roese
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-05-17
dm: sandbox: Drop the host_get_dev() function
Simon Glass
2016-05-17
dm: sandbox: Add a legacy host block interface
Simon Glass
2016-05-17
Revert "dm: sandbox: Drop the pre-DM host implementation"
Simon Glass
2016-03-17
dm: sandbox: Drop the pre-DM host implementation
Simon Glass
2016-03-14
dm: sandbox: Add driver-model block-device support for sandbox
Simon Glass
2016-03-14
dm: sandbox: Prepare block driver for driver-model conversion
Simon Glass
2016-03-14
dm: block: Rename device number member dev to devnum
Simon Glass
2016-03-14
dm: part: Rename some partition functions
Simon Glass
2016-03-14
dm: Drop the block_dev_desc_t typedef
Simon Glass
2016-01-13
block: pass block dev not num to read/write/erase()
Stephen Warren
2014-01-08
sandbox: block driver using host file/device as backing store
Henrik Nordström