mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v3 0/4] iio: chemical: sps30, scd30
@ 2026-07-02 19:17 Tomasz Duszynski
  2026-07-02 19:17 ` [PATCH v3 1/4] mailmap: add email mapping Tomasz Duszynski
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Tomasz Duszynski @ 2026-07-02 19:17 UTC (permalink / raw)
  To: andriy.shevchenko, andy, dlechner, jic23, m32285159, nuno.sa, tduszyns
  Cc: linux-iio, linux-kernel

This series replaces old email addresses with a current one to
make sure changes show up in my mailbox.

v3:
- move mailpatch changes to separate file
- update binding file
- Added Reviewed-by tag from Andy
- Added Ack-by tag from Maxwell
v2:
- add missing mailmap entry

Tomasz Duszynski (4):
  mailmap: add email mapping
  iio: chemical: sps30: update email
  iio: chemical: scd30: update email
  dt-bindings: iio: scd30: update maintainers field

 .mailmap                                                      | 1 +
 .../devicetree/bindings/iio/chemical/sensirion,scd30.yaml     | 1 +
 MAINTAINERS                                                   | 1 +
 drivers/iio/chemical/scd30_core.c                             | 4 ++--
 drivers/iio/chemical/scd30_i2c.c                              | 4 ++--
 drivers/iio/chemical/scd30_serial.c                           | 4 ++--
 drivers/iio/chemical/sps30_i2c.c                              | 4 ++--
 drivers/iio/chemical/sps30_serial.c                           | 4 ++--
 8 files changed, 13 insertions(+), 10 deletions(-)

--
2.55.0


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

* [PATCH v3 1/4] mailmap: add email mapping
  2026-07-02 19:17 [PATCH v3 0/4] iio: chemical: sps30, scd30 Tomasz Duszynski
@ 2026-07-02 19:17 ` Tomasz Duszynski
  2026-07-03 18:38   ` Jonathan Cameron
  2026-07-02 19:17 ` [PATCH v3 2/4] iio: chemical: sps30: update email Tomasz Duszynski
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 7+ messages in thread
From: Tomasz Duszynski @ 2026-07-02 19:17 UTC (permalink / raw)
  To: andriy.shevchenko, andy, dlechner, jic23, m32285159, nuno.sa, tduszyns
  Cc: linux-iio, linux-kernel

Old email is no longer valid hence add mapping to avoid bounces.

Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Acked-by: Maxwell Doose <m32285159@gmail.com>
Signed-off-by: Tomasz Duszynski <tduszyns@gmail.com>
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index a009f73d7ea5..10a2e4f8fba7 100644
--- a/.mailmap
+++ b/.mailmap
@@ -861,6 +861,7 @@ Tobias Klauser <tklauser@distanz.ch> <klto@zhaw.ch>
 Tobias Klauser <tklauser@distanz.ch> <tklauser@nuerscht.ch>
 Tobias Klauser <tklauser@distanz.ch> <tklauser@xenon.tklauser.home>
 Todor Tomov <todor.too@gmail.com> <todor.tomov@linaro.org>
+Tomasz Duszynski <tduszyns@gmail.com> <tomasz.duszynski@octakon.com>
 Tomasz Jeznach <tomasz.jeznach@linux.dev> <tjeznach@rivosinc.com>
 Tony Luck <tony.luck@intel.com>
 Trilok Soni <quic_tsoni@quicinc.com> <tsoni@codeaurora.org>
--
2.55.0


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

