Linux IIO development
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: IIO: Update reviewers for the subsystem
@ 2025-04-06 15:31 Jonathan Cameron
  2025-04-06 15:45 ` Andy Shevchenko
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jonathan Cameron @ 2025-04-06 15:31 UTC (permalink / raw)
  To: linux-iio, Lars-Peter Clausen, David Lechner, Nuno Sá,
	Andy Shevchenko
  Cc: Jonathan Cameron

From: Jonathan Cameron <Jonathan.Cameron@huawei.com>

Lars-Peter has not been active in IIO reviewing for some time. Without
David, Nuno and Andy, along with many others who review IIO patches, I
would not be able to keep up with the rate of change and would have
become a bottleneck to development.

Hence update the MAINTAINERS entry to more accurately reflect reality.
This is not intended to give the 3 of them any more work or to oblige
them to review any particular series, so if there are any series waiting
a long time continue to poke me via the list.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
---
 MAINTAINERS | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 559620786634..0762170e9740 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11518,7 +11518,9 @@ F:	drivers/iio/common/scmi_sensors/scmi_iio.c
 
 IIO SUBSYSTEM AND DRIVERS
 M:	Jonathan Cameron <jic23@kernel.org>
-R:	Lars-Peter Clausen <lars@metafoo.de>
+R:	David Lechner <dlechner@baylibre.com>
+R:	Nuno Sá <nuno.sa@analog.com>
+R:	Andy Shevchenko <andy@kernel.org>
 L:	linux-iio@vger.kernel.org
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
-- 
2.49.0


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

* Re: [PATCH] MAINTAINERS: IIO: Update reviewers for the subsystem
  2025-04-06 15:31 [PATCH] MAINTAINERS: IIO: Update reviewers for the subsystem Jonathan Cameron
@ 2025-04-06 15:45 ` Andy Shevchenko
  2025-04-06 16:01 ` Lars-Peter Clausen
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Andy Shevchenko @ 2025-04-06 15:45 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: linux-iio, Lars-Peter Clausen, David Lechner, Nuno Sá,
	Andy Shevchenko, Jonathan Cameron

On Sun, Apr 6, 2025 at 6:31 PM Jonathan Cameron <jic23@kernel.org> wrote:
>
> From: Jonathan Cameron <Jonathan.Cameron@huawei.com>
>
> Lars-Peter has not been active in IIO reviewing for some time. Without
> David, Nuno and Andy, along with many others who review IIO patches, I
> would not be able to keep up with the rate of change and would have
> become a bottleneck to development.
>
> Hence update the MAINTAINERS entry to more accurately reflect reality.
> This is not intended to give the 3 of them any more work or to oblige
> them to review any particular series, so if there are any series waiting
> a long time continue to poke me via the list.

Acked-by: Andy Shevchenko <andy@kernel.org>


-- 
With Best Regards,
Andy Shevchenko

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

* Re: [PATCH] MAINTAINERS: IIO: Update reviewers for the subsystem
  2025-04-06 15:31 [PATCH] MAINTAINERS: IIO: Update reviewers for the subsystem Jonathan Cameron
  2025-04-06 15:45 ` Andy Shevchenko
