[PATCH 09/10] cmd: Add i3c command support.

Maniyam, Dinesh dinesh.maniyam at intel.com
Wed Feb 19 03:59:12 CET 2025



> -----Original Message-----
> From: Simon Glass <sjg at chromium.org>
> Sent: Tuesday, 18 February 2025 9:29 pm
> To: Maniyam, Dinesh <dinesh.maniyam at intel.com>
> Cc: u-boot at lists.denx.de; Marek <marex at denx.de>; Simon Goldschmidt
> <simon.k.r.goldschmidt at gmail.com>; Tom Rini <trini at konsulko.com>; Ilias
> Apalodimas <ilias.apalodimas at linaro.org>; Heinrich Schuchardt
> <xypron.glpk at gmx.de>; Jerome Forissier <jerome.forissier at linaro.org>; Mattijs
> Korpershoek <mkorpershoek at baylibre.com>; Ibai Erkiaga <ibai.erkiaga-
> elorza at amd.com>; Michal Simek <michal.simek at amd.com>; Dmitry Rokosov
> <ddrokosov at salutedevices.com>; Jonas Karlman <jonas at kwiboo.se>; Sebastian
> Reichel <sebastian.reichel at collabora.com>; Wang Jie <dave.wang at rock-
> chips.com>; Meng, Tingting <tingting.meng at intel.com>; Chee, Tien Fong
> <tien.fong.chee at intel.com>; Hea, Kok Kiang <kok.kiang.hea at intel.com>; Ng,
> Boon Khai <boon.khai.ng at intel.com>; Yuslaimi, Alif Zakuan
> <alif.zakuan.yuslaimi at intel.com>; Zamri, Muhammad Hazim Izzat
> <muhammad.hazim.izzat.zamri at intel.com>; Lim, Jit Loon
> <jit.loon.lim at intel.com>; Tang, Sieu Mun <sieu.mun.tang at intel.com>
> Subject: Re: [PATCH 09/10] cmd: Add i3c command support.
> 
> 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

Noted, will add the doc/usage/cmd  and simple test for this new i3c command support in v2.

Regards
Dinesh


More information about the U-Boot mailing list