Linux IIO development
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: scd30: orphan the driver
@ 2026-05-06 18:29 Stepan Ionichev
  2026-05-06 18:58 ` Maxwell Doose
  0 siblings, 1 reply; 3+ messages in thread
From: Stepan Ionichev @ 2026-05-06 18:29 UTC (permalink / raw)
  To: jic23; +Cc: dlechner, nuno.sa, andy, linux-iio, linux-kernel, Stepan Ionichev

The maintainer email tomasz.duszynski@octakon.com bounces with
"The email account that you tried to reach does not exist", and
the author has had no commits in the kernel tree for years. The
driver is in practice maintained on an ad-hoc basis by the IIO
subsystem maintainers and contributors who happen to send patches
against it.

Drop the stale M: line and mark the entry as Orphan so that future
patch submitters and get_maintainer.pl no longer try to deliver
mail to a dead address.

The F: entries are kept so MAINTAINERS still describes the file
set covered by the IIO subsystem (linux-iio@vger.kernel.org).

Signed-off-by: Stepan Ionichev <sozdayvek@gmail.com>
---
 MAINTAINERS | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2fb1c75af..417dd6d48 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -24185,8 +24185,7 @@ F:	Documentation/devicetree/bindings/iio/chemical/senseair,sunrise.yaml
 F:	drivers/iio/chemical/sunrise_co2.c
 
 SENSIRION SCD30 CARBON DIOXIDE SENSOR DRIVER
-M:	Tomasz Duszynski <tomasz.duszynski@octakon.com>
-S:	Maintained
+S:	Orphan
 F:	Documentation/devicetree/bindings/iio/chemical/sensirion,scd30.yaml
 F:	drivers/iio/chemical/scd30.h
 F:	drivers/iio/chemical/scd30_core.c
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: scd30: orphan the driver
  2026-05-06 18:29 [PATCH] MAINTAINERS: scd30: orphan the driver Stepan Ionichev
@ 2026-05-06 18:58 ` Maxwell Doose
  2026-05-07 16:09   ` Jonathan Cameron
  0 siblings, 1 reply; 3+ messages in thread
From: Maxwell Doose @ 2026-05-06 18:58 UTC (permalink / raw)
  To: Stepan Ionichev; +Cc: jic23, dlechner, nuno.sa, andy, linux-iio, linux-kernel

On Wed, May 6, 2026 at 1:30 PM Stepan Ionichev <sozdayvek@gmail.com> wrote:
>
> The maintainer email tomasz.duszynski@octakon.com bounces with
> "The email account that you tried to reach does not exist", and
> the author has had no commits in the kernel tree for years. The
> driver is in practice maintained on an ad-hoc basis by the IIO
> subsystem maintainers and contributors who happen to send patches
> against it.
>
> Drop the stale M: line and mark the entry as Orphan so that future
> patch submitters and get_maintainer.pl no longer try to deliver
> mail to a dead address.
>
> The F: entries are kept so MAINTAINERS still describes the file
> set covered by the IIO subsystem (linux-iio@vger.kernel.org).
>
> Signed-off-by: Stepan Ionichev <sozdayvek@gmail.com>
> ---
>  MAINTAINERS | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
[snip]
>

Hi Stepan, Jonathan,

I saw this was getting orphaned, and I was wondering if I could step
up as maintainer. I think it would be an interesting challenge but I
think I could do it, I've been doing a whole lot of stuff across iio.
I don't have the hardware but I'd be happy to step up to keep this
driver up-to-date.

best regards,
max

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: scd30: orphan the driver
  2026-05-06 18:58 ` Maxwell Doose
@ 2026-05-07 16:09   ` Jonathan Cameron
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Cameron @ 2026-05-07 16:09 UTC (permalink / raw)
  To: Maxwell Doose
  Cc: Stepan Ionichev, dlechner, nuno.sa, andy, linux-iio, linux-kernel

On Wed, 6 May 2026 13:58:46 -0500
Maxwell Doose <m32285159@gmail.com> wrote:

> On Wed, May 6, 2026 at 1:30 PM Stepan Ionichev <sozdayvek@gmail.com> wrote:
> >
> > The maintainer email tomasz.duszynski@octakon.com bounces with
> > "The email account that you tried to reach does not exist", and
> > the author has had no commits in the kernel tree for years. The
> > driver is in practice maintained on an ad-hoc basis by the IIO
> > subsystem maintainers and contributors who happen to send patches
> > against it.
> >
> > Drop the stale M: line and mark the entry as Orphan so that future
> > patch submitters and get_maintainer.pl no longer try to deliver
> > mail to a dead address.
> >
> > The F: entries are kept so MAINTAINERS still describes the file
> > set covered by the IIO subsystem (linux-iio@vger.kernel.org).
> >
> > Signed-off-by: Stepan Ionichev <sozdayvek@gmail.com>
> > ---
> >  MAINTAINERS | 3 +--
> >  1 file changed, 1 insertion(+), 2 deletions(-)
> >  
> [snip]
> >  
> 
> Hi Stepan, Jonathan,
> 
> I saw this was getting orphaned, and I was wondering if I could step
> up as maintainer. I think it would be an interesting challenge but I
> think I could do it, I've been doing a whole lot of stuff across iio.
> I don't have the hardware but I'd be happy to step up to keep this
> driver up-to-date.
> 
> best regards,
> max

Fine by me.  It is a reasonably easy to get part so if anything complex
comes up might be worth getting one.  Feel free to shout if that becomes
necessary and you need help getting hold of it.

Jonathan

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-05-07 16:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-06 18:29 [PATCH] MAINTAINERS: scd30: orphan the driver Stepan Ionichev
2026-05-06 18:58 ` Maxwell Doose
2026-05-07 16:09   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox