Age | Commit message (Expand) | Author |
---|---|---|
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 |