Devicetree
 help / color / mirror / Atom feed
* [PATCH] iio: update email for Siratul Islam
@ 2026-07-21 15:03 Siratul Islam
  2026-07-21 20:49 ` Andy Shevchenko
  0 siblings, 1 reply; 4+ messages in thread
From: Siratul Islam @ 2026-07-21 15:03 UTC (permalink / raw)
  To: Song Qiang, Jonathan Cameron, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: David Lechner, Nuno Sá, Andy Shevchenko, linux-kernel,
	linux-iio, devicetree

Change personal email to the Linux specific one,
to have a single and focused point of interaction.

Signed-off-by: Siratul Islam <siratul.islam@linux.dev>
---
 .mailmap                                                      | 1 +
 .../devicetree/bindings/iio/proximity/st,vl53l0x.yaml         | 2 +-
 MAINTAINERS                                                   | 2 +-
 drivers/iio/proximity/vl53l1x-i2c.c                           | 4 ++--
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.mailmap b/.mailmap
index 501d858cb432..a337ff5b852e 100644
--- a/.mailmap
+++ b/.mailmap
@@ -817,6 +817,7 @@ Simon Wunderlich <sw@simonwunderlich.de> <simon.wunderlich@s2003.tu-chemnitz.de>
 Simon Wunderlich <sw@simonwunderlich.de> <simon.wunderlich@saxnet.de>
 Simon Wunderlich <sw@simonwunderlich.de> <simon@open-mesh.com>
 Simon Wunderlich <sw@simonwunderlich.de> <siwu@hrz.tu-chemnitz.de>
+Siratul Islam <siratul.islam@linux.dev> <email@sirat.me>
 SJ Park <sj@kernel.org>
 Sricharan Ramabadhran <quic_srichara@quicinc.com> <sricharan@codeaurora.org>
 Srinivas Kandagatla <srini@kernel.org> <srinivas.kandagatla@st.com>
diff --git a/Documentation/devicetree/bindings/iio/proximity/st,vl53l0x.yaml b/Documentation/devicetree/bindings/iio/proximity/st,vl53l0x.yaml
index f7f8be1e379d..d23dc59505cc 100644
--- a/Documentation/devicetree/bindings/iio/proximity/st,vl53l0x.yaml
+++ b/Documentation/devicetree/bindings/iio/proximity/st,vl53l0x.yaml
@@ -8,7 +8,7 @@ title: ST VL53L0X/VL53L1X ToF ranging sensor
 
 maintainers:
   - Song Qiang <songqiang1304521@gmail.com>
-  - Siratul Islam <email@sirat.me>
+  - Siratul Islam <siratul.islam@linux.dev>
 
 properties:
   compatible:
diff --git a/MAINTAINERS b/MAINTAINERS
index 1ab8736850ea..712505519c39 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -25682,7 +25682,7 @@ F:	Documentation/devicetree/bindings/iio/proximity/st,vl53l0x.yaml
 F:	drivers/iio/proximity/vl53l0x-i2c.c
 
 ST VL53L1X ToF RANGER(I2C) IIO DRIVER
-M:	Siratul Islam <email@sirat.me>
+M:	Siratul Islam <siratul.islam@linux.dev>
 L:	linux-iio@vger.kernel.org
 S:	Maintained
 F:	Documentation/devicetree/bindings/iio/proximity/st,vl53l0x.yaml
diff --git a/drivers/iio/proximity/vl53l1x-i2c.c b/drivers/iio/proximity/vl53l1x-i2c.c
index dc4ffbc95d1f..aef5f26d1e1c 100644
--- a/drivers/iio/proximity/vl53l1x-i2c.c
+++ b/drivers/iio/proximity/vl53l1x-i2c.c
@@ -2,7 +2,7 @@
 /*
  * Support for ST VL53L1X FlightSense ToF Ranging Sensor on a i2c bus.
  *
- * Copyright (C) 2026 Siratul Islam <email@sirat.me>
+ * Copyright (C) 2026 Siratul Islam <siratul.islam@linux.dev>
  *
  * Datasheet available at
  * <https://www.st.com/resource/en/datasheet/vl53l1x.pdf>
@@ -750,6 +750,6 @@ static struct i2c_driver vl53l1x_driver = {
 };
 module_i2c_driver(vl53l1x_driver);
 
-MODULE_AUTHOR("Siratul Islam <email@sirat.me>");
+MODULE_AUTHOR("Siratul Islam <siratul.islam@linux.dev>");
 MODULE_DESCRIPTION("ST VL53L1X ToF ranging sensor driver");
 MODULE_LICENSE("Dual BSD/GPL");
-- 
2.55.0


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

* Re: [PATCH] iio: update email for Siratul Islam
  2026-07-21 15:03 [PATCH] iio: update email for Siratul Islam Siratul Islam
@ 2026-07-21 20:49 ` Andy Shevchenko
  2026-07-21 21:03   ` Siratul Islam
  2026-07-21 21:19   ` Maxwell Doose
  0 siblings, 2 replies; 4+ messages in thread
