Devicetree
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: i2c: i2c-mux-pinctrl: change maintainer
@ 2026-06-11 12:26 Wolfram Sang
  2026-06-11 17:18 ` Conor Dooley
  2026-06-15 18:38 ` Thierry Reding
  0 siblings, 2 replies; 7+ messages in thread
From: Wolfram Sang @ 2026-06-11 12:26 UTC (permalink / raw)
  To: linux-i2c
  Cc: Thierry Reding, Wolfram Sang, Peter Rosin, Andi Shyti,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, devicetree

The YAML conversion added me as maintainer but I can't recall being
asked nor do I want to maintain it. Thierry has created the YAML file
and works for the company which contributed the driver.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---

@Thierry: are you okay with this change?

 Documentation/devicetree/bindings/i2c/i2c-mux-pinctrl.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/i2c/i2c-mux-pinctrl.yaml b/Documentation/devicetree/bindings/i2c/i2c-mux-pinctrl.yaml
index 2e3d555eb96c..f7502da71909 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-mux-pinctrl.yaml
+++ b/Documentation/devicetree/bindings/i2c/i2c-mux-pinctrl.yaml
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
 title: Pinctrl-based I2C Bus Mux
 
 maintainers:
-  - Wolfram Sang <wsa@kernel.org>
+  - Thierry Reding <treding@nvidia.com>
 
 description: |
   This binding describes an I2C bus multiplexer that uses pin multiplexing to route the I2C
-- 
2.51.0


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

* Re: [PATCH] dt-bindings: i2c: i2c-mux-pinctrl: change maintainer
  2026-06-11 12:26 [PATCH] dt-bindings: i2c: i2c-mux-pinctrl: change maintainer Wolfram Sang
@ 2026-06-11 17:18 ` Conor Dooley
  2026-06-15 18:38 ` Thierry Reding
  1 sibling, 0 replies; 7+ messages in thread
From: Conor Dooley @ 2026-06-11 17:18 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-i2c, Thierry Reding, Peter Rosin, Andi Shyti, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, devicetree

[-- Attachment #1: Type: text/plain, Size: 75 bytes --]

Acked-by: Conor Dooley <conor.dooley@microchip.com>
pw-bot: not-applicable

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH] dt-bindings: i2c: i2c-mux-pinctrl: change maintainer
  2026-06-11 12:26 [PATCH] dt-bindings: i2c: i2c-mux-pinctrl: change maintainer Wolfram Sang
  2026-06-11 17:18 ` Conor Dooley
@ 2026-06-15 18:38 ` Thierry Reding
  2026-06-15 21:15   ` Andi Shyti
  2026-06-16  6:04   ` Wolfram Sang
  1 sibling, 2 replies; 7+ messages in thread
From: Thierry Reding @ 2026-06-15 18:38 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-i2c, Thierry Reding, Peter Rosin, Andi Shyti, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, devicetree

[-- Attachment #1: Type: text/plain, Size: 1571 bytes --]

On Thu, Jun 11, 2026 at 02:26:24PM +0200, Wolfram Sang wrote:
> The YAML conversion added me as maintainer but I can't recall being
> asked nor do I want to maintain it. Thierry has created the YAML file
> and works for the company which contributed the driver.
> 
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> ---
> 
> @Thierry: are you okay with this change?
> 
>  Documentation/devicetree/bindings/i2c/i2c-mux-pinctrl.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/i2c/i2c-mux-pinctrl.yaml b/Documentation/devicetree/bindings/i2c/i2c-mux-pinctrl.yaml
> index 2e3d555eb96c..f7502da71909 100644
> --- a/Documentation/devicetree/bindings/i2c/i2c-mux-pinctrl.yaml
> +++ b/Documentation/devicetree/bindings/i2c/i2c-mux-pinctrl.yaml
> @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
>  title: Pinctrl-based I2C Bus Mux
>  
>  maintainers:
> -  - Wolfram Sang <wsa@kernel.org>
> +  - Thierry Reding <treding@nvidia.com>
>  
>  description: |
>    This binding describes an I2C bus multiplexer that uses pin multiplexing to route the I2C

By default I used to list the subsystem maintainer as the bindings
maintainer if the binding wasn't Tegra-specific, or in this case the
original author wasn't active anymore.

I'm fine being listed as the maintainer for this if you don't want to,
but I prefer to use the thierry.reding@kernel.org email address for
communication.

With that:

Acked-by: Thierry Reding <treding@nvidia.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH] dt-bindings: i2c: i2c-mux-pinctrl: change maintainer
  2026-06-15 18:38 ` Thierry Reding
@ 2026-06-15 21:15   ` Andi Shyti
  2026-06-16 11:09     ` Thierry Reding
  2026-06-16  6:04   ` Wolfram Sang
  1 sibling, 1 reply; 7+ messages in thread
From: Andi Shyti @ 2026-06-15 21:15 UTC (permalink / raw)
  To: Thierry Reding
  Cc: Wolfram Sang, linux-i2c, Thierry Reding, Peter Rosin, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, devicetree

Hi Thierry,

> >  maintainers:
> > -  - Wolfram Sang <wsa@kernel.org>
> > +  - Thierry Reding <treding@nvidia.com>
> >  
> >  description: |
> >    This binding describes an I2C bus multiplexer that uses pin multiplexing to route the I2C
> 
> By default I used to list the subsystem maintainer as the bindings
> maintainer if the binding wasn't Tegra-specific, or in this case the
> original author wasn't active anymore.
> 
> I'm fine being listed as the maintainer for this if you don't want to,
> but I prefer to use the thierry.reding@kernel.org email address for
> communication.

