.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(-)
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
On Tue, 21 Jul 2026 21:03:08 +0600, Siratul Islam wrote: > 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(-) > Acked-by: Rob Herring (Arm) <robh@kernel.org>
On Wed, 22 Jul 2026 08:14:03 -0500 "Rob Herring (Arm)" <robh@kernel.org> wrote: > On Tue, 21 Jul 2026 21:03:08 +0600, Siratul Islam wrote: > > 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(-) > > > > Acked-by: Rob Herring (Arm) <robh@kernel.org> > Applied to the testing branch of iio.git Thanks J
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
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
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
© 2016 - 2026 Red Hat, Inc.