The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/2] iio: chemical: sps30, scd30
@ 2026-06-15 20:04 Tomasz Duszynski
  2026-06-15 20:04 ` [PATCH 1/2] iio: chemical: sps30: update email Tomasz Duszynski
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Tomasz Duszynski @ 2026-06-15 20:04 UTC (permalink / raw)
  To: m32285159, jic23, dlechner, nuno.sa, andy
  Cc: linux-kernel, linux-iio, Tomasz Duszynski

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

Tomasz Duszynski (2):
  iio: chemical: sps30: update email
  iio: chemical: scd30: update email

 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 ++--
 6 files changed, 11 insertions(+), 10 deletions(-)

--
2.54.0


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

* [PATCH 1/2] iio: chemical: sps30: update email
  2026-06-15 20:04 [PATCH 0/2] iio: chemical: sps30, scd30 Tomasz Duszynski
@ 2026-06-15 20:04 ` Tomasz Duszynski
  2026-06-15 20:04 ` [PATCH 2/2] iio: chemical: scd30: " Tomasz Duszynski
  2026-06-15 21:58 ` [PATCH 0/2] iio: chemical: sps30, scd30 David Lechner
  2 siblings, 0 replies; 5+ messages in thread
From: Tomasz Duszynski @ 2026-06-15 20:04 UTC (permalink / raw)
  To: m32285159, jic23, dlechner, nuno.sa, andy
  Cc: linux-kernel, linux-iio, Tomasz Duszynski

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

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.54.0


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

* [PATCH 2/2] iio: chemical: scd30: update email
  2026-06-15 20:04 [PATCH 0/2] iio: chemical: sps30, scd30 Tomasz Duszynski
  2026-06-15 20:04 ` [PATCH 1/2] iio: chemical: sps30: update email Tomasz Duszynski
@ 2026-06-15 20:04 ` Tomasz Duszynski
  2026-06-15 21:41   ` Maxwell Doose
  2026-06-15 21:58 ` [PATCH 0/2] iio: chemical: sps30, scd30 David Lechner
  2 siblings, 1 reply; 5+ messages in thread
From: Tomasz Duszynski @ 2026-06-15 20:04 UTC (permalink / raw)
  To: m32285159, jic23, dlechner, nuno.sa, andy
  Cc: linux-kernel, linux-iio, Tomasz Duszynski

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

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

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.54.0


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

* Re: [PATCH 2/2] iio: chemical: scd30: update email
  2026-06-15 20:04 ` [PATCH 2/2] iio: chemical: scd30: " Tomasz Duszynski
@ 2026-06-15 21:41   ` Maxwell Doose
  0 siblings, 0 replies; 5+ messages in thread
From: Maxwell Doose @ 2026-06-15 21:41 UTC (permalink / raw)
  To: Tomasz Duszynski; +Cc: jic23, dlechner, nuno.sa, andy, linux-kernel, linux-iio

On Mon, 15 Jun 2026 22:04:59 +0200
Tomasz Duszynski <tduszyns@gmail.com> wrote:

> The old email has been inactive for a while. Replace all occurrences
> with the current address.
> 
> While at it, add myself to MAINTAINERS as relevant driver files still
> hold my address.
> 
> 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(-)
> 

Acked-by: Maxwell Doose <m32285159@gmail.com>

-- 
best regards,
max

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

* Re: [PATCH 0/2] iio: chemical: sps30, scd30
  2026-06-15 20:04 [PATCH 0/2] iio: chemical: sps30, scd30 Tomasz Duszynski
  2026-06-15 20:04 ` [PATCH 1/2] iio: chemical: sps30: update email Tomasz Duszynski
  2026-06-15 20:04 ` [PATCH 2/2] iio: chemical: scd30: " Tomasz Duszynski
@ 2026-06-15 21:58 ` David Lechner
  2 siblings, 0 replies; 5+ messages in thread
From: David Lechner @ 2026-06-15 21:58 UTC (permalink / raw)
  To: Tomasz Duszynski, m32285159, jic23, nuno.sa, andy; +Cc: linux-kernel, linux-iio

On 6/15/26 3:04 PM, Tomasz Duszynski wrote:
> This series replaces old email addresses with a current on to
> make sure changes show up in my mailbox.

Would be good to add a .mailmap entry too.

> 
> Tomasz Duszynski (2):
>   iio: chemical: sps30: update email
>   iio: chemical: scd30: update email
> 
>  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 ++--
>  6 files changed, 11 insertions(+), 10 deletions(-)
> 
> --
> 2.54.0
> 


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

end of thread, other threads:[~2026-06-15 21:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-15 20:04 [PATCH 0/2] iio: chemical: sps30, scd30 Tomasz Duszynski
2026-06-15 20:04 ` [PATCH 1/2] iio: chemical: sps30: update email Tomasz Duszynski
2026-06-15 20:04 ` [PATCH 2/2] iio: chemical: scd30: " Tomasz Duszynski
2026-06-15 21:41   ` Maxwell Doose
2026-06-15 21:58 ` [PATCH 0/2] iio: chemical: sps30, scd30 David Lechner

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