[PATCH] MAINTAINERS: Add myself as SCD30 maintainer

Maxwell Doose posted 1 patch 1 month ago
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: Add myself as SCD30 maintainer
Posted by Maxwell Doose 1 month ago
The current maintainer's email is no longer valid and the driver is
being orphaned. Replace his entry with mine, as I am volunteering to
take over, and Jonathan Cameron has approved such.

Link: https://lore.kernel.org/linux-iio/20260507170950.37a46820@jic23-huawei/T/#t
Signed-off-by: Maxwell Doose <m32285159@gmail.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 37b105a443dd..0ce067b3365e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -24219,7 +24219,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>
+M:	Maxwell Doose <m32285159@gmail.com>
 S:	Maintained
 F:	Documentation/devicetree/bindings/iio/chemical/sensirion,scd30.yaml
 F:	drivers/iio/chemical/scd30.h
-- 
2.52.0
Re: [PATCH] MAINTAINERS: Add myself as SCD30 maintainer
Posted by Stepan Ionichev 1 month ago
On Thu, 07 May 2026, Maxwell Doose wrote:
> The current maintainer's email is no longer valid and the driver is
> being orphaned. Replace his entry with mine, as I am volunteering to
> take over, and Jonathan Cameron has approved such.

I confirmed the bounce from tomasz.duszynski@octakon.com when sending
a smatch-driven cleanup against scd30 yesterday, which is what
triggered the orphan patch [1]. Glad you stepped up. Please feel free
to drop my orphan patch in favour of this one.

[1] https://lore.kernel.org/linux-iio/20260506182931.494-1-sozdayvek@gmail.com/

Reviewed-by: Stepan Ionichev <sozdayvek@gmail.com>

Thanks,
Stepan
Re: [PATCH] MAINTAINERS: Add myself as SCD30 maintainer
Posted by Jonathan Cameron 1 month ago
On Thu,  7 May 2026 22:00:54 +0500
Stepan Ionichev <sozdayvek@gmail.com> wrote:

> On Thu, 07 May 2026, Maxwell Doose wrote:
> > The current maintainer's email is no longer valid and the driver is
> > being orphaned. Replace his entry with mine, as I am volunteering to
> > take over, and Jonathan Cameron has approved such.  
I dropped last bit as I'm approving it clearly via the SoB so it adds
nothing to the patch that lands upstream.

Applied.

Thanks,

Jonathan

> 
> I confirmed the bounce from tomasz.duszynski@octakon.com when sending
> a smatch-driven cleanup against scd30 yesterday, which is what
> triggered the orphan patch [1]. Glad you stepped up. Please feel free
> to drop my orphan patch in favour of this one.
> 
> [1] https://lore.kernel.org/linux-iio/20260506182931.494-1-sozdayvek@gmail.com/
> 
> Reviewed-by: Stepan Ionichev <sozdayvek@gmail.com>
> 
> Thanks,
> Stepan
Re: [PATCH] MAINTAINERS: Add myself as SCD30 maintainer
Posted by Maxwell Doose 1 month ago
On Fri, May 8, 2026 at 7:25 AM Jonathan Cameron <jic23@kernel.org> wrote:
>
> On Thu,  7 May 2026 22:00:54 +0500
> Stepan Ionichev <sozdayvek@gmail.com> wrote:
>
> > On Thu, 07 May 2026, Maxwell Doose wrote:
> > > The current maintainer's email is no longer valid and the driver is
> > > being orphaned. Replace his entry with mine, as I am volunteering to
> > > take over, and Jonathan Cameron has approved such.
> I dropped last bit as I'm approving it clearly via the SoB so it adds
> nothing to the patch that lands upstream.
>

Thanks for letting me do this Jonathan! Glad to be on board, can't
wait to bring some needed change to the driver (it seems a bit messy)!

Best regards,
Maxwell Doose