]> git.ipfire.org Git - thirdparty/u-boot.git/commit
drivers: i3c: Add i3c uclass driver.
authorDinesh Maniyam <dinesh.maniyam@altera.com>
Wed, 6 Aug 2025 04:32:26 +0000 (12:32 +0800)
committerHeiko Schocher <hs@denx.de>
Wed, 6 Aug 2025 06:37:34 +0000 (08:37 +0200)
commite49a513760893082313b8369dc7b08f98f1055e6
tree939ee696af23e16dfe546f58790090f3b6b5e857
parent1009c96f1590e1cd1938ab4607eeaf0d8cc485f2
drivers: i3c: Add i3c uclass driver.

Enable i3c general uclass driver. This uclass driver will have
genaral read and write api to call the specific i3c driver.

Signed-off-by: Dinesh Maniyam <dinesh.maniyam@altera.com>
doc/api/i3c.rst [new file with mode: 0644]
doc/api/index.rst
drivers/i3c/i3c-uclass.c [new file with mode: 0644]
include/dw-i3c.h
include/i3c.h [new file with mode: 0644]