devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] dt-bindings: iio: accel: update Martin's contact information
@ 2025-10-12  7:33 Martin Kepplinger-Novaković
  2025-10-12  7:33 ` [PATCH 2/3] dt-bindings: media: hi846: " Martin Kepplinger-Novaković
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Martin Kepplinger-Novaković @ 2025-10-12  7:33 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt
  Cc: devicetree, linux-kernel, Martin Kepplinger-Novaković

Update surname and email address in order to be reachable.

Signed-off-by: Martin Kepplinger-Novaković <martink@posteo.de>
---
 Documentation/devicetree/bindings/iio/accel/fsl,mma8452.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/iio/accel/fsl,mma8452.yaml b/Documentation/devicetree/bindings/iio/accel/fsl,mma8452.yaml
index b0dd2b4e116a..91f73872ff60 100644
--- a/Documentation/devicetree/bindings/iio/accel/fsl,mma8452.yaml
+++ b/Documentation/devicetree/bindings/iio/accel/fsl,mma8452.yaml
@@ -9,7 +9,7 @@ title:
   triaxial accelerometer
 
 maintainers:
-  - Martin Kepplinger <martin.kepplinger@theobroma-systems.com>
+  - Martin Kepplinger-Novakovic <martink@posteo.de>
 
 properties:
   compatible:
-- 
2.47.3


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

* [PATCH 2/3] dt-bindings: media: hi846: update Martin's contact information
  2025-10-12  7:33 [PATCH 1/3] dt-bindings: iio: accel: update Martin's contact information Martin Kepplinger-Novaković
@ 2025-10-12  7:33 ` Martin Kepplinger-Novaković
  2025-10-12  7:33 ` [PATCH 3/3] dt-bindings: media: imx8mq-mipi-csi2: " Martin Kepplinger-Novaković
  2025-10-12 13:44 ` [PATCH 1/3] dt-bindings: iio: accel: " Krzysztof Kozlowski
  2 siblings, 0 replies; 5+ messages in thread
From: Martin Kepplinger-Novaković @ 2025-10-12  7:33 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt
  Cc: devicetree, linux-kernel, Martin Kepplinger-Novaković

Update Martin's surname and email address in order to be reachable.

Signed-off-by: Martin Kepplinger-Novaković <martink@posteo.de>
---
 Documentation/devicetree/bindings/media/i2c/hynix,hi846.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/media/i2c/hynix,hi846.yaml b/Documentation/devicetree/bindings/media/i2c/hynix,hi846.yaml
index 1a57f2aa1982..0a715081d271 100644
--- a/Documentation/devicetree/bindings/media/i2c/hynix,hi846.yaml
+++ b/Documentation/devicetree/bindings/media/i2c/hynix,hi846.yaml
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
 title: SK Hynix Hi-846 1/4" 8M Pixel MIPI CSI-2 sensor
 
 maintainers:
-  - Martin Kepplinger <martin.kepplinger@puri.sm>
+  - Martin Kepplinger-Novakovic <martink@posteo.de>
 
 description: |-
   The Hi-846 is a raw image sensor with an MIPI CSI-2 image data
-- 
2.47.3


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

* [PATCH 3/3] dt-bindings: media: imx8mq-mipi-csi2: update Martin's contact information
  2025-10-12  7:33 [PATCH 1/3] dt-bindings: iio: accel: update Martin's contact information Martin Kepplinger-Novaković
  2025-10-12  7:33 ` [PATCH 2/3] dt-bindings: media: hi846: " Martin Kepplinger-Novaković
@ 2025-10-12  7:33 ` Martin Kepplinger-Novaković
  2025-10-12 13:44   ` Krzysztof Kozlowski
  2025-10-12 13:44 ` [PATCH 1/3] dt-bindings: iio: accel: " Krzysztof Kozlowski
  2 siblings, 1 reply; 5+ messages in thread
From: Martin Kepplinger-Novaković @ 2025-10-12  7:33 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt
  Cc: devicetree, linux-kernel, Martin Kepplinger-Novaković

Update surname and email address in order to be reachable.

