index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
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