* [PATCH v3 2/4] iio: chemical: sps30: update email
  2026-07-02 19:17 [PATCH v3 0/4] iio: chemical: sps30, scd30 Tomasz Duszynski
  2026-07-02 19:17 ` [PATCH v3 1/4] mailmap: add email mapping Tomasz Duszynski
@ 2026-07-02 19:17 ` Tomasz Duszynski
  2026-07-02 19:17 ` [PATCH v3 3/4] iio: chemical: scd30: " Tomasz Duszynski
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Tomasz Duszynski @ 2026-07-02 19:17 UTC (permalink / raw)
  To: andriy.shevchenko, andy, dlechner, jic23, m32285159, nuno.sa, tduszyns
  Cc: linux-iio, linux-kernel

The old email has been inactive for a while. Replace all occurrences
with the current address.

Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Acked-by: Maxwell Doose <m32285159@gmail.com>
Signed-off-by: Tomasz Duszynski <tduszyns@gmail.com>
---
 drivers/iio/chemical/sps30_i2c.c    | 4 ++--
 drivers/iio/chemical/sps30_serial.c | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/iio/chemical/sps30_i2c.c b/drivers/iio/chemical/sps30_i2c.c
index 61781aaabd85..bd4a2e6eff5f 100644
--- a/drivers/iio/chemical/sps30_i2c.c
+++ b/drivers/iio/chemical/sps30_i2c.c
@@ -2,7 +2,7 @@
 /*
  * Sensirion SPS30 particulate matter sensor i2c driver
  *
- * Copyright (c) 2020 Tomasz Duszynski <tomasz.duszynski@octakon.com>
+ * Copyright (c) 2020 Tomasz Duszynski <tduszyns@gmail.com>
  *
  * I2C slave address: 0x69
  */
@@ -253,7 +253,7 @@ static struct i2c_driver sps30_i2c_driver = {
 };
 module_i2c_driver(sps30_i2c_driver);

-MODULE_AUTHOR("Tomasz Duszynski <tomasz.duszynski@octakon.com>");
+MODULE_AUTHOR("Tomasz Duszynski <tduszyns@gmail.com>");
 MODULE_DESCRIPTION("Sensirion SPS30 particulate matter sensor i2c driver");
 MODULE_LICENSE("GPL v2");
 MODULE_IMPORT_NS("IIO_SPS30");
diff --git a/drivers/iio/chemical/sps30_serial.c b/drivers/iio/chemical/sps30_serial.c
index a5e6bc08d5fd..c8bad4de0c26 100644
--- a/drivers/iio/chemical/sps30_serial.c
+++ b/drivers/iio/chemical/sps30_serial.c
@@ -2,7 +2,7 @@
 /*
  * Sensirion SPS30 particulate matter sensor serial driver
  *
- * Copyright (c) 2021 Tomasz Duszynski <tomasz.duszynski@octakon.com>
+ * Copyright (c) 2021 Tomasz Duszynski <tduszyns@gmail.com>
  */
 #include <linux/completion.h>
 #include <linux/device.h>
@@ -426,7 +426,7 @@ static struct serdev_device_driver sps30_serial_driver = {
 };
 module_serdev_device_driver(sps30_serial_driver);

-MODULE_AUTHOR("Tomasz Duszynski <tomasz.duszynski@octakon.com>");
+MODULE_AUTHOR("Tomasz Duszynski <tduszyns@gmail.com>");
 MODULE_DESCRIPTION("Sensirion SPS30 particulate matter sensor serial driver");
 MODULE_LICENSE("GPL v2");
 MODULE_IMPORT_NS("IIO_SPS30");
--
2.55.0


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

* [PATCH v3 3/4] iio: chemical: scd30: update email
  2026-07-02 19:17 [PATCH v3 0/4] iio: chemical: sps30, scd30 Tomasz Duszynski
  2026-07-02 19:17 ` [PATCH v3 1/4] mailmap: add email mapping Tomasz Duszynski
  2026-07-02 19:17 ` [PATCH v3 2/4] iio: chemical: sps30: update email Tomasz Duszynski
@ 2026-07-02 19:17 ` Tomasz Duszynski
  2026-07-02 19:17 ` [PATCH v3 4/4] dt-bindings: iio: scd30: update maintainers field Tomasz Duszynski
  2026-07-03 18:41 ` [PATCH v3 0/4] iio: chemical: sps30, scd30 Jonathan Cameron
  4 siblings, 0 replies; 7+ messages in thread
