linux-i3c.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 1/1] i3c: Correct reference to the I²C device data type
@ 2023-03-02 16:12 Andy Shevchenko
  2023-03-13 13:41 ` Alexandre Belloni
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Shevchenko @ 2023-03-02 16:12 UTC (permalink / raw)
  To: Andy Shevchenko, linux-i3c, linux-kernel; +Cc: Alexandre Belloni

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 <andriy.shevchenko@linux.intel.com>
---
 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


-- 
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v1 1/1] i3c: Correct reference to the I²C device data type
  2023-03-02 16:12 [PATCH v1 1/1] i3c: Correct reference to the I²C device data type Andy Shevchenko
@ 2023-03-13 13:41 ` Alexandre Belloni
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Belloni @ 2023-03-13 13:41 UTC (permalink / raw)
  To: linux-i3c, linux-kernel, Andy Shevchenko


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

-- 
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-13 13:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-02 16:12 [PATCH v1 1/1] i3c: Correct reference to the I²C device data type Andy Shevchenko
2023-03-13 13:41 ` Alexandre Belloni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).