From: Andy Shevchenko @ 2026-07-21 20:49 UTC (permalink / raw)
  To: Siratul Islam
  Cc: Song Qiang, Jonathan Cameron, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, David Lechner, Nuno Sá, Andy Shevchenko,
	linux-kernel, linux-iio, devicetree

On Tue, Jul 21, 2026 at 09:03:08PM +0600, Siratul Islam wrote:
> Change personal email to the Linux specific one,
> to have a single and focused point of interaction.

...

>  .mailmap                                                      | 1 +
>  .../devicetree/bindings/iio/proximity/st,vl53l0x.yaml         | 2 +-
>  MAINTAINERS                                                   | 2 +-
>  drivers/iio/proximity/vl53l1x-i2c.c                           | 4 ++--

Shouldn't DT patch be separated?

-- 
With Best Regards,
Andy Shevchenko



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

* Re: [PATCH] iio: update email for Siratul Islam
  2026-07-21 20:49 ` Andy Shevchenko
@ 2026-07-21 21:03   ` Siratul Islam
  2026-07-21 21:19   ` Maxwell Doose
  1 sibling, 0 replies; 4+ messages in thread
From: Siratul Islam @ 2026-07-21 21:03 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Song Qiang, Jonathan Cameron, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, David Lechner, Nuno Sá, Andy Shevchenko,
	linux-kernel, linux-iio, devicetree

July 22, 2026 at 2:49 AM, "Andy Shevchenko" <andriy.shevchenko@intel.com mailto:andriy.shevchenko@intel.com?to=%22Andy%20Shevchenko%22%20%3Candriy.shevchenko%40intel.com%3E > wrote:


> 
> On Tue, Jul 21, 2026 at 09:03:08PM +0600, Siratul Islam wrote:
> 
> > 
> > Change personal email to the Linux specific one,
> >  to have a single and focused point of interaction.
> > 
> ...
> 
> > 
> > .mailmap | 1 +
> >  .../devicetree/bindings/iio/proximity/st,vl53l0x.yaml | 2 +-
> >  MAINTAINERS | 2 +-
> >  drivers/iio/proximity/vl53l1x-i2c.c | 4 ++--
> > 
> Shouldn't DT patch be separated?
> 
checkpatch.pl --strict has a warning saying that. But I remember 
another similar patch from a few days ago where Krzysztof suggested all the changes 
in one commit.

Link: https://lore.kernel.org/linux-iio/a509d034-de90-4e46-bd7e-75f61002d6ba@kernel.org/

> -- 
> With Best Regards,
> Andy Shevchenko
>

--
Best regards,
Sirat

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

* Re: [PATCH] iio: update email for Siratul Islam
  2026-07-21 20:49 ` Andy Shevchenko
  2026-07-21 21:03   ` Siratul Islam
@ 2026-07-21 21:19   ` Maxwell Doose
  1 sibling, 0 replies; 4+ messages in thread
From: Maxwell Doose @ 2026-07-21 21:19 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Siratul Islam, Song Qiang, Jonathan Cameron, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, David Lechner, Nuno Sá,
	Andy Shevchenko, linux-kernel, linux-iio, devicetree

On Tue, Jul 21, 2026 at 4:58 PM Andy Shevchenko
<andriy.shevchenko@intel.com> wrote:
>
> On Tue, Jul 21, 2026 at 09:03:08PM +0600, Siratul Islam wrote:
> > Change personal email to the Linux specific one,
> > to have a single and focused point of interaction.
>
> ...
>
> >  .mailmap                                                      | 1 +
> >  .../devicetree/bindings/iio/proximity/st,vl53l0x.yaml         | 2 +-
> >  MAINTAINERS                                                   | 2 +-
> >  drivers/iio/proximity/vl53l1x-i2c.c                           | 4 ++--
>
> Shouldn't DT patch be separated?
>

Probably but as long as a DT maintainer acks it it should probably be fine.

-- 
best regards,
max

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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-21 15:03 [PATCH] iio: update email for Siratul Islam Siratul Islam
2026-07-21 20:49 ` Andy Shevchenko
2026-07-21 21:03   ` Siratul Islam
2026-07-21 21:19   ` Maxwell Doose

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