* [PATCH 0/2] Replace Tomasz Duszynski as maintainer for SPS30
@ 2026-06-09 16:16 Maxwell Doose
2026-06-09 16:17 ` [PATCH 1/2] dt-bindings: iio: sensirion,sps30: Add myself as maintainer Maxwell Doose
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Maxwell Doose @ 2026-06-09 16:16 UTC (permalink / raw)
To: Jonathan Cameron, David Lechner, Nuno Sá, Andy Shevchenko,
Rob Herring, Krzysztof Kozlowski, Conor Dooley,
open list:IIO SUBSYSTEM AND DRIVERS,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
open list
Cc: linux-iio, devicetree, linux-kernel
Hi all.
This is basically the 2nd half of replacing Tomasz's entries, once
again, in the SPS30 dt-bindings and his entry in MAINTAINERS. All of his
entries across IIO appear to be dead, which is why this is being sent.
Jonathan Cameron's approved of this [1] so his entries in iio are being
replaced and an RFC regarding this topic with Tomasz Cced has been
sitting on lore.kernel.org for about a month now.
Maxwell Doose (2):
dt-bindings: iio: sensirion,sps30: Add myself as maintainer
MAINTAINERS: Add myself as maintainer for SPS30
.../devicetree/bindings/iio/chemical/sensirion,sps30.yaml | 2 +-
MAINTAINERS | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[1] https://lore.kernel.org/linux-iio/20260609140712.2e5d1640@jic23-huawei/
--
2.54.0
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/2] dt-bindings: iio: sensirion,sps30: Add myself as maintainer
2026-06-09 16:16 [PATCH 0/2] Replace Tomasz Duszynski as maintainer for SPS30 Maxwell Doose
@ 2026-06-09 16:17 ` Maxwell Doose
2026-06-09 16:17 ` [PATCH 2/2] MAINTAINERS: Add myself as maintainer for SPS30 Maxwell Doose
2026-06-09 16:22 ` [PATCH 0/2] Replace Tomasz Duszynski " David Lechner
2 siblings, 0 replies; 5+ messages in thread
From: Maxwell Doose @ 2026-06-09 16:17 UTC (permalink / raw)
To: Jonathan Cameron, David Lechner, Nuno Sá, Andy Shevchenko,
Rob Herring, Krzysztof Kozlowski, Conor Dooley,
open list:IIO SUBSYSTEM AND DRIVERS,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
open list
Cc: linux-iio, devicetree, linux-kernel, Tomasz Duzsynski
Tomasz's entry is no longer valid, as he is not active anymore. Add
myself as maintainer for the SPS30 to replace his entry.
Link: https://lore.kernel.org/linux-iio/20260609140712.2e5d1640@jic23-huawei/
Cc: Tomasz Duzsynski <tduszyns@gmail.com>
Signed-off-by: Maxwell Doose <m32285159@gmail.com>
---
.../devicetree/bindings/iio/chemical/sensirion,sps30.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/iio/chemical/sensirion,sps30.yaml b/Documentation/devicetree/bindings/iio/chemical/sensirion,sps30.yaml
index 967500b7e773..a31a68caa5d3 100644
--- a/Documentation/devicetree/bindings/iio/chemical/sensirion,sps30.yaml
+++ b/Documentation/devicetree/bindings/iio/chemical/sensirion,sps30.yaml
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Sensirion SPS30 particulate matter sensor
maintainers:
- - Tomasz Duszynski <tduszyns@gmail.com>
+ - Maxwell Doose <m32285159@gmail.com>
description: |
Air pollution sensor capable of measuring mass concentration of dust
--
2.54.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/2] MAINTAINERS: Add myself as maintainer for SPS30
2026-06-09 16:16 [PATCH 0/2] Replace Tomasz Duszynski as maintainer for SPS30 Maxwell Doose
2026-06-09 16:17 ` [PATCH 1/2] dt-bindings: iio: sensirion,sps30: Add myself as maintainer Maxwell Doose
@ 2026-06-09 16:17 ` Maxwell Doose
2026-06-09 16:22 ` [PATCH 0/2] Replace Tomasz Duszynski " David Lechner
2 siblings, 0 replies; 5+ messages in thread
From: Maxwell Doose @ 2026-06-09 16:17 UTC (permalink / raw)
To: Jonathan Cameron, David Lechner, Nuno Sá, Andy Shevchenko,
Rob Herring, Krzysztof Kozlowski, Conor Dooley,
open list:IIO SUBSYSTEM AND DRIVERS,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
open list
Cc: linux-iio, devicetree, linux-kernel, Tomasz Duszynski
Tomasz's entry is no longer valid, as he is not active anymore. Add
myself as maintainer of the SPS30 to replace his entry.
Link: https://lore.kernel.org/linux-iio/20260609140712.2e5d1640@jic23-huawei/
Cc: Tomasz Duszynski <tduszyns@gmail.com>
Signed-off-by: Maxwell Doose <m32285159@gmail.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index d1b0a40c02e0..49ca275410c0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -24262,7 +24262,7 @@ F: Documentation/ABI/testing/sysfs-bus-iio-chemical-sgp40
F: drivers/iio/chemical/sgp40.c
SENSIRION SPS30 AIR POLLUTION SENSOR DRIVER
-M: Tomasz Duszynski <tduszyns@gmail.com>
+M: Maxwell Doose <m32285159@gmail.com>
S: Maintained
F: Documentation/devicetree/bindings/iio/chemical/sensirion,sps30.yaml
F: drivers/iio/chemical/sps30.c
--
2.54.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 0/2] Replace Tomasz Duszynski as maintainer for SPS30
2026-06-09 16:16 [PATCH 0/2] Replace Tomasz Duszynski as maintainer for SPS30 Maxwell Doose
2026-06-09 16:17 ` [PATCH 1/2] dt-bindings: iio: sensirion,sps30: Add myself as maintainer Maxwell Doose
2026-06-09 16:17 ` [PATCH 2/2] MAINTAINERS: Add myself as maintainer for SPS30 Maxwell Doose
@ 2026-06-09 16:22 ` David Lechner
2026-06-09 16:41 ` Maxwell Doose
2 siblings, 1 reply; 5+ messages in thread
From: David Lechner @ 2026-06-09 16:22 UTC (permalink / raw)
To: Maxwell Doose, Jonathan Cameron, Nuno Sá, Andy Shevchenko,
Rob Herring, Krzysztof Kozlowski, Conor Dooley,
open list:IIO SUBSYSTEM AND DRIVERS,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
open list
On 6/9/26 11:16 AM, Maxwell Doose wrote:
> Hi all.
>
> This is basically the 2nd half of replacing Tomasz's entries, once
> again, in the SPS30 dt-bindings and his entry in MAINTAINERS. All of his
> entries across IIO appear to be dead, which is why this is being sent.
> Jonathan Cameron's approved of this [1] so his entries in iio are being
> replaced and an RFC regarding this topic with Tomasz Cced has been
> sitting on lore.kernel.org for about a month now.
>
> Maxwell Doose (2):
> dt-bindings: iio: sensirion,sps30: Add myself as maintainer
> MAINTAINERS: Add myself as maintainer for SPS30
>
> .../devicetree/bindings/iio/chemical/sensirion,sps30.yaml | 2 +-
> MAINTAINERS | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> [1] https://lore.kernel.org/linux-iio/20260609140712.2e5d1640@jic23-huawei/
Do you have this hardware?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/2] Replace Tomasz Duszynski as maintainer for SPS30
2026-06-09 16:22 ` [PATCH 0/2] Replace Tomasz Duszynski " David Lechner
@ 2026-06-09 16:41 ` Maxwell Doose
0 siblings, 0 replies; 5+ messages in thread
From: Maxwell Doose @ 2026-06-09 16:41 UTC (permalink / raw)
To: David Lechner
Cc: Jonathan Cameron, Nuno Sá, Andy Shevchenko, Rob Herring,
Krzysztof Kozlowski, Conor Dooley,
open list:IIO SUBSYSTEM AND DRIVERS,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
open list
On Tue, Jun 9, 2026 at 11:22 AM David Lechner <dlechner@baylibre.com> wrote:
>
> On 6/9/26 11:16 AM, Maxwell Doose wrote:
> > Hi all.
> >
> > This is basically the 2nd half of replacing Tomasz's entries, once
> > again, in the SPS30 dt-bindings and his entry in MAINTAINERS. All of his
> > entries across IIO appear to be dead, which is why this is being sent.
> > Jonathan Cameron's approved of this [1] so his entries in iio are being
> > replaced and an RFC regarding this topic with Tomasz Cced has been
> > sitting on lore.kernel.org for about a month now.
> >
> > Maxwell Doose (2):
> > dt-bindings: iio: sensirion,sps30: Add myself as maintainer
> > MAINTAINERS: Add myself as maintainer for SPS30
> >
> > .../devicetree/bindings/iio/chemical/sensirion,sps30.yaml | 2 +-
> > MAINTAINERS | 2 +-
> > 2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > [1] https://lore.kernel.org/linux-iio/20260609140712.2e5d1640@jic23-huawei/
>
> Do you have this hardware?
No, however I should be able to get it fairly easily.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-06-09 16:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-09 16:16 [PATCH 0/2] Replace Tomasz Duszynski as maintainer for SPS30 Maxwell Doose
2026-06-09 16:17 ` [PATCH 1/2] dt-bindings: iio: sensirion,sps30: Add myself as maintainer Maxwell Doose
2026-06-09 16:17 ` [PATCH 2/2] MAINTAINERS: Add myself as maintainer for SPS30 Maxwell Doose
2026-06-09 16:22 ` [PATCH 0/2] Replace Tomasz Duszynski " David Lechner
2026-06-09 16:41 ` Maxwell Doose
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox