~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* dm: sandbox: Switch over to using the new host uclassSimon Glass2022-11-07
* dm: sandbox: Drop non-BLK code from host implementationSimon Glass2022-11-07
* blk: Rename if_type to uclass_idSimon Glass2022-09-25
* blk: Switch over to using uclass IDsSimon Glass2022-09-16
* sandbox: Open host file for read-only access if neededSimon Glass2022-03-18
* sandbox: Drop CONFIG_HOST_MAX_DEVICESSimon Glass2021-12-05
* sandbox: Provide a way to bind fixed/removeable devicesSimon Glass2021-03-27
* sandbox: host bind must close file descriptorHeinrich Schuchardt2021-03-03
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* sandbox: fill block device meta informationHeinrich Schuchardt2021-01-30
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-13
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-13
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-13
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-05
* blk: Call part_init() in the post_probe() methodBin Meng2018-11-14
* sandbox: blk: Switch to use platdata_auto_alloc_size for the driver dataBin Meng2018-11-14
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* blk: dm: make blk_create_device() take a number of block instead of a sizeJean-Jacques Hiblot2017-09-11
* dm: core: Add flags parameter to device_remove()Stefan Roese2017-04-04
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23
* dm: sandbox: Drop the host_get_dev() functionSimon Glass2016-05-17
* dm: sandbox: Add a legacy host block interfaceSimon Glass2016-05-17
* Revert "dm: sandbox: Drop the pre-DM host implementation"Simon Glass2016-05-17
* dm: sandbox: Drop the pre-DM host implementationSimon Glass2016-03-17
* dm: sandbox: Add driver-model block-device support for sandboxSimon Glass2016-03-14
* dm: sandbox: Prepare block driver for driver-model conversionSimon Glass2016-03-14
* dm: block: Rename device number member dev to devnumSimon Glass2016-03-14
* dm: part: Rename some partition functionsSimon Glass2016-03-14
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-14
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-13
* sandbox: block driver using host file/device as backing storeHenrik Nordström2014-01-08