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
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
2023-04-27
ide: Move ide_init() into probing
Simon Glass
2023-04-27
ide: Use mdelay() for long delays
Simon Glass
2023-04-27
ide: Move ATA_CURR_BASE to C file
Simon Glass
2023-04-05
blk: blkmap: Add linear device mapping support
Tobias Waldekranz
2023-04-05
blk: blkmap: Add memory mapping support
Tobias Waldekranz
2023-04-05
blk: blkmap: Add basic infrastructure
Tobias Waldekranz
2023-01-23
bootstd: Add a new pre-scan priority for bootdevs
Simon Glass
2023-01-23
bootstd: Add an IDE bootdev
Simon Glass
2023-01-23
ide: Drop non-DM code for BLK
Simon Glass
2022-11-07
dm: blk: Add probe in blk_first_device/blk_next_device
Michal Suchanek
2022-11-07
dm: sandbox: Switch over to using the new host uclass
Simon Glass
2022-11-07
dm: sandbox: Create a block driver
Simon Glass
2022-11-07
dm: sandbox: Create a new HOST uclass
Simon Glass
2022-11-07
dm: blk: Tidy up obtaining a block device from its parent
Simon Glass
2022-11-07
dm: test: Clear the block cache after running a test
Simon Glass
2022-11-07
dm: sandbox: Drop non-BLK code from host implementation
Simon Glass
2022-10-31
dm: blk: mmc: Tidy up some Makefile rules for SPL
Simon Glass
2022-10-31
dm: blk: Add udevice functions
Simon Glass
2022-10-17
dm: blk: Do not use uclass_next_device_err
Michal Suchanek
2022-09-25
blk: Rename if_type to uclass_id
Simon Glass
2022-09-18
cyclic: Use schedule() instead of WATCHDOG_RESET()
Stefan Roese
2022-09-16
blk: Drop if_type
Simon Glass
[next]