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(-)
@@ -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
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