Linux I2C development
 help / color / mirror / Atom feed
* [PATCH 0/1] i2c: Andi Shyti is the new maintainer
@ 2026-06-09  9:16 Wolfram Sang
  2026-06-09  9:16 ` [PATCH 1/1] MAINTAINERS: hand over I2C to Andi Shyti Wolfram Sang
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfram Sang @ 2026-06-09  9:16 UTC (permalink / raw)
  To: linux-i2c; +Cc: linux-kernel, Andi Shyti, Wolfram Sang

As announced and mentioned in other places before, with this patch and
starting with the v7.2 release cycle, Andi is the new maintainer of the
I2C subsystem. Congratulations, Andi!

Some notes:

* I will stay around. I definitely will support Johan tackling the life
  cycle issues in I2C. Plus, some other selected issues.

* I decided to keep the split in MAINTAINERS between the I2C core and
  the host drivers. I believe it will be useful in the future again.

Everyone, please assist Andi as you assisted me. Andi, I hope you will
enjoy it as much as you enjoyed maintaining the host drivers.

All the best,

   Wolfram

Wolfram Sang (1):
  MAINTAINERS: hand over I2C to Andi Shyti

 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.51.0


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

* [PATCH 1/1] MAINTAINERS: hand over I2C to Andi Shyti
  2026-06-09  9:16 [PATCH 0/1] i2c: Andi Shyti is the new maintainer Wolfram Sang
@ 2026-06-09  9:16 ` Wolfram Sang
  2026-06-12  9:40   ` Andi Shyti
  2026-06-12 21:25   ` Sebastian Reichel
  0 siblings, 2 replies; 4+ messages in thread
From: Wolfram Sang @ 2026-06-09  9:16 UTC (permalink / raw)
  To: linux-i2c; +Cc: linux-kernel, Andi Shyti, Wolfram Sang

After 13.5 years of maintaining I2C, it is finally time for me to move
to other areas. So, I hereby transfer I2C maintainership to Andi Shyti.
He has been taking care of the I2C host drivers for a while now and
kindly agreed to look after the whole subsystem. Thank you, Andi! I also
want to thank all contributors, reviewers, and fellow maintainers making
all these years a mostly smooth ride. Happy hacking, everyone!

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 04542eebfbea..a4a0fcabe516 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12094,11 +12094,11 @@ F:	Documentation/i2c/busses/i2c-parport.rst
 F:	drivers/i2c/busses/i2c-parport.c
 
 I2C SUBSYSTEM
-M:	Wolfram Sang <wsa+renesas@sang-engineering.com>
+M:	Andi Shyti <andi.shyti@kernel.org>
 L:	linux-i2c@vger.kernel.org
 S:	Maintained
 Q:	https://patchwork.ozlabs.org/project/linux-i2c/list/
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git
 F:	Documentation/i2c/
 F:	drivers/i2c/*
 F:	include/dt-bindings/i2c/i2c.h
-- 
2.51.0


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

* Re: [PATCH 1/1] MAINTAINERS: hand over I2C to Andi Shyti
  2026-06-09  9:16 ` [PATCH 1/1] MAINTAINERS: hand over I2C to Andi Shyti Wolfram Sang
@ 2026-06-12  9:40   ` Andi Shyti
  2026-06-12 21:25   ` Sebastian Reichel
  1 sibling, 0 replies; 4+ messages in thread
From: Andi Shyti @ 2026-06-12  9:40 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-i2c, linux-kernel

Hi Wolfram,

On Tue, Jun 09, 2026 at 11:16:14AM +0200, Wolfram Sang wrote:
> After 13.5 years of maintaining I2C, it is finally time for me to move
> to other areas. So, I hereby transfer I2C maintainership to Andi Shyti.
> He has been taking care of the I2C host drivers for a while now and
> kindly agreed to look after the whole subsystem. Thank you, Andi! I also
> want to thank all contributors, reviewers, and fellow maintainers making
> all these years a mostly smooth ride. Happy hacking, everyone!
> 
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

I'm truly honoured to take on this role and I want to thank you
for all your mentoring and guidance over the years. I've learned
a great deal from you, and I hope to carry on the great work
you've done for the community.

Regardless of what the MAINTAINERS file may say, this will always
be your home. Enjoy your newfound free time, and happy hacking!

Merged to i2c/i2c-host-fixes.

Thank you,
Andi

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

* Re: [PATCH 1/1] MAINTAINERS: hand over I2C to Andi Shyti
  2026-06-09  9:16 ` [PATCH 1/1] MAINTAINERS: hand over I2C to Andi Shyti Wolfram Sang
  2026-06-12  9:40   ` Andi Shyti
@ 2026-06-12 21:25   ` Sebastian Reichel
  1 sibling, 0 replies; 4+ messages in thread
From: Sebastian Reichel @ 2026-06-12 21:25 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-i2c, linux-kernel, Andi Shyti

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

Hi,

On Tue, Jun 09, 2026 at 11:16:14AM +0200, Wolfram Sang wrote:
> After 13.5 years of maintaining I2C, it is finally time for me to move
> to other areas. So, I hereby transfer I2C maintainership to Andi Shyti.
> He has been taking care of the I2C host drivers for a while now and
> kindly agreed to look after the whole subsystem. Thank you, Andi! I also
> want to thank all contributors, reviewers, and fellow maintainers making
> all these years a mostly smooth ride. Happy hacking, everyone!
> 
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> ---

I believe 13.5 years of I2C subsystem maintanence is worth a CREDITS
entry ;) Thanks for handling the subsystem all these years!

Greetings,

-- Sebastian

>  MAINTAINERS | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 04542eebfbea..a4a0fcabe516 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -12094,11 +12094,11 @@ F:	Documentation/i2c/busses/i2c-parport.rst
>  F:	drivers/i2c/busses/i2c-parport.c
>  
>  I2C SUBSYSTEM
> -M:	Wolfram Sang <wsa+renesas@sang-engineering.com>
> +M:	Andi Shyti <andi.shyti@kernel.org>
>  L:	linux-i2c@vger.kernel.org
>  S:	Maintained
>  Q:	https://patchwork.ozlabs.org/project/linux-i2c/list/
> -T:	git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git
>  F:	Documentation/i2c/
>  F:	drivers/i2c/*
>  F:	include/dt-bindings/i2c/i2c.h
> -- 
> 2.51.0
> 
> 

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

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

end of thread, other threads:[~2026-06-12 21:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-09  9:16 [PATCH 0/1] i2c: Andi Shyti is the new maintainer Wolfram Sang
2026-06-09  9:16 ` [PATCH 1/1] MAINTAINERS: hand over I2C to Andi Shyti Wolfram Sang
2026-06-12  9:40   ` Andi Shyti
2026-06-12 21:25   ` Sebastian Reichel

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