]> git.ipfire.org Git - thirdparty/u-boot.git/commit
cmd: Add i3c command support.
authorDinesh Maniyam <dinesh.maniyam@altera.com>
Wed, 6 Aug 2025 04:32:32 +0000 (12:32 +0800)
committerHeiko Schocher <hs@denx.de>
Wed, 6 Aug 2025 06:41:30 +0000 (08:41 +0200)
commitb875409da7370a9dc4e1abbaf40fa33c6717e854
treedf7ec1a2c5c43197f47b21a415fedf748142eb1e
parent82cc368cd2b3bc8664d7e12f4f87af49c1783237
cmd: Add i3c command support.

Add i3c command file to support select, get i3c device
target list, read and write operation.

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