* [PATCH] dt-bindings: Fix emails with spaces or missing brackets
@ 2026-01-26 16:47 Rob Herring (Arm)
2026-01-26 17:21 ` Guenter Roeck
2026-01-27 4:44 ` Manivannan Sadhasivam
0 siblings, 2 replies; 4+ messages in thread
From: Rob Herring (Arm) @ 2026-01-26 16:47 UTC (permalink / raw)
To: Guenter Roeck, Krzysztof Kozlowski, Conor Dooley, Dmitry Torokhov,
Mauro Carvalho Chehab, Alim Akhtar, Karthikeyan Mitran,
Hou Zhiqiang, Lorenzo Pieralisi, Krzysztof Wilczyński,
Manivannan Sadhasivam, Bjorn Helgaas, Christopher Ruehl,
Jason A. Donenfeld, Matthias Schiffer, Vincent Huang, Inki Dae,
Seung-Woo Kim, Frank Li
Cc: Krzysztof Kozlowski, linux-hwmon, devicetree, linux-kernel,
linux-input, linux-media, linux-arm-kernel, linux-samsung-soc,
linux-pci
Fix email addresses with spaces or missing brackets. A pending
dtschema meta-schema change will check for these.
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml | 2 +-
Documentation/devicetree/bindings/input/syna,rmi4.yaml | 2 +-
.../devicetree/bindings/media/samsung,exynos5250-gsc.yaml | 2 +-
Documentation/devicetree/bindings/pci/mbvl,gpex40-pcie.yaml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml b/Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml
index 3d14d5fc96c5..7b38f2182ffa 100644
--- a/Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml
+++ b/Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Sensirion SHTC1 Humidity and Temperature Sensor IC
maintainers:
- - Christopher Ruehl chris.ruehl@gtsys.com.hk
+ - Christopher Ruehl <chris.ruehl@gtsys.com.hk>
description: |
The SHTC1, SHTW1 and SHTC3 are digital humidity and temperature sensors
diff --git a/Documentation/devicetree/bindings/input/syna,rmi4.yaml b/Documentation/devicetree/bindings/input/syna,rmi4.yaml
index f369385ffaf0..8685ef4481f4 100644
--- a/Documentation/devicetree/bindings/input/syna,rmi4.yaml
+++ b/Documentation/devicetree/bindings/input/syna,rmi4.yaml
@@ -8,7 +8,7 @@ title: Synaptics RMI4 compliant devices
maintainers:
- Jason A. Donenfeld <Jason@zx2c4.com>
- - Matthias Schiffer <matthias.schiffer@ew.tq-group.com
+ - Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
- Vincent Huang <vincent.huang@tw.synaptics.com>
description: |
diff --git a/Documentation/devicetree/bindings/media/samsung,exynos5250-gsc.yaml b/Documentation/devicetree/bindings/media/samsung,exynos5250-gsc.yaml
index 878397830a4d..9196cf5dac0f 100644
--- a/Documentation/devicetree/bindings/media/samsung,exynos5250-gsc.yaml
+++ b/Documentation/devicetree/bindings/media/samsung,exynos5250-gsc.yaml
@@ -9,7 +9,7 @@ title: Samsung Exynos SoC G-Scaler
maintainers:
- Inki Dae <inki.dae@samsung.com>
- Krzysztof Kozlowski <krzk@kernel.org>
- - Seung-Woo Kim <sw0312.kim@samsung.com
+ - Seung-Woo Kim <sw0312.kim@samsung.com>
description:
G-Scaler is used for scaling and color space conversion on Samsung Exynos
diff --git a/Documentation/devicetree/bindings/pci/mbvl,gpex40-pcie.yaml b/Documentation/devicetree/bindings/pci/mbvl,gpex40-pcie.yaml
index d286b77921e0..8f5d33050348 100644
--- a/Documentation/devicetree/bindings/pci/mbvl,gpex40-pcie.yaml
+++ b/Documentation/devicetree/bindings/pci/mbvl,gpex40-pcie.yaml
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Mobiveil AXI PCIe Host Bridge
maintainers:
- - Frank Li <Frank Li@nxp.com>
+ - Frank Li <Frank.Li@nxp.com>
description:
Mobiveil's GPEX 4.0 is a PCIe Gen4 host bridge IP. This configurable IP
--
2.51.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: Fix emails with spaces or missing brackets
2026-01-26 16:47 [PATCH] dt-bindings: Fix emails with spaces or missing brackets Rob Herring (Arm)
@ 2026-01-26 17:21 ` Guenter Roeck
2026-01-26 19:12 ` Dmitry Torokhov
2026-01-27 4:44 ` Manivannan Sadhasivam
1 sibling, 1 reply; 4+ messages in thread
From: Guenter Roeck @ 2026-01-26 17:21 UTC (permalink / raw)
To: Rob Herring (Arm), Krzysztof Kozlowski, Conor Dooley,
Dmitry Torokhov, Mauro Carvalho Chehab, Alim Akhtar,
Karthikeyan Mitran, Hou Zhiqiang, Lorenzo Pieralisi,
Krzysztof Wilczyński, Manivannan Sadhasivam, Bjorn Helgaas,
Christopher Ruehl, Jason A. Donenfeld, Matthias Schiffer,
Vincent Huang, Inki Dae, Seung-Woo Kim, Frank Li
Cc: Krzysztof Kozlowski, linux-hwmon, devicetree, linux-kernel,
linux-input, linux-media, linux-arm-kernel, linux-samsung-soc,
linux-pci
On 1/26/26 08:47, Rob Herring (Arm) wrote:
> Fix email addresses with spaces or missing brackets. A pending
> dtschema meta-schema change will check for these.
>
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
For hwmon:
Acked-by: Guenter Roeck <linux@roeck-us.net>
> ---
> Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml | 2 +-
> Documentation/devicetree/bindings/input/syna,rmi4.yaml | 2 +-
> .../devicetree/bindings/media/samsung,exynos5250-gsc.yaml | 2 +-
> Documentation/devicetree/bindings/pci/mbvl,gpex40-pcie.yaml | 2 +-
> 4 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml b/Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml
> index 3d14d5fc96c5..7b38f2182ffa 100644
> --- a/Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml
> +++ b/Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml
> @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
> title: Sensirion SHTC1 Humidity and Temperature Sensor IC
>
> maintainers:
> - - Christopher Ruehl chris.ruehl@gtsys.com.hk
> + - Christopher Ruehl <chris.ruehl@gtsys.com.hk>
>
> description: |
> The SHTC1, SHTW1 and SHTC3 are digital humidity and temperature sensors
> diff --git a/Documentation/devicetree/bindings/input/syna,rmi4.yaml b/Documentation/devicetree/bindings/input/syna,rmi4.yaml
> index f369385ffaf0..8685ef4481f4 100644
> --- a/Documentation/devicetree/bindings/input/syna,rmi4.yaml
> +++ b/Documentation/devicetree/bindings/input/syna,rmi4.yaml
> @@ -8,7 +8,7 @@ title: Synaptics RMI4 compliant devices
>
> maintainers:
> - Jason A. Donenfeld <Jason@zx2c4.com>
> - - Matthias Schiffer <matthias.schiffer@ew.tq-group.com
> + - Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
> - Vincent Huang <vincent.huang@tw.synaptics.com>
>
> description: |
> diff --git a/Documentation/devicetree/bindings/media/samsung,exynos5250-gsc.yaml b/Documentation/devicetree/bindings/media/samsung,exynos5250-gsc.yaml
> index 878397830a4d..9196cf5dac0f 100644
> --- a/Documentation/devicetree/bindings/media/samsung,exynos5250-gsc.yaml
> +++ b/Documentation/devicetree/bindings/media/samsung,exynos5250-gsc.yaml
> @@ -9,7 +9,7 @@ title: Samsung Exynos SoC G-Scaler
> maintainers:
> - Inki Dae <inki.dae@samsung.com>
> - Krzysztof Kozlowski <krzk@kernel.org>
> - - Seung-Woo Kim <sw0312.kim@samsung.com
> + - Seung-Woo Kim <sw0312.kim@samsung.com>
>
> description:
> G-Scaler is used for scaling and color space conversion on Samsung Exynos
> diff --git a/Documentation/devicetree/bindings/pci/mbvl,gpex40-pcie.yaml b/Documentation/devicetree/bindings/pci/mbvl,gpex40-pcie.yaml
> index d286b77921e0..8f5d33050348 100644
> --- a/Documentation/devicetree/bindings/pci/mbvl,gpex40-pcie.yaml
> +++ b/Documentation/devicetree/bindings/pci/mbvl,gpex40-pcie.yaml
> @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
> title: Mobiveil AXI PCIe Host Bridge
>
> maintainers:
> - - Frank Li <Frank Li@nxp.com>
> + - Frank Li <Frank.Li@nxp.com>
>
> description:
> Mobiveil's GPEX 4.0 is a PCIe Gen4 host bridge IP. This configurable IP
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: Fix emails with spaces or missing brackets
2026-01-26 17:21 ` Guenter Roeck
@ 2026-01-26 19:12 ` Dmitry Torokhov
0 siblings, 0 replies; 4+ messages in thread
From: Dmitry Torokhov @ 2026-01-26 19:12 UTC (permalink / raw)
To: Guenter Roeck
Cc: Rob Herring (Arm), Krzysztof Kozlowski, Conor Dooley,
Mauro Carvalho Chehab, Alim Akhtar, Karthikeyan Mitran,
Hou Zhiqiang, Lorenzo Pieralisi, Krzysztof Wilczyński,
Manivannan Sadhasivam, Bjorn Helgaas, Christopher Ruehl,
Jason A. Donenfeld, Matthias Schiffer, Vincent Huang, Inki Dae,
Seung-Woo Kim, Frank Li, Krzysztof Kozlowski, linux-hwmon,
devicetree, linux-kernel, linux-input, linux-media,
linux-arm-kernel, linux-samsung-soc, linux-pci
On Mon, Jan 26, 2026 at 09:21:15AM -0800, Guenter Roeck wrote:
> On 1/26/26 08:47, Rob Herring (Arm) wrote:
> > Fix email addresses with spaces or missing brackets. A pending
> > dtschema meta-schema change will check for these.
> >
> > Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
>
> For hwmon:
>
> Acked-by: Guenter Roeck <linux@roeck-us.net>
For input:
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
>
> > ---
> > Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml | 2 +-
> > Documentation/devicetree/bindings/input/syna,rmi4.yaml | 2 +-
> > .../devicetree/bindings/media/samsung,exynos5250-gsc.yaml | 2 +-
> > Documentation/devicetree/bindings/pci/mbvl,gpex40-pcie.yaml | 2 +-
> > 4 files changed, 4 insertions(+), 4 deletions(-)
> >
> > diff --git a/Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml b/Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml
> > index 3d14d5fc96c5..7b38f2182ffa 100644
> > --- a/Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml
> > +++ b/Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml
> > @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
> > title: Sensirion SHTC1 Humidity and Temperature Sensor IC
> > maintainers:
> > - - Christopher Ruehl chris.ruehl@gtsys.com.hk
> > + - Christopher Ruehl <chris.ruehl@gtsys.com.hk>
> > description: |
> > The SHTC1, SHTW1 and SHTC3 are digital humidity and temperature sensors
> > diff --git a/Documentation/devicetree/bindings/input/syna,rmi4.yaml b/Documentation/devicetree/bindings/input/syna,rmi4.yaml
> > index f369385ffaf0..8685ef4481f4 100644
> > --- a/Documentation/devicetree/bindings/input/syna,rmi4.yaml
> > +++ b/Documentation/devicetree/bindings/input/syna,rmi4.yaml
> > @@ -8,7 +8,7 @@ title: Synaptics RMI4 compliant devices
> > maintainers:
> > - Jason A. Donenfeld <Jason@zx2c4.com>
> > - - Matthias Schiffer <matthias.schiffer@ew.tq-group.com
> > + - Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
> > - Vincent Huang <vincent.huang@tw.synaptics.com>
> > description: |
> > diff --git a/Documentation/devicetree/bindings/media/samsung,exynos5250-gsc.yaml b/Documentation/devicetree/bindings/media/samsung,exynos5250-gsc.yaml
> > index 878397830a4d..9196cf5dac0f 100644
> > --- a/Documentation/devicetree/bindings/media/samsung,exynos5250-gsc.yaml
> > +++ b/Documentation/devicetree/bindings/media/samsung,exynos5250-gsc.yaml
> > @@ -9,7 +9,7 @@ title: Samsung Exynos SoC G-Scaler
> > maintainers:
> > - Inki Dae <inki.dae@samsung.com>
> > - Krzysztof Kozlowski <krzk@kernel.org>
> > - - Seung-Woo Kim <sw0312.kim@samsung.com
> > + - Seung-Woo Kim <sw0312.kim@samsung.com>
> > description:
> > G-Scaler is used for scaling and color space conversion on Samsung Exynos
> > diff --git a/Documentation/devicetree/bindings/pci/mbvl,gpex40-pcie.yaml b/Documentation/devicetree/bindings/pci/mbvl,gpex40-pcie.yaml
> > index d286b77921e0..8f5d33050348 100644
> > --- a/Documentation/devicetree/bindings/pci/mbvl,gpex40-pcie.yaml
> > +++ b/Documentation/devicetree/bindings/pci/mbvl,gpex40-pcie.yaml
> > @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
> > title: Mobiveil AXI PCIe Host Bridge
> > maintainers:
> > - - Frank Li <Frank Li@nxp.com>
> > + - Frank Li <Frank.Li@nxp.com>
> > description:
> > Mobiveil's GPEX 4.0 is a PCIe Gen4 host bridge IP. This configurable IP
Thanks.
--
Dmitry
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: Fix emails with spaces or missing brackets
2026-01-26 16:47 [PATCH] dt-bindings: Fix emails with spaces or missing brackets Rob Herring (Arm)
2026-01-26 17:21 ` Guenter Roeck
@ 2026-01-27 4:44 ` Manivannan Sadhasivam
1 sibling, 0 replies; 4+ messages in thread
From: Manivannan Sadhasivam @ 2026-01-27 4:44 UTC (permalink / raw)
To: Rob Herring (Arm)
Cc: Guenter Roeck, Krzysztof Kozlowski, Conor Dooley, Dmitry Torokhov,
Mauro Carvalho Chehab, Alim Akhtar, Karthikeyan Mitran,
Hou Zhiqiang, Lorenzo Pieralisi, Krzysztof Wilczyński,
Bjorn Helgaas, Christopher Ruehl, Jason A. Donenfeld,
Matthias Schiffer, Vincent Huang, Inki Dae, Seung-Woo Kim,
Frank Li, Krzysztof Kozlowski, linux-hwmon, devicetree,
linux-kernel, linux-input, linux-media, linux-arm-kernel,
linux-samsung-soc, linux-pci
On Mon, Jan 26, 2026 at 10:47:22AM -0600, Rob Herring (Arm) wrote:
> Fix email addresses with spaces or missing brackets. A pending
> dtschema meta-schema change will check for these.
>
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
> Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml | 2 +-
> Documentation/devicetree/bindings/input/syna,rmi4.yaml | 2 +-
> .../devicetree/bindings/media/samsung,exynos5250-gsc.yaml | 2 +-
> Documentation/devicetree/bindings/pci/mbvl,gpex40-pcie.yaml | 2 +-
For PCI controllers,
Acked-by: Manivannan Sadhasivam <mani@kernel.org>
- Mani
> 4 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml b/Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml
> index 3d14d5fc96c5..7b38f2182ffa 100644
> --- a/Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml
> +++ b/Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml
> @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
> title: Sensirion SHTC1 Humidity and Temperature Sensor IC
>
> maintainers:
> - - Christopher Ruehl chris.ruehl@gtsys.com.hk
> + - Christopher Ruehl <chris.ruehl@gtsys.com.hk>
>
> description: |
> The SHTC1, SHTW1 and SHTC3 are digital humidity and temperature sensors
> diff --git a/Documentation/devicetree/bindings/input/syna,rmi4.yaml b/Documentation/devicetree/bindings/input/syna,rmi4.yaml
> index f369385ffaf0..8685ef4481f4 100644
> --- a/Documentation/devicetree/bindings/input/syna,rmi4.yaml
> +++ b/Documentation/devicetree/bindings/input/syna,rmi4.yaml
> @@ -8,7 +8,7 @@ title: Synaptics RMI4 compliant devices
>
> maintainers:
> - Jason A. Donenfeld <Jason@zx2c4.com>
> - - Matthias Schiffer <matthias.schiffer@ew.tq-group.com
> + - Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
> - Vincent Huang <vincent.huang@tw.synaptics.com>
>
> description: |
> diff --git a/Documentation/devicetree/bindings/media/samsung,exynos5250-gsc.yaml b/Documentation/devicetree/bindings/media/samsung,exynos5250-gsc.yaml
> index 878397830a4d..9196cf5dac0f 100644
> --- a/Documentation/devicetree/bindings/media/samsung,exynos5250-gsc.yaml
> +++ b/Documentation/devicetree/bindings/media/samsung,exynos5250-gsc.yaml
> @@ -9,7 +9,7 @@ title: Samsung Exynos SoC G-Scaler
> maintainers:
> - Inki Dae <inki.dae@samsung.com>
> - Krzysztof Kozlowski <krzk@kernel.org>
> - - Seung-Woo Kim <sw0312.kim@samsung.com
> + - Seung-Woo Kim <sw0312.kim@samsung.com>
>
> description:
> G-Scaler is used for scaling and color space conversion on Samsung Exynos
> diff --git a/Documentation/devicetree/bindings/pci/mbvl,gpex40-pcie.yaml b/Documentation/devicetree/bindings/pci/mbvl,gpex40-pcie.yaml
> index d286b77921e0..8f5d33050348 100644
> --- a/Documentation/devicetree/bindings/pci/mbvl,gpex40-pcie.yaml
> +++ b/Documentation/devicetree/bindings/pci/mbvl,gpex40-pcie.yaml
> @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
> title: Mobiveil AXI PCIe Host Bridge
>
> maintainers:
> - - Frank Li <Frank Li@nxp.com>
> + - Frank Li <Frank.Li@nxp.com>
>
> description:
> Mobiveil's GPEX 4.0 is a PCIe Gen4 host bridge IP. This configurable IP
> --
> 2.51.0
>
--
மணிவண்ணன் சதாசிவம்
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-01-27 4:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-26 16:47 [PATCH] dt-bindings: Fix emails with spaces or missing brackets Rob Herring (Arm)
2026-01-26 17:21 ` Guenter Roeck
2026-01-26 19:12 ` Dmitry Torokhov
2026-01-27 4:44 ` Manivannan Sadhasivam
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox