* [PATCH v2 1/2] iio: chemical: sps30: update email
2026-06-17 17:21 [PATCH v2 0/2] iio: chemical: sps30, scd30 Tomasz Duszynski
@ 2026-06-17 17:27 ` Tomasz Duszynski
2026-06-18 6:58 ` Andy Shevchenko
2026-06-17 17:27 ` [PATCH v2 2/2] iio: chemical: scd30: " Tomasz Duszynski
` (2 subsequent siblings)
3 siblings, 1 reply; 10+ messages in thread
From: Tomasz Duszynski @ 2026-06-17 17:27 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.
Signed-off-by: Tomasz Duszynski <tduszyns@gmail.com>
---
.mailmap | 1 +
drivers/iio/chemical/sps30_i2c.c | 4 ++--
drivers/iio/chemical/sps30_serial.c | 4 ++--
3 files changed, 5 insertions(+), 4 deletions(-)
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>
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] 10+ messages in thread* Re: [PATCH v2 1/2] iio: chemical: sps30: update email
2026-06-17 17:27 ` [PATCH v2 1/2] iio: chemical: sps30: update email Tomasz Duszynski
@ 2026-06-18 6:58 ` Andy Shevchenko
2026-06-18 16:21 ` Tomasz Duszynski
0 siblings, 1 reply; 10+ messages in thread
From: Andy Shevchenko @ 2026-06-18 6:58 UTC (permalink / raw)
To: Tomasz Duszynski
Cc: andy, dlechner, jic23, m32285159, nuno.sa, linux-iio,
linux-kernel
On Wed, Jun 17, 2026 at 07:27:15PM +0200, Tomasz Duszynski wrote:
> The old email has been inactive for a while. Replace all occurrences
> with the current address.
...
> .mailmap | 1 +
> drivers/iio/chemical/sps30_i2c.c | 4 ++--
> drivers/iio/chemical/sps30_serial.c | 4 ++--
I don't care much, but the cleaner approach is to have a separate patch
for .mailmap and put it at the end of the series. Otherwise it's confusing
that it's related to a certain driver, while changes are applied across
the whole tree.
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH v2 1/2] iio: chemical: sps30: update email
2026-06-18 6:58 ` Andy Shevchenko
@ 2026-06-18 16:21 ` Tomasz Duszynski
2026-06-18 17:53 ` Andy Shevchenko
0 siblings, 1 reply; 10+ messages in thread
From: Tomasz Duszynski @ 2026-06-18 16:21 UTC (permalink / raw)
To: andriy.shevchenko
Cc: andy, dlechner, jic23, linux-iio, linux-kernel, m32285159,
nuno.sa, tduszyns
> On Wed, Jun 17, 2026 at 07:27:15PM +0200, Tomasz Duszynski wrote:
> > The old email has been inactive for a while. Replace all occurrences
> > with the current address.
>
> ...
>
> > .mailmap | 1 +
> > drivers/iio/chemical/sps30_i2c.c | 4 ++--
> > drivers/iio/chemical/sps30_serial.c | 4 ++--
>
> I don't care much, but the cleaner approach is to have a separate patch
> for .mailmap and put it at the end of the series. Otherwise it's confusing
> that it's related to a certain driver, while changes are applied across
> the whole tree.
No strong opinions on the change itself, maybe except patch ordering.
I'd rather see mail mapping update placed before driver changes to make
sure it is visible if bisect ends up in the middle of the series.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH v2 1/2] iio: chemical: sps30: update email
2026-06-18 16:21 ` Tomasz Duszynski
@ 2026-06-18 17:53 ` Andy Shevchenko
0 siblings, 0 replies; 10+ messages in thread
From: Andy Shevchenko @ 2026-06-18 17:53 UTC (permalink / raw)
To: Tomasz Duszynski
Cc: andy, dlechner, jic23, linux-iio, linux-kernel, m32285159,
nuno.sa
On Thu, Jun 18, 2026 at 06:21:39PM +0200, Tomasz Duszynski wrote:
> > On Wed, Jun 17, 2026 at 07:27:15PM +0200, Tomasz Duszynski wrote:
...
> > > .mailmap | 1 +
> > > drivers/iio/chemical/sps30_i2c.c | 4 ++--
> > > drivers/iio/chemical/sps30_serial.c | 4 ++--
> >
> > I don't care much, but the cleaner approach is to have a separate patch
> > for .mailmap and put it at the end of the series. Otherwise it's confusing
> > that it's related to a certain driver, while changes are applied across
> > the whole tree.
>
> No strong opinions on the change itself, maybe except patch ordering.
> I'd rather see mail mapping update placed before driver changes to make
> sure it is visible if bisect ends up in the middle of the series.
Works for me as well. Just make it separate.
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH v2 2/2] iio: chemical: scd30: update email
2026-06-17 17:21 [PATCH v2 0/2] iio: chemical: sps30, scd30 Tomasz Duszynski
2026-06-17 17:27 ` [PATCH v2 1/2] iio: chemical: sps30: update email Tomasz Duszynski
@ 2026-06-17 17:27 ` Tomasz Duszynski
2026-06-18 6:59 ` [PATCH v2 0/2] iio: chemical: sps30, scd30 Andy Shevchenko
2026-06-18 15:40 ` Maxwell Doose
3 siblings, 0 replies; 10+ messages in thread
From: Tomasz Duszynski @ 2026-06-17 17:27 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 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] 10+ messages in thread* Re: [PATCH v2 0/2] iio: chemical: sps30, scd30
2026-06-17 17:21 [PATCH v2 0/2] iio: chemical: sps30, scd30 Tomasz Duszynski
2026-06-17 17:27 ` [PATCH v2 1/2] iio: chemical: sps30: update email Tomasz Duszynski
2026-06-17 17:27 ` [PATCH v2 2/2] iio: chemical: scd30: " Tomasz Duszynski
@ 2026-06-18 6:59 ` Andy Shevchenko
2026-06-18 15:40 ` Maxwell Doose
3 siblings, 0 replies; 10+ messages in thread
From: Andy Shevchenko @ 2026-06-18 6:59 UTC (permalink / raw)
To: Tomasz Duszynski
Cc: andy, dlechner, jic23, m32285159, nuno.sa, linux-iio,
linux-kernel
On Wed, Jun 17, 2026 at 07:21:37PM +0200, Tomasz Duszynski wrote:
> This series replaces old email addresses with a current one to
> make sure changes show up in my mailbox.
>
> v2:
> - add missing mailmap entry
Please, split it to patch 3.
With that being done, feel free to add
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
to all _three_ patches.
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH v2 0/2] iio: chemical: sps30, scd30
2026-06-17 17:21 [PATCH v2 0/2] iio: chemical: sps30, scd30 Tomasz Duszynski
` (2 preceding siblings ...)
2026-06-18 6:59 ` [PATCH v2 0/2] iio: chemical: sps30, scd30 Andy Shevchenko
@ 2026-06-18 15:40 ` Maxwell Doose
2026-06-18 21:27 ` Maxwell Doose
3 siblings, 1 reply; 10+ messages in thread
From: Maxwell Doose @ 2026-06-18 15:40 UTC (permalink / raw)
To: Tomasz Duszynski
Cc: andriy.shevchenko, andy, dlechner, jic23, nuno.sa, linux-iio,
linux-kernel
On Wed, Jun 17, 2026 at 12:22 PM 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.
>
> v2:
> - add missing mailmap entry
>
> Tomasz Duszynski (2):
> iio: chemical: sps30: update email
> iio: chemical: scd30: update email
>
Even though you were the previous maintainer I should probably still
ack this for the scd30 for good measure, so for scd30 patches:
Acked-by: Maxwell Doose <m32285159@gmail.com>
--
best regards,
max
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [PATCH v2 0/2] iio: chemical: sps30, scd30
2026-06-18 15:40 ` Maxwell Doose
@ 2026-06-18 21:27 ` Maxwell Doose
2026-06-24 16:01 ` Tomasz Duszynski
0 siblings, 1 reply; 10+ messages in thread
From: Maxwell Doose @ 2026-06-18 21:27 UTC (permalink / raw)
To: Tomasz Duszynski
Cc: andriy.shevchenko, andy, dlechner, jic23, nuno.sa, linux-iio,
linux-kernel
On Thu, Jun 18, 2026 at 10:40 AM Maxwell Doose <m32285159@gmail.com> wrote:
>
> On Wed, Jun 17, 2026 at 12:22 PM 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.
> >
> > v2:
> > - add missing mailmap entry
> >
> > Tomasz Duszynski (2):
> > iio: chemical: sps30: update email
> > iio: chemical: scd30: update email
> >
>
> Even though you were the previous maintainer I should probably still
> ack this for the scd30 for good measure, so for scd30 patches:
>
> Acked-by: Maxwell Doose <m32285159@gmail.com>
I also neglected to mention this but I updated your entry in the
dt-bindings for this so you may want to go and add yourself to that as
well.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH v2 0/2] iio: chemical: sps30, scd30
2026-06-18 21:27 ` Maxwell Doose
@ 2026-06-24 16:01 ` Tomasz Duszynski
0 siblings, 0 replies; 10+ messages in thread
From: Tomasz Duszynski @ 2026-06-24 16:01 UTC (permalink / raw)
To: m32285159
Cc: andriy.shevchenko, andy, dlechner, jic23, linux-iio, linux-kernel,
nuno.sa, tduszyns
> On Thu, Jun 18, 2026 at 10:40 AM Maxwell Doose <m32285159@gmail.com> wrote:
> >
> > On Wed, Jun 17, 2026 at 12:22 PM 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.
> > >
> > > v2:
> > > - add missing mailmap entry
> > >
> > > Tomasz Duszynski (2):
> > > iio: chemical: sps30: update email
> > > iio: chemical: scd30: update email
> > >
> >
> > Even though you were the previous maintainer I should probably still
> > ack this for the scd30 for good measure, so for scd30 patches:
> >
> > Acked-by: Maxwell Doose <m32285159@gmail.com>
>
> I also neglected to mention this but I updated your entry in the
> dt-bindings for this so you may want to go and add yourself to that as
> well.
Yup, I'll modify that too for completeness.
^ permalink raw reply [flat|nested] 10+ messages in thread