Hi, On Mon, Jun 19, 2023 at 06:37:32PM +0300, Svyatoslav Ryhel wrote: > From: Michał Mirosław <mirq-linux@xxxxxxxxxxxx> > > Implement driver for hot-plugged I2C busses, where some devices on > a bus are hot-pluggable and their presence is indicated by GPIO line. > > Co-developed-by: Ion Agorria <ion@xxxxxxxxxxx> > Signed-off-by: Ion Agorria <ion@xxxxxxxxxxx> > Signed-off-by: Michał Mirosław <mirq-linux@xxxxxxxxxxxx> > Signed-off-by: Svyatoslav Ryhel <clamor95@xxxxxxxxx> > --- > drivers/i2c/Kconfig | 11 ++ > drivers/i2c/Makefile | 1 + > drivers/i2c/i2c-hotplug-gpio.c | 266 +++++++++++++++++++++++++++++++++ > 3 files changed, 278 insertions(+) > create mode 100644 drivers/i2c/i2c-hotplug-gpio.c without going through the code I am missing the big picture here. What is this actually doing? Is this a new bus driver support? Is this a feature to existing drivers? Is the GPIO an irq line for signalling hoplugging and can be used by any driver or just this one? Without further discussing technicalities, can you please explain better and more in detail what is the scope of this patch, why there is a need for such a patch, how this new driver/feature has been implemented and finally how it can be used. This would help a lot so that I know already beforehand what I am going to read without figuring it out. Thanks, Andi PS Please notice that my set of questions is even longer than your commit log :)