From: Tomasz Duszynski @ 2026-07-02 19:17 UTC (permalink / raw)
  To: andriy.shevchenko, andy, dlechner, jic23, m32285159, nuno.sa, tduszyns
  Cc: linux-iio, linux-kernel

The old email has been inactive for a while. Replace all occurrences
with the current address.

While at it, add myself to MAINTAINERS file as relevant driver files
still hold my address.

Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Acked-by: Maxwell Doose <m32285159@gmail.com>
Signed-off-by: Tomasz Duszynski <tduszyns@gmail.com>
---
 MAINTAINERS                         | 1 +
 drivers/iio/chemical/scd30_core.c   | 4 ++--
 drivers/iio/chemical/scd30_i2c.c    | 4 ++--
 drivers/iio/chemical/scd30_serial.c | 4 ++--
 4 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index b051eccafa60..4cab384e8864 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -24271,6 +24271,7 @@ F:	drivers/iio/chemical/sunrise_co2.c

 SENSIRION SCD30 CARBON DIOXIDE SENSOR DRIVER
 M:	Maxwell Doose <m32285159@gmail.com>
+M:	Tomasz Duszynski <tduszyns@gmail.com>
 S:	Maintained
 F:	Documentation/devicetree/bindings/iio/chemical/sensirion,scd30.yaml
 F:	drivers/iio/chemical/scd30.h
diff --git a/drivers/iio/chemical/scd30_core.c b/drivers/iio/chemical/scd30_core.c
index 104a29550a22..1765cbbbb3b9 100644
--- a/drivers/iio/chemical/scd30_core.c
+++ b/drivers/iio/chemical/scd30_core.c
@@ -2,7 +2,7 @@
 /*
  * Sensirion SCD30 carbon dioxide sensor core driver
  *
- * Copyright (c) 2020 Tomasz Duszynski <tomasz.duszynski@octakon.com>
+ * Copyright (c) 2020 Tomasz Duszynski <tduszyns@gmail.com>
  */
 #include <linux/bits.h>
 #include <linux/cleanup.h>
@@ -763,6 +763,6 @@ int scd30_probe(struct device *dev, int irq, const char *name, void *priv,
 }
 EXPORT_SYMBOL_NS(scd30_probe, "IIO_SCD30");

-MODULE_AUTHOR("Tomasz Duszynski <tomasz.duszynski@octakon.com>");
+MODULE_AUTHOR("Tomasz Duszynski <tduszyns@gmail.com>");
 MODULE_DESCRIPTION("Sensirion SCD30 carbon dioxide sensor core driver");
 MODULE_LICENSE("GPL v2");
diff --git a/drivers/iio/chemical/scd30_i2c.c b/drivers/iio/chemical/scd30_i2c.c
index 9e841f565149..406f650a0083 100644
--- a/drivers/iio/chemical/scd30_i2c.c
+++ b/drivers/iio/chemical/scd30_i2c.c
@@ -2,7 +2,7 @@
 /*
  * Sensirion SCD30 carbon dioxide sensor i2c driver
  *
- * Copyright (c) 2020 Tomasz Duszynski <tomasz.duszynski@octakon.com>
+ * Copyright (c) 2020 Tomasz Duszynski <tduszyns@gmail.com>
  *
  * I2C slave address: 0x61
  */
@@ -137,7 +137,7 @@ static struct i2c_driver scd30_i2c_driver = {
 };
 module_i2c_driver(scd30_i2c_driver);

-MODULE_AUTHOR("Tomasz Duszynski <tomasz.duszynski@octakon.com>");
+MODULE_AUTHOR("Tomasz Duszynski <tduszyns@gmail.com>");
 MODULE_DESCRIPTION("Sensirion SCD30 carbon dioxide sensor i2c driver");
 MODULE_LICENSE("GPL v2");
 MODULE_IMPORT_NS("IIO_SCD30");
