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
Age
Commit message (
Expand
)
Author
2024-02-06
blk: host_dev: Fix error code in host_sb_attach_file()
Dan Carpenter
2023-11-18
blk: blkmap: add ramdisk creation utility function
Masahisa Kojima
2023-11-16
blk: Drop reference to DM_SPL
Simon Glass
2023-11-07
block: rkmtd: select CONFIG_RANDOM_UUID explicitly
AKASHI Takahiro
2023-10-24
rockchip: block: blk-uclass: add bounce buffer flag to blk_desc
Johan Jonker
2023-10-24
rockchip: block: add rkmtd class and drivers
Johan Jonker
2023-10-24
rockchip: dm: prepare rkmtd UCLASS
Johan Jonker
2023-10-10
dm: blk: Drop blk_{read,write}_devnum()
Bin Meng
2023-10-10
dm: blk: Rename get_desc() and make it externally visible
Bin Meng
2023-10-10
blk: blkmap: Support mapping to device of any block size
Bin Meng
2023-10-10
blk: blkmap: Make bind/unbind routines static
Bin Meng
2023-10-10
blk: host_dev: Sanity check on the size of host backing file
Bin Meng
2023-10-10
blk: host_dev: Make host_sb_detach_file() and host_sb_ops static
Bin Meng
2023-10-10
blk: sandbox: Support binding a device with a given logical block size
Bin Meng
2023-10-10
blk: Use a macro for the typical block size
Bin Meng
2023-09-14
blkcache: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
2023-08-22
blk: Add bounce buffer support to read/write operations
Marek Vasut
2023-08-22
disk: Make blk_get_ops() internal to blk uclass
Marek Vasut
2023-08-22
disk: Move part_create_block_devices() to blk uclass
Marek Vasut
2023-08-21
Merge tag 'v2023.10-rc3' into next
Tom Rini
2023-08-09
bootstd: Correct creating of bootdev sibling
Simon Glass
2023-08-09
Kconfigs: Correct default of "0" on hex type entries
Tom Rini
2023-06-19
spl: blk: Support loading images from fs
Mayuresh Chitale
2023-04-28
sandbox: fix return type of os_filesize()
Heinrich Schuchardt
2023-04-27
drivers/mtd/nvmxip: introduce NVM XIP block storage emulation
Abdellatif El Khlifi
2023-04-27
ide: Make use of U-Boot types
Simon Glass
2023-04-27
ide: Simplify expressions and hex values
Simon Glass
2023-04-27
ide: Convert to use log_debug()
Simon Glass
2023-04-27
ide: Tidy up ide_reset()
Simon Glass
2023-04-27
ide: Correct LBA setting
Simon Glass
2023-04-27
ide: Use a single local blk_desc for ide_ident()
Simon Glass
2023-04-27
ide: Move all blk_desc init into ide_ident()
Simon Glass
2023-04-27
ide: Make ide_ident() return an error code
Simon Glass
2023-04-27
ide: Use desc consistently for struct blk_desc
Simon Glass
2023-04-27
ide: Combine the two loops in ide_probe()
Simon Glass
2023-04-27
ide: Move ide_init() entirely within ide_probe()
Simon Glass
2023-04-27
ide: Move setting of vendor strings into ide_probe()
Simon Glass
2023-04-27
ide: Make ide_bus_ok a local variable
Simon Glass
2023-04-27
ide: Move bus init into a function
Simon Glass
2023-04-27
ide: Avoid preprocessor for CONFIG_LBA48
Simon Glass
2023-04-27
ide: Avoid preprocessor for CONFIG_ATAPI
Simon Glass
2023-04-27
ide: Simplify success condition
Simon Glass
2023-04-27
ide: Refactor confusing loop code
Simon Glass
2023-04-27
ide: Change the retries variable
Simon Glass
2023-04-27
ide: Make function static
Simon Glass
2023-04-27
ide: Correct use of ATAPI
Simon Glass
2023-04-27
ide: Create a prototype for ide_set_reset()
Simon Glass
2023-04-27
ide: Drop weak functions
Simon Glass
2023-04-27
ide: Move a few functions further up the file
Simon Glass
2023-04-27
ide: Drop ide_device_present()
Simon Glass
[next]