index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
sandbox.c
Age
Commit message (
Expand
)
Author
2026-02-17
treewide: Clean up DECLARE_GLOBAL_DATA_PTR usage
Peng Fan
2025-07-11
block: sandbox: Add support for SYS_64BIT_LBA
Tom Rini
2024-08-09
sandbox: Return error code from read/write/seek
Simon Glass
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
block: Remove <common.h> and add needed includes
Tom Rini
2022-11-07
dm: sandbox: Switch over to using the new host uclass
Simon Glass
2022-11-07
dm: sandbox: Drop non-BLK code from host implementation
Simon Glass
2022-09-25
blk: Rename if_type to uclass_id
Simon Glass
2022-09-16
blk: Switch over to using uclass IDs
Simon Glass
2022-03-18
sandbox: Open host file for read-only access if needed
Simon Glass
2021-12-05
sandbox: Drop CONFIG_HOST_MAX_DEVICES
Simon Glass
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