* [PATCH 0/2] Replace Tomasz Duszynski as maintainer for PMS7003
@ 2026-06-09 16:03 Maxwell Doose
2026-06-09 16:03 ` [PATCH 1/2] dt-bindings: iio: plantower,pms7003: Add myself as maintainer Maxwell Doose
2026-06-09 16:03 ` [PATCH 2/2] MAINTAINERS: Add myself as maintainer for PMS7003 Maxwell Doose
0 siblings, 2 replies; 3+ messages in thread
From: Maxwell Doose @ 2026-06-09 16:03 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 patch series covers replacing Tomasz's entries in both the
PMS7003 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: plantower,pms7003: Add myself as maintainer
MAINTAINERS: Add myself as maintainer for PMS7003
.../devicetree/bindings/iio/chemical/plantower,pms7003.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] 3+ messages in thread
* [PATCH 1/2] dt-bindings: iio: plantower,pms7003: Add myself as maintainer
2026-06-09 16:03 [PATCH 0/2] Replace Tomasz Duszynski as maintainer for PMS7003 Maxwell Doose
@ 2026-06-09 16:03 ` Maxwell Doose
2026-06-09 16:03 ` [PATCH 2/2] MAINTAINERS: Add myself as maintainer for PMS7003 Maxwell Doose
1 sibling, 0 replies; 3+ messages in thread
From: Maxwell Doose @ 2026-06-09 16:03 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 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/plantower,pms7003.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/iio/chemical/plantower,pms7003.yaml b/Documentation/devicetree/bindings/iio/chemical/plantower,pms7003.yaml
index 1fe561574019..292e32d9645b 100644
--- a/Documentation/devicetree/bindings/iio/chemical/plantower,pms7003.yaml
+++ b/Documentation/devicetree/bindings/iio/chemical/plantower,pms7003.yaml
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Plantower PMS7003 air pollution 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] 3+ messages in thread
* [PATCH 2/2] MAINTAINERS: Add myself as maintainer for PMS7003
2026-06-09 16:03 [PATCH 0/2] Replace Tomasz Duszynski as maintainer for PMS7003 Maxwell Doose
2026-06-09 16:03 ` [PATCH 1/2] dt-bindings: iio: plantower,pms7003: Add myself as maintainer Maxwell Doose
@ 2026-06-09 16:03 ` Maxwell Doose
1 sibling, 0 replies; 3+ messages in thread
From: Maxwell Doose @ 2026-06-09 16:03 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 PMS7003 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 e035a3be797c..d1b0a40c02e0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21147,7 +21147,7 @@ F: Documentation/devicetree/bindings/input/pine64,pinephone-keyboard.yaml
F: drivers/input/keyboard/pinephone-keyboard.c
PLANTOWER PMS7003 AIR POLLUTION SENSOR DRIVER
-M: Tomasz Duszynski <tduszyns@gmail.com>
+M: Maxwell Doose <m32285159@gmail.com>
S: Maintained
F: Documentation/devicetree/bindings/iio/chemical/plantower,pms7003.yaml
F: drivers/iio/chemical/pms7003.c
--
2.54.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-06-09 16:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-09 16:03 [PATCH 0/2] Replace Tomasz Duszynski as maintainer for PMS7003 Maxwell Doose
2026-06-09 16:03 ` [PATCH 1/2] dt-bindings: iio: plantower,pms7003: Add myself as maintainer Maxwell Doose
2026-06-09 16:03 ` [PATCH 2/2] MAINTAINERS: Add myself as maintainer for PMS7003 Maxwell Doose
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox