Re: [PATCH] MAINTAINERS: Add Geert as Renesas SoC Co-Maintainer

2019-08-01 Thread Simon Horman
On Mon, Jul 29, 2019 at 07:56:58PM +0200, Geert Uytterhoeven wrote:
> At the end of the v5.3 upstream kernel development cycle, Simon will be
> stepping down from his role as Renesas SoC maintainer.  Starting with
> the v5.4 development cycle, Geert is taking over this role.
> 
> Add Geert as a co-maintainer, and add his git repository and branch.
> 
> Signed-off-by: Geert Uytterhoeven 
> ---
> Stephen: Can you please add my branch to linux-next, after Simon's
>branch, which may still receive fixes for v5.3?
> 
>Thanks!
> ---
>  MAINTAINERS | 4 
>  1 file changed, 4 insertions(+)

For the record:

Acked-by: Simon Horman 

> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6426db5198f05377..6de667021591fb52 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2155,10 +2155,12 @@ F:
> Documentation/devicetree/bindings/arm/realtek.txt
>  
>  ARM/RENESAS ARM64 ARCHITECTURE
>  M:   Simon Horman 
> +M:   Geert Uytterhoeven 
>  M:   Magnus Damm 
>  L:   linux-renesas-...@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/
>  F:   Documentation/devicetree/bindings/arm/renesas.yaml
> @@ -2269,10 +2271,12 @@ F:drivers/media/platform/s5p-mfc/
>  
>  ARM/SHMOBILE ARM ARCHITECTURE
>  M:   Simon Horman 
> +M:   Geert Uytterhoeven 
>  M:   Magnus Damm 
>  L:   linux-renesas-...@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*
>  F:   arch/arm/boot/dts/gr-peach*
> -- 
> 2.17.1
> 


Re: [PATCH] MAINTAINERS: Add Geert as Renesas SoC Co-Maintainer

2019-07-29 Thread Niklas Söderlund
Hi Geert, Simon,

On 2019-07-29 19:56:58 +0200, Geert Uytterhoeven wrote:
> At the end of the v5.3 upstream kernel development cycle, Simon will be
> stepping down from his role as Renesas SoC maintainer.  Starting with
> the v5.4 development cycle, Geert is taking over this role.

I would like to thank Simon for his good humor and support in all my 
interactions with him as a maintainer. And wish Geert the best of luck 
picking up the baton, not that you need it I know you will be just as 
fun to work with.

> 
> Add Geert as a co-maintainer, and add his git repository and branch.
> 
> Signed-off-by: Geert Uytterhoeven 

Reviewed-by: Niklas Söderlund 

> ---
> Stephen: Can you please add my branch to linux-next, after Simon's
>branch, which may still receive fixes for v5.3?
> 
>Thanks!
> ---
>  MAINTAINERS | 4 
>  1 file changed, 4 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6426db5198f05377..6de667021591fb52 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2155,10 +2155,12 @@ F:
> Documentation/devicetree/bindings/arm/realtek.txt
>  
>  ARM/RENESAS ARM64 ARCHITECTURE
>  M:   Simon Horman 
> +M:   Geert Uytterhoeven 
>  M:   Magnus Damm 
>  L:   linux-renesas-...@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/
>  F:   Documentation/devicetree/bindings/arm/renesas.yaml
> @@ -2269,10 +2271,12 @@ F:drivers/media/platform/s5p-mfc/
>  
>  ARM/SHMOBILE ARM ARCHITECTURE
>  M:   Simon Horman 
> +M:   Geert Uytterhoeven 
>  M:   Magnus Damm 
>  L:   linux-renesas-...@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*
>  F:   arch/arm/boot/dts/gr-peach*
> -- 
> 2.17.1
> 

-- 
Regards,
Niklas Söderlund


[PATCH] MAINTAINERS: Add Geert as Renesas SoC Co-Maintainer

2019-07-29 Thread Geert Uytterhoeven
At the end of the v5.3 upstream kernel development cycle, Simon will be
stepping down from his role as Renesas SoC maintainer.  Starting with
the v5.4 development cycle, Geert is taking over this role.

Add Geert as a co-maintainer, and add his git repository and branch.

Signed-off-by: Geert Uytterhoeven 
---
Stephen: Can you please add my branch to linux-next, after Simon's
 branch, which may still receive fixes for v5.3?

 Thanks!
---
 MAINTAINERS | 4 
 1 file changed, 4 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6426db5198f05377..6de667021591fb52 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2155,10 +2155,12 @@ F:  
Documentation/devicetree/bindings/arm/realtek.txt
 
 ARM/RENESAS ARM64 ARCHITECTURE
 M: Simon Horman 
+M: Geert Uytterhoeven 
 M: Magnus Damm 
 L: linux-renesas-...@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/
 F: Documentation/devicetree/bindings/arm/renesas.yaml
@@ -2269,10 +2271,12 @@ F:  drivers/media/platform/s5p-mfc/
 
 ARM/SHMOBILE ARM ARCHITECTURE
 M: Simon Horman 
+M: Geert Uytterhoeven 
 M: Magnus Damm 
 L: linux-renesas-...@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*
 F: arch/arm/boot/dts/gr-peach*
-- 
2.17.1