linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Change myself to a maintainer
@ 2022-10-28  5:15 Matti Vaittinen
  2022-10-28  7:40 ` Geert Uytterhoeven
  2022-10-28 14:50 ` Bartosz Golaszewski
  0 siblings, 2 replies; 3+ messages in thread
From: Matti Vaittinen @ 2022-10-28  5:15 UTC (permalink / raw)
  To: Matti Vaittinen, Matti Vaittinen
  Cc: Liam Girdwood, Mark Brown, Sebastian Reichel, Linus Walleij,
	Bartosz Golaszewski, Michael Turquette, Stephen Boyd,
	Wim Van Sebroeck, Guenter Roeck, Lee Jones, Joe Perches,
	linux-kernel

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

After some off-list discussion with Marek Vasut and Geert Uytterhoeven
and finally a kx022a driver related discussion with Joe Perches
https://lore.kernel.org/lkml/92c3f72e60bc99bf4a21da259b4d78c1bdca447d.camel@perches.com/
it seems that my status as a reviewer has been wrong. I do look after
the ROHM/Kionix drivers I've authored and currently I am also paid to do
so as is reflected by the 'S: Supported'. According to Joe, the reviewer
entry in MAINTAINERS do not indicate such level of support and having a
reviewer supporting an IC is a contradiction.

Switch undersigned from a reviewer to a maintainer for IC drivers I am
taking care of.

Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e04d944005ba..fad5e16e8074 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17811,7 +17811,7 @@ S:	Odd Fixes
 F:	drivers/tty/serial/rp2.*
 
 ROHM BD99954 CHARGER IC
-R:	Matti Vaittinen <mazziesaccount@gmail.com>
+M:	Matti Vaittinen <mazziesaccount@gmail.com>
 S:	Supported
 F:	drivers/power/supply/bd99954-charger.c
 F:	drivers/power/supply/bd99954-charger.h
@@ -17834,7 +17834,7 @@ F:	drivers/regulator/bd9571mwv-regulator.c
 F:	include/linux/mfd/bd9571mwv.h
 
 ROHM POWER MANAGEMENT IC DEVICE DRIVERS
-R:	Matti Vaittinen <mazziesaccount@gmail.com>
+M:	Matti Vaittinen <mazziesaccount@gmail.com>
 S:	Supported
 F:	drivers/clk/clk-bd718x7.c
 F:	drivers/gpio/gpio-bd71815.c

base-commit: 247f34f7b80357943234f93f247a1ae6b6c3a740
-- 
2.37.3


-- 
Matti Vaittinen, Linux device drivers
ROHM Semiconductors, Finland SWDC
Kiviharjunlenkki 1E
90220 OULU
FINLAND

~~~ "I don't think so," said Rene Descartes. Just then he vanished ~~~
Simon says - in Latin please.
~~~ "non cogito me" dixit Rene Descarte, deinde evanescavit ~~~
Thanks to Simon Glass for the translation =] 

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

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

* Re: [PATCH] MAINTAINERS: Change myself to a maintainer
  2022-10-28  5:15 [PATCH] MAINTAINERS: Change myself to a maintainer Matti Vaittinen
@ 2022-10-28  7:40 ` Geert Uytterhoeven
  2022-10-28 14:50 ` Bartosz Golaszewski
  1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2022-10-28  7:40 UTC (permalink / raw)
  To: Matti Vaittinen
  Cc: Matti Vaittinen, Liam Girdwood, Mark Brown, Sebastian Reichel,
	Linus Walleij, Bartosz Golaszewski, Michael Turquette,
	Stephen Boyd, Wim Van Sebroeck, Guenter Roeck, Lee Jones,
	Joe Perches, linux-kernel

On Fri, Oct 28, 2022 at 7:21 AM Matti Vaittinen
<mazziesaccount@gmail.com> wrote:
> After some off-list discussion with Marek Vasut and Geert Uytterhoeven
> and finally a kx022a driver related discussion with Joe Perches
> https://lore.kernel.org/lkml/92c3f72e60bc99bf4a21da259b4d78c1bdca447d.camel@perches.com/
> it seems that my status as a reviewer has been wrong. I do look after
> the ROHM/Kionix drivers I've authored and currently I am also paid to do
> so as is reflected by the 'S: Supported'. According to Joe, the reviewer
> entry in MAINTAINERS do not indicate such level of support and having a
> reviewer supporting an IC is a contradiction.
>
> Switch undersigned from a reviewer to a maintainer for IC drivers I am
> taking care of.
>
> Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH] MAINTAINERS: Change myself to a maintainer
  2022-10-28  5:15 [PATCH] MAINTAINERS: Change myself to a maintainer Matti Vaittinen
  2022-10-28  7:40 ` Geert Uytterhoeven
@ 2022-10-28 14:50 ` Bartosz Golaszewski
  1 sibling, 0 replies; 3+ messages in thread
From: Bartosz Golaszewski @ 2022-10-28 14:50 UTC (permalink / raw)
  To: Matti Vaittinen
  Cc: Matti Vaittinen, Liam Girdwood, Mark Brown, Sebastian Reichel,
	Linus Walleij, Michael Turquette, Stephen Boyd, Wim Van Sebroeck,
	Guenter Roeck, Lee Jones, Joe Perches, linux-kernel

On Fri, Oct 28, 2022 at 7:16 AM Matti Vaittinen
<mazziesaccount@gmail.com> wrote:
>
> After some off-list discussion with Marek Vasut and Geert Uytterhoeven
> and finally a kx022a driver related discussion with Joe Perches
> https://lore.kernel.org/lkml/92c3f72e60bc99bf4a21da259b4d78c1bdca447d.camel@perches.com/
> it seems that my status as a reviewer has been wrong. I do look after
> the ROHM/Kionix drivers I've authored and currently I am also paid to do
> so as is reflected by the 'S: Supported'. According to Joe, the reviewer
> entry in MAINTAINERS do not indicate such level of support and having a
> reviewer supporting an IC is a contradiction.
>
> Switch undersigned from a reviewer to a maintainer for IC drivers I am
> taking care of.
>
> Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com>
> ---

Applied, thanks!

Bartosz

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

end of thread, other threads:[~2022-10-28 14:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-28  5:15 [PATCH] MAINTAINERS: Change myself to a maintainer Matti Vaittinen
2022-10-28  7:40 ` Geert Uytterhoeven
2022-10-28 14:50 ` Bartosz Golaszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).