Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1640625 > unrolled thread

[PATCH] MAINTAINERS: remove self from GPIO maintainers

Started byAlexandre Courbot <gnurou@gmail.com>
First post2017-05-12 19:10 +0200
Last post2017-05-24 00:50 +0200
Articles 5 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] MAINTAINERS: remove self from GPIO maintainers Alexandre Courbot <gnurou@gmail.com> - 2017-05-12 19:10 +0200
    Re: [PATCH] MAINTAINERS: remove self from GPIO maintainers Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-05-12 21:10 +0200
      Re: [PATCH] MAINTAINERS: remove self from GPIO maintainers Alexandre Courbot <gnurou@gmail.com> - 2017-05-15 20:00 +0200
    Re: [PATCH] MAINTAINERS: remove self from GPIO maintainers Linus Walleij <linus.walleij@linaro.org> - 2017-05-23 10:20 +0200
      Re: [PATCH] MAINTAINERS: remove self from GPIO maintainers Alexandre Courbot <gnurou@gmail.com> - 2017-05-24 00:50 +0200

#1640625 — [PATCH] MAINTAINERS: remove self from GPIO maintainers

FromAlexandre Courbot <gnurou@gmail.com>
Date2017-05-12 19:10 +0200
Subject[PATCH] MAINTAINERS: remove self from GPIO maintainers
Message-ID<tGmeK-7Jn-27@gated-at.bofh.it>
From: Alexandre Courbot <gnurou@gmail.com>

I have not been able to dedicate time to the GPIO subsystem since quite
some time, and I don't see the situation improving in the near future.
Update the maintainers list to reflect this unfortunate fact.

Signed-off-by: Alexandre Courbot <gnurou@gmail.com>
---
Linus,

I apologize for not being able to help you further (and not having done
anything useful for way too long!). As I need to focus on other areas of
the kernel (V4L) it is clear that I won't be able to be more active in
the near future. If things improve I would be very happy to send a reverse
patch someday though.

 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 07a9a5906c59..946fa1a78b5e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5670,7 +5670,6 @@ F:	tools/testing/selftests/gpio/
 
 GPIO SUBSYSTEM
 M:	Linus Walleij <linus.walleij@linaro.org>
-M:	Alexandre Courbot <gnurou@gmail.com>
 L:	linux-gpio@vger.kernel.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
 S:	Maintained
-- 
2.13.0.rc2.291.g57267f2277-goog

[toc] | [next] | [standalone]


#1640699

FromAndy Shevchenko <andy.shevchenko@gmail.com>
Date2017-05-12 21:10 +0200
Message-ID<tGo6R-EW-7@gated-at.bofh.it>
In reply to#1640625
On Fri, May 12, 2017 at 8:01 PM, Alexandre Courbot <gnurou@gmail.com> wrote:
> From: Alexandre Courbot <gnurou@gmail.com>
>
> I have not been able to dedicate time to the GPIO subsystem since quite
> some time, and I don't see the situation improving in the near future.
> Update the maintainers list to reflect this unfortunate fact.

JFYI: we have a designated reviewer typo of status.
I'm just wondering if it fits your case.

>
> Signed-off-by: Alexandre Courbot <gnurou@gmail.com>
> ---
> Linus,
>
> I apologize for not being able to help you further (and not having done
> anything useful for way too long!). As I need to focus on other areas of
> the kernel (V4L) it is clear that I won't be able to be more active in
> the near future. If things improve I would be very happy to send a reverse
> patch someday though.
>
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 07a9a5906c59..946fa1a78b5e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5670,7 +5670,6 @@ F:        tools/testing/selftests/gpio/
>
>  GPIO SUBSYSTEM
>  M:     Linus Walleij <linus.walleij@linaro.org>
> -M:     Alexandre Courbot <gnurou@gmail.com>
>  L:     linux-gpio@vger.kernel.org
>  T:     git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
>  S:     Maintained
> --
> 2.13.0.rc2.291.g57267f2277-goog
>



-- 
With Best Regards,
Andy Shevchenko

[toc] | [prev] | [next] | [standalone]


#1641940

FromAlexandre Courbot <gnurou@gmail.com>
Date2017-05-15 20:00 +0200
Message-ID<tHsrL-2Pf-11@gated-at.bofh.it>
In reply to#1640699
On Fri, May 12, 2017 at 12:00 PM, Andy Shevchenko
<andy.shevchenko@gmail.com> wrote:
> On Fri, May 12, 2017 at 8:01 PM, Alexandre Courbot <gnurou@gmail.com> wrote:
>> From: Alexandre Courbot <gnurou@gmail.com>
>>
>> I have not been able to dedicate time to the GPIO subsystem since quite
>> some time, and I don't see the situation improving in the near future.
>> Update the maintainers list to reflect this unfortunate fact.
>
> JFYI: we have a designated reviewer typo of status.
> I'm just wondering if it fits your case.

In practice that's basically what I was doing since I did not manage
any tree - just doing reviews and stuff. But that's precisely what I
cannot afford to do since a while, hence the withdrawal.

OTOH I agree it would be nice if a few people active on the GPIO list
could consider adding themselves as reviewers!

[toc] | [prev] | [next] | [standalone]


#1647780

FromLinus Walleij <linus.walleij@linaro.org>
Date2017-05-23 10:20 +0200
Message-ID<tKdcS-x7-11@gated-at.bofh.it>
In reply to#1640625
On Fri, May 12, 2017 at 7:01 PM, Alexandre Courbot <gnurou@gmail.com> wrote:

> From: Alexandre Courbot <gnurou@gmail.com>
>
> I have not been able to dedicate time to the GPIO subsystem since quite
> some time, and I don't see the situation improving in the near future.
> Update the maintainers list to reflect this unfortunate fact.
>
> Signed-off-by: Alexandre Courbot <gnurou@gmail.com>

Sad to see you go :(

However I see the work you are doing on Noveau and such that is
also extremely important.

Do you have a TODO with e.g. gpiod conversions etc that you
have planned but never go to you could submit? I'd be happy to
carry that in Documentation/gpio/TODO or so.

Yours,
Linus Walleij

[toc] | [prev] | [next] | [standalone]


#1648990

FromAlexandre Courbot <gnurou@gmail.com>
Date2017-05-24 00:50 +0200
Message-ID<tKqMN-1ta-5@gated-at.bofh.it>
In reply to#1647780
On Tue, May 23, 2017 at 5:14 PM, Linus Walleij <linus.walleij@linaro.org> wrote:
> On Fri, May 12, 2017 at 7:01 PM, Alexandre Courbot <gnurou@gmail.com> wrote:
>
>> From: Alexandre Courbot <gnurou@gmail.com>
>>
>> I have not been able to dedicate time to the GPIO subsystem since quite
>> some time, and I don't see the situation improving in the near future.
>> Update the maintainers list to reflect this unfortunate fact.
>>
>> Signed-off-by: Alexandre Courbot <gnurou@gmail.com>
>
> Sad to see you go :(

Me too, honestly. :/

> However I see the work you are doing on Noveau and such that is
> also extremely important.

Sadly my work on Nouveau is also in the past. I am more headed towards V4L now.

> Do you have a TODO with e.g. gpiod conversions etc that you
> have planned but never go to you could submit? I'd be happy to
> carry that in Documentation/gpio/TODO or so.

Nothing in particular, last time I have checked it seemed that at
least new drivers were sticking to gpiod, which is nice to see!

Thanks for everything, and probably see you again!
Alex.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web