linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Remove Simon as Renesas SoC Co-Maintainer
@ 2019-10-10 12:30 Geert Uytterhoeven
  2019-10-10 20:35 ` Stephen Rothwell
  2019-10-12  5:49 ` Simon Horman
  0 siblings, 2 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2019-10-10 12:30 UTC (permalink / raw)
  To: Linus Torvalds, Stephen Rothwell
  Cc: Simon Horman, Magnus Damm, Arnd Bergmann, Kevin Hilman,
	Olof Johansson, linux-renesas-soc, linux-arm-kernel,
	linux-kernel, Geert Uytterhoeven

At the end of the v5.3 upstream kernel development cycle, Simon stepped
down from his role as Renesas SoC maintainer.

Remove his maintainership, git repository, and branch from the
MAINTAINERS file, and add an entry to the CREDITS file to honor his
work.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 CREDITS     | 4 ++++
 MAINTAINERS | 4 ----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/CREDITS b/CREDITS
index 8b67a85844b55d88..031605d46b4d5cc1 100644
--- a/CREDITS
+++ b/CREDITS
@@ -1637,6 +1637,10 @@ S: Panoramastrasse 18
 S: D-69126 Heidelberg
 S: Germany
 
+N: Simon Horman
+M: horms@verge.net.au
+D: Renesas ARM/ARM64 SoC maintainer
+
 N: Christopher Horn
 E: chorn@warwick.net
 D: Miscellaneous sysctl hacks
diff --git a/MAINTAINERS b/MAINTAINERS
index 94ce075907a0b9aa..d44d6732510df746 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2165,12 +2165,10 @@ F:	arch/arm64/boot/dts/realtek/
 F:	Documentation/devicetree/bindings/arm/realtek.yaml
 
 ARM/RENESAS ARM64 ARCHITECTURE
-M:	Simon Horman <horms@verge.net.au>
 M:	Geert Uytterhoeven <geert+renesas@glider.be>
 M:	Magnus Damm <magnus.damm@gmail.com>
 L:	linux-renesas-soc@vger.kernel.org
 Q:	http://patchwork.kernel.org/project/linux-renesas-soc/list/
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git next
 S:	Supported
 F:	arch/arm64/boot/dts/renesas/
@@ -2282,12 +2280,10 @@ S:	Maintained
 F:	drivers/media/platform/s5p-mfc/
 
 ARM/SHMOBILE ARM ARCHITECTURE
-M:	Simon Horman <horms@verge.net.au>
 M:	Geert Uytterhoeven <geert+renesas@glider.be>
 M:	Magnus Damm <magnus.damm@gmail.com>
 L:	linux-renesas-soc@vger.kernel.org
 Q:	http://patchwork.kernel.org/project/linux-renesas-soc/list/
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git next
 S:	Supported
 F:	arch/arm/boot/dts/emev2*
-- 
2.17.1


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

* Re: [PATCH] MAINTAINERS: Remove Simon as Renesas SoC Co-Maintainer
  2019-10-10 12:30 [PATCH] MAINTAINERS: Remove Simon as Renesas SoC Co-Maintainer Geert Uytterhoeven
@ 2019-10-10 20:35 ` Stephen Rothwell
  2019-10-11  6:24   ` Geert Uytterhoeven
  2019-10-11  9:00   ` Sergei Shtylyov
  2019-10-12  5:49 ` Simon Horman
  1 sibling, 2 replies; 6+ messages in thread
From: Stephen Rothwell @ 2019-10-10 20:35 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Linus Torvalds, Simon Horman, Magnus Damm, Arnd Bergmann,
	Kevin Hilman, Olof Johansson, linux-renesas-soc,
	linux-arm-kernel, linux-kernel

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

Hi Geert,

On Thu, 10 Oct 2019 14:30:46 +0200 Geert Uytterhoeven <geert+renesas@glider.be> wrote:
>
> At the end of the v5.3 upstream kernel development cycle, Simon stepped
> down from his role as Renesas SoC maintainer.
> 
> Remove his maintainership, git repository, and branch from the
> MAINTAINERS file, and add an entry to the CREDITS file to honor his
> work.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

