2023-03-02 16:18:32

by Andy Shevchenko

[permalink] [raw]
Subject: [PATCH v1 1/1] i3c: Correct reference to the I²C device data type

I²C peripheral devices that are connected to the controller are
represented in the Linux kernel as objects of the struct i2c_client.
Fix this in the header file.

Signed-off-by: Andy Shevchenko <[email protected]>
---
include/linux/i3c/master.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/linux/i3c/master.h b/include/linux/i3c/master.h
index 604a126b78c8..a12cda9dc715 100644
--- a/include/linux/i3c/master.h
+++ b/include/linux/i3c/master.h
@@ -22,9 +22,10 @@
#define I3C_BROADCAST_ADDR 0x7e
#define I3C_MAX_ADDR GENMASK(6, 0)

+struct i2c_client;
+
struct i3c_master_controller;
struct i3c_bus;
-struct i2c_device;
struct i3c_device;

/**
--
2.39.1



2023-03-13 13:41:53

by Alexandre Belloni

[permalink] [raw]
Subject: Re: [PATCH v1 1/1] i3c: Correct reference to the I²C device data type


On Thu, 02 Mar 2023 18:12:06 +0200, Andy Shevchenko wrote:
> I?C peripheral devices that are connected to the controller are
> represented in the Linux kernel as objects of the struct i2c_client.
> Fix this in the header file.
>
>

Applied, thanks!

[1/1] i3c: Correct reference to the I?C device data type
commit: ce48f955860db841eeb4bcf9bb973ea3ef177b3a

Best regards,

--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com