@ 2025-04-06 16:01 ` Lars-Peter Clausen
  2025-04-06 17:02 ` David Lechner
  2025-04-07 19:01 ` Jonathan Cameron
  3 siblings, 0 replies; 5+ messages in thread
From: Lars-Peter Clausen @ 2025-04-06 16:01 UTC (permalink / raw)
  To: Jonathan Cameron, linux-iio, David Lechner, Nuno Sá,
	Andy Shevchenko
  Cc: Jonathan Cameron

On 4/6/25 08:31, Jonathan Cameron wrote:
> From: Jonathan Cameron <Jonathan.Cameron@huawei.com>
>
> Lars-Peter has not been active in IIO reviewing for some time. Without
> David, Nuno and Andy, along with many others who review IIO patches, I
> would not be able to keep up with the rate of change and would have
> become a bottleneck to development.
>
> Hence update the MAINTAINERS entry to more accurately reflect reality.
> This is not intended to give the 3 of them any more work or to oblige
> them to review any particular series, so if there are any series waiting
> a long time continue to poke me via the list.
>
> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

Acked-by: Lars-Peter Clausen <lars@metafoo.de>

At least I got to review one patch :)

> ---
>   MAINTAINERS | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 559620786634..0762170e9740 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11518,7 +11518,9 @@ F:	drivers/iio/common/scmi_sensors/scmi_iio.c
>   
>   IIO SUBSYSTEM AND DRIVERS
>   M:	Jonathan Cameron <jic23@kernel.org>
> -R:	Lars-Peter Clausen <lars@metafoo.de>
> +R:	David Lechner <dlechner@baylibre.com>
> +R:	Nuno Sá <nuno.sa@analog.com>
> +R:	Andy Shevchenko <andy@kernel.org>
>   L:	linux-iio@vger.kernel.org
>   S:	Maintained
>   T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git



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

* Re: [PATCH] MAINTAINERS: IIO: Update reviewers for the subsystem
  2025-04-06 15:31 [PATCH] MAINTAINERS: IIO: Update reviewers for the subsystem Jonathan Cameron
  2025-04-06 15:45 ` Andy Shevchenko
  2025-04-06 16:01 ` Lars-Peter Clausen
@ 2025-04-06 17:02 ` David Lechner
  2025-04-07 19:01 ` Jonathan Cameron
  3 siblings, 0 replies; 5+ messages in thread
From: David Lechner @ 2025-04-06 17:02 UTC (permalink / raw)
  To: Jonathan Cameron, linux-iio, Lars-Peter Clausen, Nuno Sá,
	Andy Shevchenko
  Cc: Jonathan Cameron

On 4/6/25 10:31 AM, Jonathan Cameron wrote:
> From: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> 
> Lars-Peter has not been active in IIO reviewing for some time. Without
> David, Nuno and Andy, along with many others who review IIO patches, I
> would not be able to keep up with the rate of change and would have
> become a bottleneck to development.
> 
> Hence update the MAINTAINERS entry to more accurately reflect reality.
> This is not intended to give the 3 of them any more work or to oblige
> them to review any particular series, so if there are any series waiting
> a long time continue to poke me via the list.
> 
> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> ---
>  MAINTAINERS | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 559620786634..0762170e9740 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11518,7 +11518,9 @@ F:	drivers/iio/common/scmi_sensors/scmi_iio.c
>  
>  IIO SUBSYSTEM AND DRIVERS
>  M:	Jonathan Cameron <jic23@kernel.org>
> -R:	Lars-Peter Clausen <lars@metafoo.de>
> +R:	David Lechner <dlechner@baylibre.com>
> +R:	Nuno Sá <nuno.sa@analog.com>
> +R:	Andy Shevchenko <andy@kernel.org>
>  L:	linux-iio@vger.kernel.org
>  S:	Maintained
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git

Acked-by: David Lechner <dlechner@baylibre.com>


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

* Re: [PATCH] MAINTAINERS: IIO: Update reviewers for the subsystem
  2025-04-06 15:31 [PATCH] MAINTAINERS: IIO: Update reviewers for the subsystem Jonathan Cameron
                   ` (2 preceding siblings ...)
  2025-04-06 17:02 ` David Lechner
@ 2025-04-07 19:01 ` Jonathan Cameron
  3 siblings, 0 replies; 5+ messages in thread
From: Jonathan Cameron @ 2025-04-07 19:01 UTC (permalink / raw)
  To: linux-iio, Lars-Peter Clausen, David Lechner, Nuno Sá,
	Andy Shevchenko
  Cc: Jonathan Cameron

On Sun,  6 Apr 2025 16:31:19 +0100
Jonathan Cameron <jic23@kernel.org> wrote:

> From: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> 
> Lars-Peter has not been active in IIO reviewing for some time. Without
> David, Nuno and Andy, along with many others who review IIO patches, I
> would not be able to keep up with the rate of change and would have
> become a bottleneck to development.
> 
> Hence update the MAINTAINERS entry to more accurately reflect reality.
> This is not intended to give the 3 of them any more work or to oblige
> them to review any particular series, so if there are any series waiting
> a long time continue to poke me via the list.
> 
> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Applied.

Thanks!
> ---
>  MAINTAINERS | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 559620786634..0762170e9740 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11518,7 +11518,9 @@ F:	drivers/iio/common/scmi_sensors/scmi_iio.c
>  
>  IIO SUBSYSTEM AND DRIVERS
>  M:	Jonathan Cameron <jic23@kernel.org>
> -R:	Lars-Peter Clausen <lars@metafoo.de>
> +R:	David Lechner <dlechner@baylibre.com>
> +R:	Nuno Sá <nuno.sa@analog.com>
> +R:	Andy Shevchenko <andy@kernel.org>
>  L:	linux-iio@vger.kernel.org
>  S:	Maintained
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git


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

end of thread, other threads:[~2025-04-07 19:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-06 15:31 [PATCH] MAINTAINERS: IIO: Update reviewers for the subsystem Jonathan Cameron
2025-04-06 15:45 ` Andy Shevchenko
2025-04-06 16:01 ` Lars-Peter Clausen
2025-04-06 17:02 ` David Lechner
2025-04-07 19:01 ` Jonathan Cameron

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