So, I will remove Simon's Renesas tree from linux-next and rename the
renesas-geert tree to be renesas, OK?

-- 
Cheers,
Stephen Rothwell

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

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

* Re: [PATCH] MAINTAINERS: Remove Simon as Renesas SoC Co-Maintainer
  2019-10-10 20:35 ` Stephen Rothwell
@ 2019-10-11  6:24   ` Geert Uytterhoeven
  2019-10-11  9:00   ` Sergei Shtylyov
  1 sibling, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2019-10-11  6:24 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Geert Uytterhoeven, Linus Torvalds, Simon Horman, Magnus Damm,
	Arnd Bergmann, Kevin Hilman, Olof Johansson, Linux-Renesas,
	Linux ARM, Linux Kernel Mailing List

Hi Stephen,

On Thu, Oct 10, 2019 at 10:35 PM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> On Thu, 10 Oct 2019 14:30:46 +0200 Geert Uytterhoeven <geert+renesas@glider.be> wrote:
> > At the end of the v5.3 upstream kernel development cycle, Simon stepped
> > down from his role as Renesas SoC maintainer.
> >
> > Remove his maintainership, git repository, and branch from the
> > MAINTAINERS file, and add an entry to the CREDITS file to honor his
> > work.
> >
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>
> So, I will remove Simon's Renesas tree from linux-next and rename the
> renesas-geert tree to be renesas, OK?

Thanks, that's exactly what I intended to happen ;-)

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] 6+ messages in thread

* Re: [PATCH] MAINTAINERS: Remove Simon as Renesas SoC Co-Maintainer
  2019-10-10 20:35 ` Stephen Rothwell
  2019-10-11  6:24   ` Geert Uytterhoeven
@ 2019-10-11  9:00   ` Sergei Shtylyov
  2019-10-11  9:19     ` Geert Uytterhoeven
  1 sibling, 1 reply; 6+ messages in thread
From: Sergei Shtylyov @ 2019-10-11  9:00 UTC (permalink / raw)
  To: Stephen Rothwell, Geert Uytterhoeven
  Cc: Linus Torvalds, Simon Horman, Magnus Damm, Arnd Bergmann,
	Kevin Hilman, Olof Johansson, linux-renesas-soc,
	linux-arm-kernel, linux-kernel

Hello!

On 10.10.2019 23:35, Stephen Rothwell wrote:

>> At the end of the v5.3 upstream kernel development cycle, Simon stepped
>> down from his role as Renesas SoC maintainer.
>>
>> Remove his maintainership, git repository, and branch from the
>> MAINTAINERS file, and add an entry to the CREDITS file to honor his
>> work.
>>
>> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> 
> So, I will remove Simon's Renesas tree from linux-next and rename the
> renesas-geert tree to be renesas, OK?

    I thought Geert's new repo is called renesas-devel?

MBR, Sergei

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

* Re: [PATCH] MAINTAINERS: Remove Simon as Renesas SoC Co-Maintainer
  2019-10-11  9:00   ` Sergei Shtylyov
@ 2019-10-11  9:19     ` Geert Uytterhoeven
  0 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2019-10-11  9:19 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Stephen Rothwell, Geert Uytterhoeven, Linus Torvalds,
	Simon Horman, Magnus Damm, Arnd Bergmann, Kevin Hilman,
	Olof Johansson, Linux-Renesas, Linux ARM,
	Linux Kernel Mailing List

Hi Sergei,

On Fri, Oct 11, 2019 at 11:00 AM Sergei Shtylyov
<sergei.shtylyov@cogentembedded.com> wrote:
> On 10.10.2019 23:35, Stephen Rothwell wrote:
> >> At the end of the v5.3 upstream kernel development cycle, Simon stepped
> >> down from his role as Renesas SoC maintainer.
> >>
> >> Remove his maintainership, git repository, and branch from the
> >> MAINTAINERS file, and add an entry to the CREDITS file to honor his
> >> work.
> >>
> >> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> >
> > So, I will remove Simon's Renesas tree from linux-next and rename the
> > renesas-geert tree to be renesas, OK?
>
>     I thought Geert's new repo is called renesas-devel?

The repository is called "renesas-devel".
The branch Stephen pulls is "next" (colloquially called "renesas-next" ;-)
The linux-next-specific handle Stephen uses is called "renesas".

Cfr. "git show next-20191011:Next/Trees | grep renesas".

I hope this clears up the confusion...

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] 6+ messages in thread

* Re: [PATCH] MAINTAINERS: Remove Simon as Renesas SoC Co-Maintainer
  2019-10-10 12:30 [PATCH] MAINTAINERS: Remove Simon as Renesas SoC Co-Maintainer Geert Uytterhoeven
  2019-10-10 20:35 ` Stephen Rothwell
