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
/
cmd
/
blk_common.c
Age
Commit message (
Expand
)
Author
2023-10-10
cmd: blk_common: Stop using hard-coded block size for Sandbox operations
Bin Meng
2023-10-10
cmd: blk_common: Use macros for the return values
Bin Meng
2023-04-05
cmd: blk: Allow generic read/write operations to work in sandbox
Tobias Waldekranz
2022-09-25
blk: Rename if_type to uclass_id
Simon Glass
2022-09-16
blk: Drop if_type
Simon Glass
2021-08-02
global: Convert simple_strtoul() with decimal to dectoul()
Simon Glass
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-01-16
cmd/blk_common: clarify no partition error message
Alexandre Besnard
2019-12-03
blk: Make use of CONFIG_HAVE_BLOCK_DEVICE more
Tom Rini
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-02-08
Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig
Adam Ford
2017-11-29
cmd: blk: remove unreachable code
Heinrich Schuchardt
2017-09-15
cmd: blk: Use LBAFU in the common block command
Bin Meng
2017-08-17
dm: blk: Add a generic function for block device commands
Simon Glass