Signed-off-by: Martin Kepplinger-Novaković <martink@posteo.de>
---
 .../devicetree/bindings/media/nxp,imx8mq-mipi-csi2.yaml         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/media/nxp,imx8mq-mipi-csi2.yaml b/Documentation/devicetree/bindings/media/nxp,imx8mq-mipi-csi2.yaml
index 3389bab266a9..9d9b697e936a 100644
--- a/Documentation/devicetree/bindings/media/nxp,imx8mq-mipi-csi2.yaml
+++ b/Documentation/devicetree/bindings/media/nxp,imx8mq-mipi-csi2.yaml
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
 title: NXP i.MX8MQ MIPI CSI-2 receiver
 
 maintainers:
-  - Martin Kepplinger <martin.kepplinger@puri.sm>
+  - Martin Kepplinger-Novakovic <martink@posteo.de>
 
 description: |-
   This binding covers the CSI-2 RX PHY and host controller included in the
-- 
2.47.3


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

* Re: [PATCH 3/3] dt-bindings: media: imx8mq-mipi-csi2: update Martin's contact information
  2025-10-12  7:33 ` [PATCH 3/3] dt-bindings: media: imx8mq-mipi-csi2: " Martin Kepplinger-Novaković
@ 2025-10-12 13:44   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2025-10-12 13:44 UTC (permalink / raw)
  To: Martin Kepplinger-Novaković, robh, krzk+dt, conor+dt
  Cc: devicetree, linux-kernel

On 12/10/2025 09:33, Martin Kepplinger-Novaković wrote:
> Update surname and email address in order to be reachable.
> 
> Signed-off-by: Martin Kepplinger-Novaković <martink@posteo.de>
> ---
>  .../devicetree/bindings/media/nxp,imx8mq-mipi-csi2.yaml         | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/media/nxp,imx8mq-mipi-csi2.yaml b/Documentation/devicetree/bindings/media/nxp,imx8mq-mipi-csi2.yaml
> index 3389bab266a9..9d9b697e936a 100644
> --- a/Documentation/devicetree/bindings/media/nxp,imx8mq-mipi-csi2.yaml
> +++ b/Documentation/devicetree/bindings/media/nxp,imx8mq-mipi-csi2.yaml
> @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
>  title: NXP i.MX8MQ MIPI CSI-2 receiver
>  
>  maintainers:
> -  - Martin Kepplinger <martin.kepplinger@puri.sm>
> +  - Martin Kepplinger-Novakovic <martink@posteo.de>

Please squash the media patches. It's the same subsystem.

Best regards,
Krzysztof

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

* Re: [PATCH 1/3] dt-bindings: iio: accel: update Martin's contact information
  2025-10-12  7:33 [PATCH 1/3] dt-bindings: iio: accel: update Martin's contact information Martin Kepplinger-Novaković
  2025-10-12  7:33 ` [PATCH 2/3] dt-bindings: media: hi846: " Martin Kepplinger-Novaković
  2025-10-12  7:33 ` [PATCH 3/3] dt-bindings: media: imx8mq-mipi-csi2: " Martin Kepplinger-Novaković
@ 2025-10-12 13:44 ` Krzysztof Kozlowski
  2 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2025-10-12 13:44 UTC (permalink / raw)
  To: Martin Kepplinger-Novaković, robh, krzk+dt, conor+dt
  Cc: devicetree, linux-kernel

On 12/10/2025 09:33, Martin Kepplinger-Novaković wrote:
> Update surname and email address in order to be reachable.
> 
> Signed-off-by: Martin Kepplinger-Novaković <martink@posteo.de>
> ---
>  Documentation/devicetree/bindings/iio/accel/fsl,mma8452.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof

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

end of thread, other threads:[~2025-10-12 13:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-12  7:33 [PATCH 1/3] dt-bindings: iio: accel: update Martin's contact information Martin Kepplinger-Novaković
2025-10-12  7:33 ` [PATCH 2/3] dt-bindings: media: hi846: " Martin Kepplinger-Novaković
2025-10-12  7:33 ` [PATCH 3/3] dt-bindings: media: imx8mq-mipi-csi2: " Martin Kepplinger-Novaković
2025-10-12 13:44   ` Krzysztof Kozlowski
2025-10-12 13:44 ` [PATCH 1/3] dt-bindings: iio: accel: " Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).