@ 2019-10-12  5:49 ` Simon Horman
  1 sibling, 0 replies; 6+ messages in thread
From: Simon Horman @ 2019-10-12  5:49 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Linus Torvalds, Stephen Rothwell, Magnus Damm, Arnd Bergmann,
	Kevin Hilman, Olof Johansson, linux-renesas-soc,
	linux-arm-kernel, linux-kernel

On Thu, Oct 10, 2019 at 02:30:46PM +0200, Geert Uytterhoeven wrote:
> At the end of the v5.3 upstream kernel development cycle, Simon stepped
> down from his role as Renesas SoC maintainer.
> 
> Remove his maintainership, git repository, and branch from the
> MAINTAINERS file, and add an entry to the CREDITS file to honor his
> work.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Acked-by: Simon Horman <horms@verge.net.au>

> ---
>  CREDITS     | 4 ++++
>  MAINTAINERS | 4 ----
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/CREDITS b/CREDITS
> index 8b67a85844b55d88..031605d46b4d5cc1 100644
> --- a/CREDITS
> +++ b/CREDITS
> @@ -1637,6 +1637,10 @@ S: Panoramastrasse 18
>  S: D-69126 Heidelberg
>  S: Germany
>  
> +N: Simon Horman
> +M: horms@verge.net.au
> +D: Renesas ARM/ARM64 SoC maintainer
> +
>  N: Christopher Horn
>  E: chorn@warwick.net
>  D: Miscellaneous sysctl hacks
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 94ce075907a0b9aa..d44d6732510df746 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2165,12 +2165,10 @@ F:	arch/arm64/boot/dts/realtek/
>  F:	Documentation/devicetree/bindings/arm/realtek.yaml
>  
>  ARM/RENESAS ARM64 ARCHITECTURE
> -M:	Simon Horman <horms@verge.net.au>
>  M:	Geert Uytterhoeven <geert+renesas@glider.be>
>  M:	Magnus Damm <magnus.damm@gmail.com>
>  L:	linux-renesas-soc@vger.kernel.org
>  Q:	http://patchwork.kernel.org/project/linux-renesas-soc/list/
> -T:	git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git next
>  S:	Supported
>  F:	arch/arm64/boot/dts/renesas/
> @@ -2282,12 +2280,10 @@ S:	Maintained
>  F:	drivers/media/platform/s5p-mfc/
>  
>  ARM/SHMOBILE ARM ARCHITECTURE
> -M:	Simon Horman <horms@verge.net.au>
>  M:	Geert Uytterhoeven <geert+renesas@glider.be>
>  M:	Magnus Damm <magnus.damm@gmail.com>
>  L:	linux-renesas-soc@vger.kernel.org
>  Q:	http://patchwork.kernel.org/project/linux-renesas-soc/list/
> -T:	git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git next
>  S:	Supported
>  F:	arch/arm/boot/dts/emev2*
> -- 
> 2.17.1
> 

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

end of thread, other threads:[~2019-10-12  5:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-10 12:30 [PATCH] MAINTAINERS: Remove Simon as Renesas SoC Co-Maintainer Geert Uytterhoeven
2019-10-10 20:35 ` Stephen Rothwell
2019-10-11  6:24   ` Geert Uytterhoeven
2019-10-11  9:00   ` Sergei Shtylyov
2019-10-11  9:19     ` Geert Uytterhoeven
2019-10-12  5:49 ` Simon Horman

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).