diff --git a/drivers/iio/chemical/scd30_serial.c b/drivers/iio/chemical/scd30_serial.c
index e8b453aae859..05d9e0e9de1e 100644
--- a/drivers/iio/chemical/scd30_serial.c
+++ b/drivers/iio/chemical/scd30_serial.c
@@ -2,7 +2,7 @@
 /*
  * Sensirion SCD30 carbon dioxide sensor serial driver
  *
- * Copyright (c) 2020 Tomasz Duszynski <tomasz.duszynski@octakon.com>
+ * Copyright (c) 2020 Tomasz Duszynski <tduszyns@gmail.com>
  */
 #include <linux/crc16.h>
 #include <linux/device.h>
@@ -258,7 +258,7 @@ static struct serdev_device_driver scd30_serdev_driver = {
 };
 module_serdev_device_driver(scd30_serdev_driver);

-MODULE_AUTHOR("Tomasz Duszynski <tomasz.duszynski@octakon.com>");
+MODULE_AUTHOR("Tomasz Duszynski <tduszyns@gmail.com>");
 MODULE_DESCRIPTION("Sensirion SCD30 carbon dioxide sensor serial driver");
 MODULE_LICENSE("GPL v2");
 MODULE_IMPORT_NS("IIO_SCD30");
--
2.55.0


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

* [PATCH v3 4/4] dt-bindings: iio: scd30: update maintainers field
  2026-07-02 19:17 [PATCH v3 0/4] iio: chemical: sps30, scd30 Tomasz Duszynski
                   ` (2 preceding siblings ...)
  2026-07-02 19:17 ` [PATCH v3 3/4] iio: chemical: scd30: " Tomasz Duszynski
@ 2026-07-02 19:17 ` Tomasz Duszynski
  2026-07-03 18:41 ` [PATCH v3 0/4] iio: chemical: sps30, scd30 Jonathan Cameron
  4 siblings, 0 replies; 7+ messages in thread
From: Tomasz Duszynski @ 2026-07-02 19:17 UTC (permalink / raw)
  To: andriy.shevchenko, andy, dlechner, jic23, m32285159, nuno.sa, tduszyns
  Cc: linux-iio, linux-kernel

I was dropped as maintainer because emails to my previous address
were bouncing. I have not stepped down from maintainership, so
re-add me with my current email address.

Signed-off-by: Tomasz Duszynski <tduszyns@gmail.com>
---
 .../devicetree/bindings/iio/chemical/sensirion,scd30.yaml        | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/iio/chemical/sensirion,scd30.yaml b/Documentation/devicetree/bindings/iio/chemical/sensirion,scd30.yaml
index a5b0debe85b1..25291bda1a8b 100644
--- a/Documentation/devicetree/bindings/iio/chemical/sensirion,scd30.yaml
+++ b/Documentation/devicetree/bindings/iio/chemical/sensirion,scd30.yaml
@@ -8,6 +8,7 @@ title: Sensirion SCD30 carbon dioxide sensor
 
 maintainers:
   - Maxwell Doose <m32285159@gmail.com>
+  - Tomasz Duszynski <tduszyns@gmail.com>
 
 description: |
   Air quality sensor capable of measuring co2 concentration, temperature
-- 
2.55.0


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

* Re: [PATCH v3 1/4] mailmap: add email mapping
  2026-07-02 19:17 ` [PATCH v3 1/4] mailmap: add email mapping Tomasz Duszynski
@ 2026-07-03 18:38   ` Jonathan Cameron
  0 siblings, 0 replies; 7+ messages in thread
From: Jonathan Cameron @ 2026-07-03 18:38 UTC (permalink / raw)
  To: Tomasz Duszynski
  Cc: andriy.shevchenko, andy, dlechner, m32285159, nuno.sa, linux-iio,
	linux-kernel

On Thu,  2 Jul 2026 21:17:41 +0200
Tomasz Duszynski <tduszyns@gmail.com> wrote:

> Old email is no longer valid hence add mapping to avoid bounces.
Applied with subject tweaked to mention it was your mapping that was
being added.

Thanks,

Jonathan

> 
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
> Acked-by: Maxwell Doose <m32285159@gmail.com>
> Signed-off-by: Tomasz Duszynski <tduszyns@gmail.com>
> ---
>  .mailmap | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.mailmap b/.mailmap
> index a009f73d7ea5..10a2e4f8fba7 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -861,6 +861,7 @@ Tobias Klauser <tklauser@distanz.ch> <klto@zhaw.ch>
>  Tobias Klauser <tklauser@distanz.ch> <tklauser@nuerscht.ch>
>  Tobias Klauser <tklauser@distanz.ch> <tklauser@xenon.tklauser.home>
>  Todor Tomov <todor.too@gmail.com> <todor.tomov@linaro.org>
> +Tomasz Duszynski <tduszyns@gmail.com> <tomasz.duszynski@octakon.com>
>  Tomasz Jeznach <tomasz.jeznach@linux.dev> <tjeznach@rivosinc.com>
>  Tony Luck <tony.luck@intel.com>
>  Trilok Soni <quic_tsoni@quicinc.com> <tsoni@codeaurora.org>
> --
> 2.55.0
> 


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

* Re: [PATCH v3 0/4] iio: chemical: sps30, scd30
  2026-07-02 19:17 [PATCH v3 0/4] iio: chemical: sps30, scd30 Tomasz Duszynski
                   ` (3 preceding siblings ...)
  2026-07-02 19:17 ` [PATCH v3 4/4] dt-bindings: iio: scd30: update maintainers field Tomasz Duszynski
@ 2026-07-03 18:41 ` Jonathan Cameron
  4 siblings, 0 replies; 7+ messages in thread
From: Jonathan Cameron @ 2026-07-03 18:41 UTC (permalink / raw)
  To: Tomasz Duszynski
  Cc: andriy.shevchenko, andy, dlechner, m32285159, nuno.sa, linux-iio,
	linux-kernel

On Thu,  2 Jul 2026 21:17:40 +0200
Tomasz Duszynski <tduszyns@gmail.com> wrote:

> This series replaces old email addresses with a current one to
> make sure changes show up in my mailbox.
> 
> v3:
Series applied with some small tweaks to patch descriptions.

Thanks

Jonathan

> - move mailpatch changes to separate file
> - update binding file
> - Added Reviewed-by tag from Andy
> - Added Ack-by tag from Maxwell
> v2:
> - add missing mailmap entry
> 
> Tomasz Duszynski (4):
>   mailmap: add email mapping
>   iio: chemical: sps30: update email
>   iio: chemical: scd30: update email
>   dt-bindings: iio: scd30: update maintainers field
> 
>  .mailmap                                                      | 1 +
>  .../devicetree/bindings/iio/chemical/sensirion,scd30.yaml     | 1 +
>  MAINTAINERS                                                   | 1 +
>  drivers/iio/chemical/scd30_core.c                             | 4 ++--
>  drivers/iio/chemical/scd30_i2c.c                              | 4 ++--
>  drivers/iio/chemical/scd30_serial.c                           | 4 ++--
>  drivers/iio/chemical/sps30_i2c.c                              | 4 ++--
>  drivers/iio/chemical/sps30_serial.c                           | 4 ++--
>  8 files changed, 13 insertions(+), 10 deletions(-)
> 
> --
> 2.55.0
> 


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

end of thread, other threads:[~2026-07-03 18:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-02 19:17 [PATCH v3 0/4] iio: chemical: sps30, scd30 Tomasz Duszynski
2026-07-02 19:17 ` [PATCH v3 1/4] mailmap: add email mapping Tomasz Duszynski
2026-07-03 18:38   ` Jonathan Cameron
2026-07-02 19:17 ` [PATCH v3 2/4] iio: chemical: sps30: update email Tomasz Duszynski
2026-07-02 19:17 ` [PATCH v3 3/4] iio: chemical: scd30: " Tomasz Duszynski
2026-07-02 19:17 ` [PATCH v3 4/4] dt-bindings: iio: scd30: update maintainers field Tomasz Duszynski
2026-07-03 18:41 ` [PATCH v3 0/4] iio: chemical: sps30, scd30 Jonathan Cameron

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