index
:
u-boot/u-boot.git
DBG/clk-support-arbitrary-clk_register-sequence
WIP/06Jul2026
master
next
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Das U-Boot Source Tree
DENX
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
disk
/
disk-uclass.c
Age
Commit message (
Expand
)
Author
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-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