Just to be clear, are you saying that in this file you want your
kernel.org e-mail or are you referring to generic communication?

Andi

> With that:
> 
> Acked-by: Thierry Reding <treding@nvidia.com>



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

* Re: [PATCH] dt-bindings: i2c: i2c-mux-pinctrl: change maintainer
  2026-06-15 18:38 ` Thierry Reding
  2026-06-15 21:15   ` Andi Shyti
@ 2026-06-16  6:04   ` Wolfram Sang
  2026-06-16 11:15     ` Thierry Reding
  1 sibling, 1 reply; 7+ messages in thread
From: Wolfram Sang @ 2026-06-16  6:04 UTC (permalink / raw)
  To: Thierry Reding
  Cc: linux-i2c, Thierry Reding, Peter Rosin, Andi Shyti, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, devicetree

[-- Attachment #1: Type: text/plain, Size: 834 bytes --]

Hi Thierry,

> By default I used to list the subsystem maintainer as the bindings
> maintainer if the binding wasn't Tegra-specific, or in this case the
> original author wasn't active anymore.

I understand that. Yet, since I handed I2C over to Andi now, this entry
becomes kind of stale then. I wanted to drop the maintainers:-property
completely to avoid changing all the maintainers entry once a subsystem
gets handed over, but Rob disagreed to that.

> I'm fine being listed as the maintainer for this if you don't want to,
> but I prefer to use the thierry.reding@kernel.org email address for
> communication.

Ok, thank you, will fix.

> With that:
> 
> Acked-by: Thierry Reding <treding@nvidia.com>

I will use your kernel.org address for the ack then as well, I guess.

Happy hacking,

   Wolfram


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH] dt-bindings: i2c: i2c-mux-pinctrl: change maintainer
  2026-06-15 21:15   ` Andi Shyti
@ 2026-06-16 11:09     ` Thierry Reding
  0 siblings, 0 replies; 7+ messages in thread
From: Thierry Reding @ 2026-06-16 11:09 UTC (permalink / raw)
  To: Andi Shyti
  Cc: Wolfram Sang, linux-i2c, Thierry Reding, Peter Rosin, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, devicetree

[-- Attachment #1: Type: text/plain, Size: 1003 bytes --]

On Mon, Jun 15, 2026 at 11:15:08PM +0200, Andi Shyti wrote:
> Hi Thierry,
> 
> > >  maintainers:
> > > -  - Wolfram Sang <wsa@kernel.org>
> > > +  - Thierry Reding <treding@nvidia.com>
> > >  
> > >  description: |
> > >    This binding describes an I2C bus multiplexer that uses pin multiplexing to route the I2C
> > 
> > By default I used to list the subsystem maintainer as the bindings
> > maintainer if the binding wasn't Tegra-specific, or in this case the
> > original author wasn't active anymore.
> > 
> > I'm fine being listed as the maintainer for this if you don't want to,
> > but I prefer to use the thierry.reding@kernel.org email address for
> > communication.
> 
> Just to be clear, are you saying that in this file you want your
> kernel.org e-mail or are you referring to generic communication?

I prefer the kernel.org e-mail for generic communication. The corporate
one is primarily important but inconvenient for mass-communication on
thi lists.

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH] dt-bindings: i2c: i2c-mux-pinctrl: change maintainer
  2026-06-16  6:04   ` Wolfram Sang
@ 2026-06-16 11:15     ` Thierry Reding
  0 siblings, 0 replies; 7+ messages in thread
From: Thierry Reding @ 2026-06-16 11:15 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-i2c, Thierry Reding, Peter Rosin, Andi Shyti, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, devicetree

[-- Attachment #1: Type: text/plain, Size: 1160 bytes --]

On Tue, Jun 16, 2026 at 08:04:29AM +0200, Wolfram Sang wrote:
> Hi Thierry,
> 
> > By default I used to list the subsystem maintainer as the bindings
> > maintainer if the binding wasn't Tegra-specific, or in this case the
> > original author wasn't active anymore.
> 
> I understand that. Yet, since I handed I2C over to Andi now, this entry
> becomes kind of stale then. I wanted to drop the maintainers:-property
> completely to avoid changing all the maintainers entry once a subsystem
> gets handed over, but Rob disagreed to that.
> 
> > I'm fine being listed as the maintainer for this if you don't want to,
> > but I prefer to use the thierry.reding@kernel.org email address for
> > communication.
> 
> Ok, thank you, will fix.
> 
> > With that:
> > 
> > Acked-by: Thierry Reding <treding@nvidia.com>
> 
> I will use your kernel.org address for the ack then as well, I guess.

It was intended as given, but either way works fine. The corporate email
is primarily important for authorship. On the other hand I'm always the
same person, so at the end of the day it probably doesn't matter all
that much either way.

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2026-06-16 11:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-11 12:26 [PATCH] dt-bindings: i2c: i2c-mux-pinctrl: change maintainer Wolfram Sang
2026-06-11 17:18 ` Conor Dooley
2026-06-15 18:38 ` Thierry Reding
2026-06-15 21:15   ` Andi Shyti
2026-06-16 11:09     ` Thierry Reding
2026-06-16  6:04   ` Wolfram Sang
2026-06-16 11:15     ` Thierry Reding

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