2023-12-22 14:01:18

by Andy Shevchenko

[permalink] [raw]
Subject: [PATCH v1 1/1] gpio: Step down as a reviewer

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 <[email protected]>
---
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 <[email protected]>
M: Bartosz Golaszewski <[email protected]>
-R: Andy Shevchenko <[email protected]>
L: [email protected]
S: Maintained
T: git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git
--
2.43.0.rc1.1.gbec44491f096



2023-12-22 17:35:01

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH v1 1/1] gpio: Step down as a reviewer

On Fri, Dec 22, 2023 at 3:00 PM Andy Shevchenko
<[email protected]> 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 <[email protected]>

Fully understandable.
Acked-by: Linus Walleij <[email protected]>

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

Yours,
Linus Walleij

2023-12-22 18:07:04

by Andy Shevchenko

[permalink] [raw]
Subject: Re: [PATCH v1 1/1] gpio: Step down as a reviewer

On Fri, Dec 22, 2023 at 06:34:40PM +0100, Linus Walleij wrote:
> On Fri, Dec 22, 2023 at 3:00 PM Andy Shevchenko
> <[email protected]> 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 <[email protected]>
>
> Fully understandable.
> Acked-by: Linus Walleij <[email protected]>
>
> 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



2023-12-27 14:54:51

by Bartosz Golaszewski

[permalink] [raw]
Subject: Re: [PATCH v1 1/1] gpio: Step down as a reviewer

On Fri, Dec 22, 2023 at 3:00 PM Andy Shevchenko
<[email protected]> 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 <[email protected]>
> ---
> 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 <[email protected]>
> M: Bartosz Golaszewski <[email protected]>
> -R: Andy Shevchenko <[email protected]>
> L: [email protected]
> 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