[PATCH 09/10] cmd: Add i3c command support.
Simon Glass
sjg at chromium.org
Tue Feb 18 14:29:21 CET 2025
Hi Dinesh,
On Mon, 17 Feb 2025 at 19:58, <dinesh.maniyam at intel.com> wrote:
>
> From: Dinesh Maniyam <dinesh.maniyam at intel.com>
>
> Add i3c command file to support select, get i3c device
> target list, read and write operation.
>
> Signed-off-by: Dinesh Maniyam <dinesh.maniyam at intel.com>
> ---
> cmd/i3c.c | 193 +++++++++++++++++++++++++++++
> drivers/i3c/master/dw-i3c-master.c | 35 +++++-
> include/dw-i3c.h | 2 +
> include/i3c.h | 4 +
> 4 files changed, 233 insertions(+), 1 deletion(-)
> create mode 100644 cmd/i3c.c
Please can you add doc/usage/cmd in this patch?
Ideally there should be a simple test of the command too, like
test/dm/acpi.c or the things in test/cmd/
Regards,
SImon
More information about the U-Boot
mailing list