The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v1 1/1] gpio: Step down as a reviewer
@ 2023-12-22 14:00 Andy Shevchenko
  2023-12-22 17:34 ` Linus Walleij
  2023-12-27 14:54 ` Bartosz Golaszewski
  0 siblings, 2 replies; 4+ messages in thread
From: Andy Shevchenko @ 2023-12-22 14:00 UTC (permalink / raw)
  To: linux-kernel; +Cc: Linus Walleij, Bartosz Golaszewski, Andy Shevchenko

Too many things are going on, and reviewing GPIO related code
seems not the best I can do, hence step down as a reviewer of
the GPIO subsystem.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d1af56dc3113..8b686a9fa068 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9110,7 +9110,6 @@ K:	(devm_)?gpio_regmap_(un)?register
 GPIO SUBSYSTEM
 M:	Linus Walleij <linus.walleij@linaro.org>
 M:	Bartosz Golaszewski <brgl@bgdev.pl>
-R:	Andy Shevchenko <andy@kernel.org>
 L:	linux-gpio@vger.kernel.org
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git
-- 
2.43.0.rc1.1.gbec44491f096


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

* Re: [PATCH v1 1/1] gpio: Step down as a reviewer
  2023-12-22 14:00 [PATCH v1 1/1] gpio: Step down as a reviewer Andy Shevchenko
@ 2023-12-22 17:34 ` Linus Walleij
  2023-12-22 18:06   ` Andy Shevchenko
  2023-12-27 14:54 ` Bartosz Golaszewski
  1 sibling, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2023-12-22 17:34 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: linux-kernel, Bartosz Golaszewski

On Fri, Dec 22, 2023 at 3:00 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:

> Too many things are going on, and reviewing GPIO related code
> seems not the best I can do, hence step down as a reviewer of
> the GPIO subsystem.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Fully understandable.
Acked-by: Linus Walleij <linus.walleij@linaro.org>

I hope we can still loop you in for anything ACPI-related?
I would feel lost without you there :/

Yours,
Linus Walleij

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

* Re: [PATCH v1 1/1] gpio: Step down as a reviewer
  2023-12-22 17:34 ` Linus Walleij
@ 2023-12-22 18:06   ` Andy Shevchenko
  0 siblings, 0 replies; 4+ messages in thread
From: Andy Shevchenko @ 2023-12-22 18:06 UTC (permalink / raw)
  To: Linus Walleij; +Cc: linux-kernel, Bartosz Golaszewski

On Fri, Dec 22, 2023 at 06:34:40PM +0100, Linus Walleij wrote:
> On Fri, Dec 22, 2023 at 3:00 PM Andy Shevchenko
> <andriy.shevchenko@linux.intel.com> wrote:
> 
> > Too many things are going on, and reviewing GPIO related code
> > seems not the best I can do, hence step down as a reviewer of
> > the GPIO subsystem.
> >
> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> 
> Fully understandable.
> Acked-by: Linus Walleij <linus.walleij@linaro.org>
> 
> I hope we can still loop you in for anything ACPI-related?
> I would feel lost without you there :/

Sure, I continue maintaining Intel GPIO stuff along with helping Mika and
Bart with ACPI part.

-- 
With Best Regards,
Andy Shevchenko



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

* Re: [PATCH v1 1/1] gpio: Step down as a reviewer
  2023-12-22 14:00 [PATCH v1 1/1] gpio: Step down as a reviewer Andy Shevchenko
  2023-12-22 17:34 ` Linus Walleij
@ 2023-12-27 14:54 ` Bartosz Golaszewski
  1 sibling, 0 replies; 4+ messages in thread
From: Bartosz Golaszewski @ 2023-12-27 14:54 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: linux-kernel, Linus Walleij

On Fri, Dec 22, 2023 at 3:00 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> Too many things are going on, and reviewing GPIO related code
> seems not the best I can do, hence step down as a reviewer of
> the GPIO subsystem.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d1af56dc3113..8b686a9fa068 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9110,7 +9110,6 @@ K:        (devm_)?gpio_regmap_(un)?register
>  GPIO SUBSYSTEM
>  M:     Linus Walleij <linus.walleij@linaro.org>
>  M:     Bartosz Golaszewski <brgl@bgdev.pl>
> -R:     Andy Shevchenko <andy@kernel.org>
>  L:     linux-gpio@vger.kernel.org
>  S:     Maintained
>  T:     git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git
> --
> 2.43.0.rc1.1.gbec44491f096
>

Reluctantly applied. :(

Bart

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

end of thread, other threads:[~2023-12-27 14:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-22 14:00 [PATCH v1 1/1] gpio: Step down as a reviewer Andy Shevchenko
2023-12-22 17:34 ` Linus Walleij
2023-12-22 18:06   ` Andy Shevchenko
2023-12-27 14:54 ` Bartosz Golaszewski

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