linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add Marek and Shimoda-san as R-Car PCIE co-maintainers
@ 2019-10-16 12:02 Simon Horman
  2019-10-17  2:32 ` Yoshihiro Shimoda
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Simon Horman @ 2019-10-16 12:02 UTC (permalink / raw)
  To: Lorenzo Pieralisi, Marek Vasut, Yoshihiro Shimoda
  Cc: Bjorn Helgaas, Magnus Damm, Kuninori Morimoto,
	Geert Uytterhoeven, linux-pci, linux-renesas-soc, linux-kernel,
	Simon Horman

At the end of the v5.3 upstream development cycle I stepped down
from my role at Renesas.

Pass maintainership of the R-Car PCIE to Marek and Shimoda-san.

Signed-off-by: Simon Horman <horms@verge.net.au>
---
 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 783569e3c4b4..b61ade7afd64 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12337,7 +12337,8 @@ F:	Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
 F:	drivers/pci/controller/pci-tegra.c
 
 PCI DRIVER FOR RENESAS R-CAR
-M:	Simon Horman <horms@verge.net.au>
+M:	Marek Vasut <marek.vasut+renesas@gmail.com>
+M:	Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
 L:	linux-pci@vger.kernel.org
 L:	linux-renesas-soc@vger.kernel.org
 S:	Maintained
-- 
2.11.0


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

* RE: [PATCH] MAINTAINERS: Add Marek and Shimoda-san as R-Car PCIE co-maintainers
  2019-10-16 12:02 [PATCH] MAINTAINERS: Add Marek and Shimoda-san as R-Car PCIE co-maintainers Simon Horman
@ 2019-10-17  2:32 ` Yoshihiro Shimoda
  2019-10-17 10:46 ` Lorenzo Pieralisi
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Yoshihiro Shimoda @ 2019-10-17  2:32 UTC (permalink / raw)
  To: Simon Horman, Lorenzo Pieralisi, Marek Vasut
  Cc: Bjorn Helgaas, Magnus Damm, Kuninori Morimoto,
	Geert Uytterhoeven, linux-pci, linux-renesas-soc, linux-kernel

Hi Simon-san,

> From: Simon Horman, Sent: Wednesday, October 16, 2019 9:03 PM
> 
> At the end of the v5.3 upstream development cycle I stepped down
> from my role at Renesas.
> 
> Pass maintainership of the R-Car PCIE to Marek and Shimoda-san.
> 
> Signed-off-by: Simon Horman <horms@verge.net.au>

Thank you very much for your support until now!

Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

Best regards,
Yoshihiro Shimoda


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

* Re: [PATCH] MAINTAINERS: Add Marek and Shimoda-san as R-Car PCIE co-maintainers
  2019-10-16 12:02 [PATCH] MAINTAINERS: Add Marek and Shimoda-san as R-Car PCIE co-maintainers Simon Horman
  2019-10-17  2:32 ` Yoshihiro Shimoda
@ 2019-10-17 10:46 ` Lorenzo Pieralisi
  2019-10-17 11:06   ` Geert Uytterhoeven
  2019-10-17 10:49 ` Marek Vasut
  2019-10-17 13:14 ` Lorenzo Pieralisi
  3 siblings, 1 reply; 6+ messages in thread
From: Lorenzo Pieralisi @ 2019-10-17 10:46 UTC (permalink / raw)
  To: Simon Horman, Geert Uytterhoeven
  Cc: Marek Vasut, Yoshihiro Shimoda, Bjorn Helgaas, Magnus Damm,
	Kuninori Morimoto, linux-pci, linux-renesas-soc, linux-kernel

On Wed, Oct 16, 2019 at 02:02:49PM +0200, Simon Horman wrote:
> At the end of the v5.3 upstream development cycle I stepped down
> from my role at Renesas.
> 
> Pass maintainership of the R-Car PCIE to Marek and Shimoda-san.
> 
> Signed-off-by: Simon Horman <horms@verge.net.au>
> ---
>  MAINTAINERS | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Hi Geert,

are you picking this up or I should pick it up ?

Either way is fine by me.

Thanks,
Lorenzo

> diff --git a/MAINTAINERS b/MAINTAINERS
> index 783569e3c4b4..b61ade7afd64 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -12337,7 +12337,8 @@ F:	Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
>  F:	drivers/pci/controller/pci-tegra.c
>  
>  PCI DRIVER FOR RENESAS R-CAR
> -M:	Simon Horman <horms@verge.net.au>
> +M:	Marek Vasut <marek.vasut+renesas@gmail.com>
> +M:	Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
>  L:	linux-pci@vger.kernel.org
>  L:	linux-renesas-soc@vger.kernel.org
>  S:	Maintained
> -- 
> 2.11.0
> 

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

* Re: [PATCH] MAINTAINERS: Add Marek and Shimoda-san as R-Car PCIE co-maintainers
  2019-10-16 12:02 [PATCH] MAINTAINERS: Add Marek and Shimoda-san as R-Car PCIE co-maintainers Simon Horman
  2019-10-17  2:32 ` Yoshihiro Shimoda
  2019-10-17 10:46 ` Lorenzo Pieralisi
