diff mbox series

i2c: docs: Clarify I2C controller and target driver requirements

Message ID CALDPgrtrsa1AzkW0G=z6YCyfuNF3XVMAjfaTnEhf_432THJOPQ@mail.gmail.com
State New
Headers show
Series i2c: docs: Clarify I2C controller and target driver requirements | expand

Commit Message

Arijit Kumar Das April 1, 2025, 4:49 p.m. UTC
From: Arijit Kumar Das <arijitkdgit.official@gmail.com>

Hi Wolfram,

I am a new contributor and am looking to gain initial experience in
contributing to the Linux kernel.

This patch improves the I2C documentation by clarifying that each I2C
controller requires separate drivers for its targets. I believe this
small addition makes the documentation clearer for new developers.

Please review and let me know if any modifications are needed.

Thanks,
Arijit

---

Documentation/i2c/summary.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--------

--
2.43.0
diff mbox series

Patch

From 6e4fddc48576f2431729ea4a385156c8c04623d1 Mon Sep 17 00:00:00 2001
From: Arijit Kumar Das <arijitkdgit.official@gmail.com>
Date: Tue, 1 Apr 2025 20:48:28 +0530
Subject: [PATCH] Added a small clarification about I2C controller & I2C
 targets drivers

---
 Documentation/i2c/summary.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/i2c/summary.rst b/Documentation/i2c/summary.rst
index 579a1c7df200..caca33aae79a 100644
--- a/Documentation/i2c/summary.rst
+++ b/Documentation/i2c/summary.rst
@@ -60,7 +60,7 @@  video-related chips.
 
 For the example configuration in the figure above, you will need one driver for
 the I2C controller, and drivers for your I2C targets. Usually one driver for
-each target.
+each target is required for every I2C controller.
 
 Synonyms
 --------
-- 
2.43.0