* [PATCH v5 0/2] MAINTAINERS: update ADI IIO entry and drop unmaintain drivers @ 2026-05-07 17:51 Sanjay Chitroda 2026-05-07 17:51 ` [PATCH v5 1/2] MAINTAINERS: Update Analog Devices IIO drivers entry Sanjay Chitroda 2026-05-07 17:51 ` [PATCH v5 2/2] MAINTAINERS: remove unmaintained ADI IIO entries Sanjay Chitroda 0 siblings, 2 replies; 6+ messages in thread From: Sanjay Chitroda @ 2026-05-07 17:51 UTC (permalink / raw) To: jic23 Cc: dlechner, nuno.sa, andy, sanjayembeddedse, linux-iio, lars, linux-kernel From: Sanjay Chitroda <sanjayembeddedse@gmail.com> Hi all, Following suggestion from Jonathan and ack from Nuno, prepare change to add linux@analog.com list to has always valid coverage for ADI IIO drivers and add Nuno as maintainer to oversight the same. Additionally, following confirmation from Cosmin remove ADI IIO specific driver entries where there is no alternate active maintainer(s)/reviewer(s). Changes in v5: - Add Nuno as maintainer for ADI IIO entry - drop entry where there is no active maintainer/reviewer - v4 link -> https://lore.kernel.org/all/20260430190642.3434650-1-sanjayembedded@gmail.com/ Changes in v4: - Use ANALOG DEVICES INC IIO entry to catch all entry of drivers where there is no explicit maintainer then drop that redundant entry - Prepare series of change(s) as suggseted by Jonathan - v3 link -> https://lore.kernel.org/all/20260421165856.2245598-1-sanjayembedded@gmail.com/ Changes in v3: - Following input from Nuno and confirmation from Jonathan, replacing domain specific maintainer with mailing list. - v1 link -> https://lore.kernel.org/all/20260418211336.1800221-1-sanjayembedded@gmail.com/ Thanks, Sanjay Chitroda Sanjay Chitroda (2): MAINTAINERS: Update Analog Devices IIO drivers entry MAINTAINERS: remove unmaintained ADI IIO entries MAINTAINERS | 38 +++----------------------------------- 1 file changed, 3 insertions(+), 35 deletions(-) base-commit: 39b80c5c9830d12d2d6531059001301c4265322a -- 2.34.1 ^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH v5 1/2] MAINTAINERS: Update Analog Devices IIO drivers entry 2026-05-07 17:51 [PATCH v5 0/2] MAINTAINERS: update ADI IIO entry and drop unmaintain drivers Sanjay Chitroda @ 2026-05-07 17:51 ` Sanjay Chitroda 2026-05-08 12:31 ` Jonathan Cameron 2026-05-07 17:51 ` [PATCH v5 2/2] MAINTAINERS: remove unmaintained ADI IIO entries Sanjay Chitroda 1 sibling, 1 reply; 6+ messages in thread From: Sanjay Chitroda @ 2026-05-07 17:51 UTC (permalink / raw) To: jic23 Cc: dlechner, nuno.sa, andy, sanjayembeddedse, linux-iio, lars, linux-kernel From: Sanjay Chitroda <sanjayembeddedse@gmail.com> Lars-Peter Clausen is currently busy and is therefore removed from the ANALOG DEVICES INC IIO DRIVERS entry, with input from Jonathan. Add Analog Devices mailing list as contact and Nuno Sá as maintainer for the ANALOG DEVICES INC IIO DRIVERS entry for coverage support. Suggested-by: Jonathan Cameron <jonathan.cameron@huawei.com> Acked-by: Nuno Sá <nuno.sa@analog.com> Signed-off-by: Sanjay Chitroda <sanjayembeddedse@gmail.com> --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index bc42e1cacd6b..86b2520d18fc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1861,8 +1861,9 @@ W: https://ez.analog.com/linux-software-drivers F: drivers/dma/dma-axi-dmac.c ANALOG DEVICES INC IIO DRIVERS -M: Lars-Peter Clausen <lars@metafoo.de> +M: Nuno Sá <nuno.sa@analog.com> M: Michael Hennerich <Michael.Hennerich@analog.com> +L: linux@analog.com S: Supported W: http://wiki.analog.com/ W: https://ez.analog.com/linux-software-drivers -- 2.34.1 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH v5 1/2] MAINTAINERS: Update Analog Devices IIO drivers entry 2026-05-07 17:51 ` [PATCH v5 1/2] MAINTAINERS: Update Analog Devices IIO drivers entry Sanjay Chitroda @ 2026-05-08 12:31 ` Jonathan Cameron 0 siblings, 0 replies; 6+ messages in thread From: Jonathan Cameron @ 2026-05-08 12:31 UTC (permalink / raw) To: Sanjay Chitroda; +Cc: dlechner, nuno.sa, andy, linux-iio, lars, linux-kernel On Thu, 7 May 2026 23:21:31 +0530 Sanjay Chitroda <sanjayembeddedse@gmail.com> wrote: > From: Sanjay Chitroda <sanjayembeddedse@gmail.com> > > Lars-Peter Clausen is currently busy and is therefore removed from the > ANALOG DEVICES INC IIO DRIVERS entry, with input from Jonathan. > > Add Analog Devices mailing list as contact and Nuno Sá as maintainer > for the ANALOG DEVICES INC IIO DRIVERS entry for coverage support. > > Suggested-by: Jonathan Cameron <jonathan.cameron@huawei.com> > Acked-by: Nuno Sá <nuno.sa@analog.com> > Signed-off-by: Sanjay Chitroda <sanjayembeddedse@gmail.com> Lars, assuming you are fine with this do you also want an entry in CREDITS given your hard work on this all those years ago? Whilst I feel one would certainly be appropriate entirely up to you if you want one ;) J > --- > MAINTAINERS | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index bc42e1cacd6b..86b2520d18fc 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1861,8 +1861,9 @@ W: https://ez.analog.com/linux-software-drivers > F: drivers/dma/dma-axi-dmac.c > > ANALOG DEVICES INC IIO DRIVERS > -M: Lars-Peter Clausen <lars@metafoo.de> > +M: Nuno Sá <nuno.sa@analog.com> > M: Michael Hennerich <Michael.Hennerich@analog.com> > +L: linux@analog.com > S: Supported > W: http://wiki.analog.com/ > W: https://ez.analog.com/linux-software-drivers ^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH v5 2/2] MAINTAINERS: remove unmaintained ADI IIO entries 2026-05-07 17:51 [PATCH v5 0/2] MAINTAINERS: update ADI IIO entry and drop unmaintain drivers Sanjay Chitroda 2026-05-07 17:51 ` [PATCH v5 1/2] MAINTAINERS: Update Analog Devices IIO drivers entry Sanjay Chitroda @ 2026-05-07 17:51 ` Sanjay Chitroda 2026-05-07 18:24 ` Marcelo Schmitt 1 sibling, 1 reply; 6+ messages in thread From: Sanjay Chitroda @ 2026-05-07 17:51 UTC (permalink / raw) To: jic23 Cc: dlechner, nuno.sa, andy, sanjayembeddedse, linux-iio, lars, linux-kernel From: Sanjay Chitroda <sanjayembeddedse@gmail.com> The listed maintainer analog domain email for Cosmin Tanislav is no longer valid, and he would no longer maintain this driver(s). Drop affected driver entries that no longer have an active maintainer or reviewer. The existing "ANALOG DEVICES INC IIO DRIVERS" entry already covers the corresponding files, so no coverage is lost. Signed-off-by: Sanjay Chitroda <sanjayembeddedse@gmail.com> --- MAINTAINERS | 35 +---------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 86b2520d18fc..6f8b61d66f6a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -632,14 +632,6 @@ F: drivers/iio/accel/adxl355_core.c F: drivers/iio/accel/adxl355_i2c.c F: drivers/iio/accel/adxl355_spi.c -ADXL367 THREE-AXIS DIGITAL ACCELEROMETER DRIVER -M: Cosmin Tanislav <cosmin.tanislav@analog.com> -L: linux-iio@vger.kernel.org -S: Supported -W: https://ez.analog.com/linux-software-drivers -F: Documentation/devicetree/bindings/iio/accel/adi,adxl367.yaml -F: drivers/iio/accel/adxl367* - ADXL371/ADXL372 THREE-AXIS DIGITAL ACCELEROMETER DRIVER M: Michael Hennerich <michael.hennerich@analog.com> M: Marcelo Schmitt <marcelo.schmitt@analog.com> @@ -1451,15 +1443,6 @@ W: https://ez.analog.com/linux-software-drivers F: Documentation/devicetree/bindings/iio/adc/adi,ad4080.yaml F: drivers/iio/adc/ad4080.c -ANALOG DEVICES INC AD4130 DRIVER -M: Cosmin Tanislav <cosmin.tanislav@analog.com> -L: linux-iio@vger.kernel.org -S: Supported -W: https://ez.analog.com/linux-software-drivers -F: Documentation/ABI/testing/sysfs-bus-iio-adc-ad4130 -F: Documentation/devicetree/bindings/iio/adc/adi,ad4130.yaml -F: drivers/iio/adc/ad4130.c - ANALOG DEVICES INC AD4134 DRIVER M: Marcelo Schmitt <marcelo.schmitt@analog.com> L: linux-iio@vger.kernel.org @@ -1556,23 +1539,6 @@ W: https://ez.analog.com/linux-software-drivers F: Documentation/devicetree/bindings/iio/dac/adi,ad7293.yaml F: drivers/iio/dac/ad7293.c -ANALOG DEVICES INC AD74115 DRIVER -M: Cosmin Tanislav <cosmin.tanislav@analog.com> -L: linux-iio@vger.kernel.org -S: Supported -W: https://ez.analog.com/linux-software-drivers -F: Documentation/devicetree/bindings/iio/addac/adi,ad74115.yaml -F: drivers/iio/addac/ad74115.c - -ANALOG DEVICES INC AD74413R DRIVER -M: Cosmin Tanislav <cosmin.tanislav@analog.com> -L: linux-iio@vger.kernel.org -S: Supported -W: https://ez.analog.com/linux-software-drivers -F: Documentation/devicetree/bindings/iio/addac/adi,ad74413r.yaml -F: drivers/iio/addac/ad74413r.c -F: include/dt-bindings/iio/addac/adi,ad74413r.h - ANALOG DEVICES INC AD7625 DRIVER M: Michael Hennerich <Michael.Hennerich@analog.com> M: Nuno Sá <nuno.sa@analog.com> @@ -1877,6 +1843,7 @@ F: drivers/iio/*/ad* F: drivers/iio/adc/ltc249* F: drivers/iio/amplifiers/hmc425a.c F: drivers/staging/iio/*/ad* +F: include/dt-bindings/iio/*/adi,* X: drivers/iio/*/adjd* ANALOGBITS PLL LIBRARIES -- 2.34.1 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH v5 2/2] MAINTAINERS: remove unmaintained ADI IIO entries 2026-05-07 17:51 ` [PATCH v5 2/2] MAINTAINERS: remove unmaintained ADI IIO entries Sanjay Chitroda @ 2026-05-07 18:24 ` Marcelo Schmitt 2026-05-08 12:27 ` Jonathan Cameron 0 siblings, 1 reply; 6+ messages in thread From: Marcelo Schmitt @ 2026-05-07 18:24 UTC (permalink / raw) To: Sanjay Chitroda Cc: jic23, dlechner, nuno.sa, andy, linux-iio, lars, linux-kernel Hello, On 05/07, Sanjay Chitroda wrote: > From: Sanjay Chitroda <sanjayembeddedse@gmail.com> > > The listed maintainer analog domain email for Cosmin Tanislav is no > longer valid, and he would no longer maintain this driver(s). I'm fine taking maintainership of the drivers listed below. -M: Cosmin Tanislav <cosmin.tanislav@analog.com> +M: Marcelo Schmitt <marcelo.schmitt@analog.com> Unless it's preferable to drop the entries to shrink the MAINTAINERS file a little bit. By the way, if I get the point of the ADI IIO DRIVERS entry, we will no longer need to add MAINTAINERS entries for new stuff that match ADI IIO DRIVERS regex. Is that correct? Thanks, Marcelo > > Drop affected driver entries that no longer have an active maintainer > or reviewer. The existing "ANALOG DEVICES INC IIO DRIVERS" entry > already covers the corresponding files, so no coverage is lost. > > Signed-off-by: Sanjay Chitroda <sanjayembeddedse@gmail.com> > --- > MAINTAINERS | 35 +---------------------------------- > 1 file changed, 1 insertion(+), 34 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 86b2520d18fc..6f8b61d66f6a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -632,14 +632,6 @@ F: drivers/iio/accel/adxl355_core.c > F: drivers/iio/accel/adxl355_i2c.c > F: drivers/iio/accel/adxl355_spi.c > > -ADXL367 THREE-AXIS DIGITAL ACCELEROMETER DRIVER > -M: Cosmin Tanislav <cosmin.tanislav@analog.com> > -L: linux-iio@vger.kernel.org > -S: Supported > -W: https://ez.analog.com/linux-software-drivers > -F: Documentation/devicetree/bindings/iio/accel/adi,adxl367.yaml > -F: drivers/iio/accel/adxl367* > - > ADXL371/ADXL372 THREE-AXIS DIGITAL ACCELEROMETER DRIVER > M: Michael Hennerich <michael.hennerich@analog.com> > M: Marcelo Schmitt <marcelo.schmitt@analog.com> > @@ -1451,15 +1443,6 @@ W: https://ez.analog.com/linux-software-drivers > F: Documentation/devicetree/bindings/iio/adc/adi,ad4080.yaml > F: drivers/iio/adc/ad4080.c > > -ANALOG DEVICES INC AD4130 DRIVER > -M: Cosmin Tanislav <cosmin.tanislav@analog.com> > -L: linux-iio@vger.kernel.org > -S: Supported > -W: https://ez.analog.com/linux-software-drivers > -F: Documentation/ABI/testing/sysfs-bus-iio-adc-ad4130 > -F: Documentation/devicetree/bindings/iio/adc/adi,ad4130.yaml > -F: drivers/iio/adc/ad4130.c > - > ANALOG DEVICES INC AD4134 DRIVER > M: Marcelo Schmitt <marcelo.schmitt@analog.com> > L: linux-iio@vger.kernel.org > @@ -1556,23 +1539,6 @@ W: https://ez.analog.com/linux-software-drivers > F: Documentation/devicetree/bindings/iio/dac/adi,ad7293.yaml > F: drivers/iio/dac/ad7293.c > > -ANALOG DEVICES INC AD74115 DRIVER > -M: Cosmin Tanislav <cosmin.tanislav@analog.com> > -L: linux-iio@vger.kernel.org > -S: Supported > -W: https://ez.analog.com/linux-software-drivers > -F: Documentation/devicetree/bindings/iio/addac/adi,ad74115.yaml > -F: drivers/iio/addac/ad74115.c > - > -ANALOG DEVICES INC AD74413R DRIVER > -M: Cosmin Tanislav <cosmin.tanislav@analog.com> > -L: linux-iio@vger.kernel.org > -S: Supported > -W: https://ez.analog.com/linux-software-drivers > -F: Documentation/devicetree/bindings/iio/addac/adi,ad74413r.yaml > -F: drivers/iio/addac/ad74413r.c > -F: include/dt-bindings/iio/addac/adi,ad74413r.h > - > ANALOG DEVICES INC AD7625 DRIVER > M: Michael Hennerich <Michael.Hennerich@analog.com> > M: Nuno Sá <nuno.sa@analog.com> > @@ -1877,6 +1843,7 @@ F: drivers/iio/*/ad* > F: drivers/iio/adc/ltc249* > F: drivers/iio/amplifiers/hmc425a.c > F: drivers/staging/iio/*/ad* > +F: include/dt-bindings/iio/*/adi,* > X: drivers/iio/*/adjd* > > ANALOGBITS PLL LIBRARIES > -- > 2.34.1 > > ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v5 2/2] MAINTAINERS: remove unmaintained ADI IIO entries 2026-05-07 18:24 ` Marcelo Schmitt @ 2026-05-08 12:27 ` Jonathan Cameron 0 siblings, 0 replies; 6+ messages in thread From: Jonathan Cameron @ 2026-05-08 12:27 UTC (permalink / raw) To: Marcelo Schmitt Cc: Sanjay Chitroda, dlechner, nuno.sa, andy, linux-iio, lars, linux-kernel On Thu, 7 May 2026 15:24:53 -0300 Marcelo Schmitt <marcelo.schmitt1@gmail.com> wrote: > Hello, > > On 05/07, Sanjay Chitroda wrote: > > From: Sanjay Chitroda <sanjayembeddedse@gmail.com> > > > > The listed maintainer analog domain email for Cosmin Tanislav is no > > longer valid, and he would no longer maintain this driver(s). > > I'm fine taking maintainership of the drivers listed below. > -M: Cosmin Tanislav <cosmin.tanislav@analog.com> > +M: Marcelo Schmitt <marcelo.schmitt@analog.com> > > Unless it's preferable to drop the entries to shrink the MAINTAINERS file a > little bit. By the way, if I get the point of the ADI IIO DRIVERS entry, we > will no longer need to add MAINTAINERS entries for new stuff that match > ADI IIO DRIVERS regex. Is that correct? Hi Marcelo We don't care about reducing size of Maintainers. Here the aim was just to make sure we didn't orphan stuff! If you are fine taking these ones on that's even better. I'll consider patch 1 for now then and expect an update on this one (either Marcelo or Sanjay can do it as long as I end up with suitable tags). Thanks, Jonathan > > Thanks, > Marcelo > > > > > Drop affected driver entries that no longer have an active maintainer > > or reviewer. The existing "ANALOG DEVICES INC IIO DRIVERS" entry > > already covers the corresponding files, so no coverage is lost. > > > > Signed-off-by: Sanjay Chitroda <sanjayembeddedse@gmail.com> > > --- > > MAINTAINERS | 35 +---------------------------------- > > 1 file changed, 1 insertion(+), 34 deletions(-) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 86b2520d18fc..6f8b61d66f6a 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -632,14 +632,6 @@ F: drivers/iio/accel/adxl355_core.c > > F: drivers/iio/accel/adxl355_i2c.c > > F: drivers/iio/accel/adxl355_spi.c > > > > -ADXL367 THREE-AXIS DIGITAL ACCELEROMETER DRIVER > > -M: Cosmin Tanislav <cosmin.tanislav@analog.com> > > -L: linux-iio@vger.kernel.org > > -S: Supported > > -W: https://ez.analog.com/linux-software-drivers > > -F: Documentation/devicetree/bindings/iio/accel/adi,adxl367.yaml > > -F: drivers/iio/accel/adxl367* > > - > > ADXL371/ADXL372 THREE-AXIS DIGITAL ACCELEROMETER DRIVER > > M: Michael Hennerich <michael.hennerich@analog.com> > > M: Marcelo Schmitt <marcelo.schmitt@analog.com> > > @@ -1451,15 +1443,6 @@ W: https://ez.analog.com/linux-software-drivers > > F: Documentation/devicetree/bindings/iio/adc/adi,ad4080.yaml > > F: drivers/iio/adc/ad4080.c > > > > -ANALOG DEVICES INC AD4130 DRIVER > > -M: Cosmin Tanislav <cosmin.tanislav@analog.com> > > -L: linux-iio@vger.kernel.org > > -S: Supported > > -W: https://ez.analog.com/linux-software-drivers > > -F: Documentation/ABI/testing/sysfs-bus-iio-adc-ad4130 > > -F: Documentation/devicetree/bindings/iio/adc/adi,ad4130.yaml > > -F: drivers/iio/adc/ad4130.c > > - > > ANALOG DEVICES INC AD4134 DRIVER > > M: Marcelo Schmitt <marcelo.schmitt@analog.com> > > L: linux-iio@vger.kernel.org > > @@ -1556,23 +1539,6 @@ W: https://ez.analog.com/linux-software-drivers > > F: Documentation/devicetree/bindings/iio/dac/adi,ad7293.yaml > > F: drivers/iio/dac/ad7293.c > > > > -ANALOG DEVICES INC AD74115 DRIVER > > -M: Cosmin Tanislav <cosmin.tanislav@analog.com> > > -L: linux-iio@vger.kernel.org > > -S: Supported > > -W: https://ez.analog.com/linux-software-drivers > > -F: Documentation/devicetree/bindings/iio/addac/adi,ad74115.yaml > > -F: drivers/iio/addac/ad74115.c > > - > > -ANALOG DEVICES INC AD74413R DRIVER > > -M: Cosmin Tanislav <cosmin.tanislav@analog.com> > > -L: linux-iio@vger.kernel.org > > -S: Supported > > -W: https://ez.analog.com/linux-software-drivers > > -F: Documentation/devicetree/bindings/iio/addac/adi,ad74413r.yaml > > -F: drivers/iio/addac/ad74413r.c > > -F: include/dt-bindings/iio/addac/adi,ad74413r.h > > - > > ANALOG DEVICES INC AD7625 DRIVER > > M: Michael Hennerich <Michael.Hennerich@analog.com> > > M: Nuno Sá <nuno.sa@analog.com> > > @@ -1877,6 +1843,7 @@ F: drivers/iio/*/ad* > > F: drivers/iio/adc/ltc249* > > F: drivers/iio/amplifiers/hmc425a.c > > F: drivers/staging/iio/*/ad* > > +F: include/dt-bindings/iio/*/adi,* > > X: drivers/iio/*/adjd* > > > > ANALOGBITS PLL LIBRARIES > > -- > > 2.34.1 > > > > ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2026-05-08 12:31 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2026-05-07 17:51 [PATCH v5 0/2] MAINTAINERS: update ADI IIO entry and drop unmaintain drivers Sanjay Chitroda 2026-05-07 17:51 ` [PATCH v5 1/2] MAINTAINERS: Update Analog Devices IIO drivers entry Sanjay Chitroda 2026-05-08 12:31 ` Jonathan Cameron 2026-05-07 17:51 ` [PATCH v5 2/2] MAINTAINERS: remove unmaintained ADI IIO entries Sanjay Chitroda 2026-05-07 18:24 ` Marcelo Schmitt 2026-05-08 12:27 ` Jonathan Cameron
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox