]> git.baikalelectronics.ru Git - uboot.git/commit
dm: disk: add UCLASS_PARTITION
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 19 Apr 2022 01:05:09 +0000 (10:05 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 23 Apr 2022 20:05:41 +0000 (22:05 +0200)
commitcc7835533d1e0fe5bc23f804640907aa034ace0f
tree02cc726f5c18ca426a77453e411660da5383e2eb
parent851bc67ea8bbb2e0db2f52dd55e21d498fa55645
dm: disk: add UCLASS_PARTITION

NOTE: probably we have to update config dependencies,
in particular, SPL/TPL_PRINTF?

With this new function, UCLASS_PARTITION devices will be created as
child nodes of UCLASS_BLK device.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
disk/Makefile
disk/disk-uclass.c [new file with mode: 0644]
include/dm/uclass-id.h
include/part.h