@ 2019-10-17 10:49 ` Marek Vasut
  2019-10-17 13:14 ` Lorenzo Pieralisi
  3 siblings, 0 replies; 6+ messages in thread
From: Marek Vasut @ 2019-10-17 10:49 UTC (permalink / raw)
  To: Simon Horman
  Cc: Lorenzo Pieralisi, Marek Vasut, Yoshihiro Shimoda, Bjorn Helgaas,
	Magnus Damm, Kuninori Morimoto, Geert Uytterhoeven, linux-pci,
	linux-renesas-soc, linux-kernel

On 10/16/19 2:02 PM, Simon Horman wrote:
> At the end of the v5.3 upstream development cycle I stepped down
> from my role at Renesas.
> 
> Pass maintainership of the R-Car PCIE to Marek and Shimoda-san.
> 
> Signed-off-by: Simon Horman <horms@verge.net.au>

Co-maintainer model is great:
Acked-by: Marek Vasut <marek.vasut+renesas@gmail.com>

-- 
Best regards,
Marek Vasut

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

* Re: [PATCH] MAINTAINERS: Add Marek and Shimoda-san as R-Car PCIE co-maintainers
  2019-10-17 10:46 ` Lorenzo Pieralisi
@ 2019-10-17 11:06   ` Geert Uytterhoeven
  0 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2019-10-17 11:06 UTC (permalink / raw)
  To: Lorenzo Pieralisi
  Cc: Simon Horman, Geert Uytterhoeven, Marek Vasut, Yoshihiro Shimoda,
	Bjorn Helgaas, Magnus Damm, Kuninori Morimoto, linux-pci,
	Linux-Renesas, Linux Kernel Mailing List

Hi Lorenzo,

On Thu, Oct 17, 2019 at 12:46 PM Lorenzo Pieralisi
<lorenzo.pieralisi@arm.com> wrote:
> On Wed, Oct 16, 2019 at 02:02:49PM +0200, Simon Horman wrote:
> > At the end of the v5.3 upstream development cycle I stepped down
> > from my role at Renesas.
> >
> > Pass maintainership of the R-Car PCIE to Marek and Shimoda-san.
> >
> > Signed-off-by: Simon Horman <horms@verge.net.au>
> > ---
> >  MAINTAINERS | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
>
> Hi Geert,
>
> are you picking this up or I should pick it up ?
>
> Either way is fine by me.

Please pick it up, as you are a drivers/pci/controller/ maintainer.

Thanks!

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: Add Marek and Shimoda-san as R-Car PCIE co-maintainers
  2019-10-16 12:02 [PATCH] MAINTAINERS: Add Marek and Shimoda-san as R-Car PCIE co-maintainers Simon Horman
                   ` (2 preceding siblings ...)
  2019-10-17 10:49 ` Marek Vasut
@ 2019-10-17 13:14 ` Lorenzo Pieralisi
  3 siblings, 0 replies; 6+ messages in thread
From: Lorenzo Pieralisi @ 2019-10-17 13:14 UTC (permalink / raw)
  To: Simon Horman
  Cc: Marek Vasut, Yoshihiro Shimoda, Bjorn Helgaas, Magnus Damm,
	Kuninori Morimoto, Geert Uytterhoeven, linux-pci,
	linux-renesas-soc, linux-kernel

On Wed, Oct 16, 2019 at 02:02:49PM +0200, Simon Horman wrote:
> At the end of the v5.3 upstream development cycle I stepped down
> from my role at Renesas.
> 
> Pass maintainership of the R-Car PCIE to Marek and Shimoda-san.
> 
> Signed-off-by: Simon Horman <horms@verge.net.au>
> ---
>  MAINTAINERS | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Applied to pci/misc, thanks.

Lorenzo

> diff --git a/MAINTAINERS b/MAINTAINERS
> index 783569e3c4b4..b61ade7afd64 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -12337,7 +12337,8 @@ F:	Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
>  F:	drivers/pci/controller/pci-tegra.c
>  
>  PCI DRIVER FOR RENESAS R-CAR
> -M:	Simon Horman <horms@verge.net.au>
> +M:	Marek Vasut <marek.vasut+renesas@gmail.com>
> +M:	Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
>  L:	linux-pci@vger.kernel.org
>  L:	linux-renesas-soc@vger.kernel.org
>  S:	Maintained
> -- 
> 2.11.0
> 

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

end of thread, other threads:[~2019-10-17 13:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-16 12:02 [PATCH] MAINTAINERS: Add Marek and Shimoda-san as R-Car PCIE co-maintainers Simon Horman
2019-10-17  2:32 ` Yoshihiro Shimoda
2019-10-17 10:46 ` Lorenzo Pieralisi
2019-10-17 11:06   ` Geert Uytterhoeven
2019-10-17 10:49 ` Marek Vasut
2019-10-17 13:14 ` Lorenzo Pieralisi

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