On Fri, Mar 14, 2025 at 12:08:55PM +0800, dinesh.mani...@altera.com wrote: > From: Dinesh Maniyam <dinesh.mani...@altera.com> > > Add s simple test for the I3C uclass in sandbox. > > Signed-off-by: Dinesh Maniyam <dinesh.mani...@altera.com> [snip] > diff --git a/drivers/i3c/sandbox_i3c.c b/drivers/i3c/sandbox_i3c.c > new file mode 100755 > index 00000000000..99ce769988d > --- /dev/null > +++ b/drivers/i3c/sandbox_i3c.c > @@ -0,0 +1,58 @@ > +// SPDX-License-Identifier: GPL-2.0 > +/* > + * Copyright (C) 2025 Altera Corporation <www.altera.com> > + */ > + > +#include <dm.h> > +#include <errno.h> > +#include <i3c.h> > +#include <linux/i3c/master.h> > + > +DECLARE_GLOBAL_DATA_PTR;
Here and elsewhere in the series, audit for adding DECLARE_GLOBAL_DATA_PTR without a "gd->" in the code. -- Tom
signature.asc
Description: PGP signature