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
/
disk
/
disk-uclass.c
Age
Commit message (
Expand
)
Author
2024-05-06
part: Remove <common.h> and add needed includes
Tom Rini
2023-08-22
disk: Move part_create_block_devices() to blk uclass
Marek Vasut
2023-08-22
disk: Switch part_blk_*() functions to disk_blk_*()
Marek Vasut
2023-08-22
disk: Extend disk_blk_part_validate() with range checking
Marek Vasut
2023-08-22
disk: Handle partition to block device offset conversion
Marek Vasut
2023-08-22
disk: Simplify disk_blk_{write, erase}() using blk_{write, erase}()
Marek Vasut
2023-08-22
disk: Simplify disk_blk_read() using blk_read()
Marek Vasut
2023-08-22
disk: Drop always true conditional check
Marek Vasut
2022-10-31
disk: Rename block_dev to desc
Simon Glass
2022-10-31
disk: Rename block functions
Simon Glass
2022-09-25
blk: Rename if_type to uclass_id
Simon Glass
2022-09-16
blk: Rename HAVE_BLOCK_DEVICE
Simon Glass
2022-07-02
disk: honor CONFIG_SYS_64BIT_LBA
Heinrich Schuchardt
2022-04-23
dm: disk: add read/write interfaces with udevice
AKASHI Takahiro
2022-04-23
dm: disk: add UCLASS_PARTITION
AKASHI Takahiro