Hi Arijitm > I am a new contributor and am looking to gain initial experience in > contributing to the Linux kernel. Welcome! Enjoy the hacking, it is fun. > 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. Frankly, I am not sure it makes something clearer because I myself don't know what you actually mean. You only need to enable a driver for a target once in menuconfig. If you have such targets on multiple busses, then the driver will be reused. You just need to enable it once. Or? All the best, Wolfram