[resend v2 06/13] drivers: i3c: Add i3c sandbox simple test.
Tom Rini
trini at konsulko.com
Fri Mar 14 17:53:23 CET 2025
On Fri, Mar 14, 2025 at 12:08:55PM +0800, dinesh.maniyam at altera.com wrote:
> From: Dinesh Maniyam <dinesh.maniyam at altera.com>
>
> Add s simple test for the I3C uclass in sandbox.
>
> Signed-off-by: Dinesh Maniyam <dinesh.maniyam at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20250314/c9d00d42/attachment.sig>
More information about the U-Boot
mailing list