Linux I2C development
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: i2c: i2c-mux-pinctrl: change maintainer
@ 2026-06-16  6:07 Wolfram Sang
  2026-06-16  8:41 ` Krzysztof Kozlowski
  2026-06-16 13:14 ` Andi Shyti
  0 siblings, 2 replies; 4+ messages in thread
From: Wolfram Sang @ 2026-06-16  6:07 UTC (permalink / raw)
  To: linux-i2c
  Cc: Wolfram Sang, Thierry Reding, 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>
Acked-by: Thierry Reding <thierry.reding@kernel.org>
---

Changes since v1:
* added Thierry's preferred email and added his tag (Thanks!)

@Andi: can you kindly add this to your second pull request?

 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..99812a893476 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 <thierry.reding@kernel.org>
 
 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] 4+ messages in thread

* Re: [PATCH v2] dt-bindings: i2c: i2c-mux-pinctrl: change maintainer
  2026-06-16  6:07 [PATCH v2] dt-bindings: i2c: i2c-mux-pinctrl: change maintainer Wolfram Sang
@ 2026-06-16  8:41 ` Krzysztof Kozlowski
  2026-06-16  8:49   ` Wolfram Sang
  2026-06-16 13:14 ` Andi Shyti
  1 sibling, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2026-06-16  8:41 UTC (permalink / raw)
  To: Wolfram Sang, linux-i2c
  Cc: Thierry Reding, Peter Rosin, Andi Shyti, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, devicetree

On 16/06/2026 08:07, 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>
> Acked-by: Thierry Reding <thierry.reding@kernel.org>
> ---


I think Conor also acked it already.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof

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

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

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

On Tue, Jun 16, 2026 at 10:41:23AM +0200, Krzysztof Kozlowski wrote:
> On 16/06/2026 08:07, 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>
> > Acked-by: Thierry Reding <thierry.reding@kernel.org>
> > ---
> 
> 
> I think Conor also acked it already.
> 
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Yes, my fault. Sorry!


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

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

* Re: [PATCH v2] dt-bindings: i2c: i2c-mux-pinctrl: change maintainer
  2026-06-16  6:07 [PATCH v2] dt-bindings: i2c: i2c-mux-pinctrl: change maintainer Wolfram Sang
  2026-06-16  8:41 ` Krzysztof Kozlowski
@ 2026-06-16 13:14 ` Andi Shyti
  1 sibling, 0 replies; 4+ messages in thread
From: Andi Shyti @ 2026-06-16 13:14 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-i2c, Thierry Reding, Peter Rosin, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, devicetree

Hi Wolfram,

On Tue, Jun 16, 2026 at 08:07:59AM +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>
> Acked-by: Thierry Reding <thierry.reding@kernel.org>

with Conor's ack, merged to i2c/i2c-host.

Thanks,
Andi

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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-16  6:07 [PATCH v2] dt-bindings: i2c: i2c-mux-pinctrl: change maintainer Wolfram Sang
2026-06-16  8:41 ` Krzysztof Kozlowski
2026-06-16  8:49   ` Wolfram Sang
2026-06-16 13:14 ` Andi Shyti

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