linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add me as a reviewer for PCI aardvark
@ 2020-09-25  9:21 Pali Rohár
  2020-09-25  9:51 ` Thomas Petazzoni
  2020-09-25 15:40 ` Bjorn Helgaas
  0 siblings, 2 replies; 5+ messages in thread
From: Pali Rohár @ 2020-09-25  9:21 UTC (permalink / raw)
  To: Lorenzo Pieralisi, Thomas Petazzoni, Rob Herring, Bjorn Helgaas
  Cc: linux-pci, linux-arm-kernel, linux-kernel

Signed-off-by: Pali Rohár <pali@kernel.org>
---
I have provided more fixes to this driver, I have needed functional
specification for this PCI controller and also hardware for testing
and developing (Espressobin V5 and Turris MOX B and G modules).

Thomas already wrote [1] that is less involved in this driver, so I
can help with reviewing/maintaining it.

[1] - https://lore.kernel.org/linux-pci/20200513135643.478ffbda@windsurf.home/
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index d746519253c3..e245dbe280ac 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13185,6 +13185,7 @@ F:	drivers/firmware/pcdp.*
 
 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
 M:	Thomas Petazzoni <thomas.petazzoni@bootlin.com>
+R:	Pali Rohár <pali@kernel.org>
 L:	linux-pci@vger.kernel.org
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
-- 
2.20.1


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

* Re: [PATCH] MAINTAINERS: Add me as a reviewer for PCI aardvark
  2020-09-25  9:21 [PATCH] MAINTAINERS: Add me as a reviewer for PCI aardvark Pali Rohár
@ 2020-09-25  9:51 ` Thomas Petazzoni
  2020-09-25 15:40 ` Bjorn Helgaas
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2020-09-25  9:51 UTC (permalink / raw)
  To: Pali Rohár
  Cc: Lorenzo Pieralisi, Rob Herring, Bjorn Helgaas, linux-pci,
	linux-arm-kernel, linux-kernel

Hello Pali,

On Fri, 25 Sep 2020 11:21:15 +0200
Pali Rohár <pali@kernel.org> wrote:

> Signed-off-by: Pali Rohár <pali@kernel.org>
> ---
> I have provided more fixes to this driver, I have needed functional
> specification for this PCI controller and also hardware for testing
> and developing (Espressobin V5 and Turris MOX B and G modules).
> 
> Thomas already wrote [1] that is less involved in this driver, so I
> can help with reviewing/maintaining it.
> 
> [1] - https://lore.kernel.org/linux-pci/20200513135643.478ffbda@windsurf.home/

Acked-by: Thomas Petazzzoni <thomas.petazzoni@bootlin.com>

I would certainly be fine if you were OK to switch from a R: to a M: line.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* Re: [PATCH] MAINTAINERS: Add me as a reviewer for PCI aardvark
  2020-09-25  9:21 [PATCH] MAINTAINERS: Add me as a reviewer for PCI aardvark Pali Rohár
  2020-09-25  9:51 ` Thomas Petazzoni
@ 2020-09-25 15:40 ` Bjorn Helgaas
  2020-09-26  8:29   ` Pali Rohár
  2020-09-30 22:49   ` Bjorn Helgaas
  1 sibling, 2 replies; 5+ messages in thread
From: Bjorn Helgaas @ 2020-09-25 15:40 UTC (permalink / raw)
  To: Pali Rohár
  Cc: Lorenzo Pieralisi, Thomas Petazzoni, Rob Herring, Bjorn Helgaas,
	linux-pci, linux-arm-kernel, linux-kernel

On Fri, Sep 25, 2020 at 11:21:15AM +0200, Pali Rohár wrote:
> Signed-off-by: Pali Rohár <pali@kernel.org>
> ---
> I have provided more fixes to this driver, I have needed functional
> specification for this PCI controller and also hardware for testing
> and developing (Espressobin V5 and Turris MOX B and G modules).
> 
> Thomas already wrote [1] that is less involved in this driver, so I
> can help with reviewing/maintaining it.
> 
> [1] - https://lore.kernel.org/linux-pci/20200513135643.478ffbda@windsurf.home/
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d746519253c3..e245dbe280ac 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13185,6 +13185,7 @@ F:	drivers/firmware/pcdp.*
>  
>  PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
>  M:	Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> +R:	Pali Rohár <pali@kernel.org>
>  L:	linux-pci@vger.kernel.org
>  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  S:	Maintained

Applied to pci/misc for v5.10 with Thomas' ack and signing you up as
maintainer, thanks!

commit ccaa71689032 ("MAINTAINERS: Add Pali Rohár as aardvark PCI maintainer")
Author: Pali Rohár <pali@kernel.org>
Date:   Fri Sep 25 11:21:15 2020 +0200

    MAINTAINERS: Add Pali Rohár as aardvark PCI maintainer
    
    Link: https://lore.kernel.org/r/20200925092115.16546-1-pali@kernel.org
    Signed-off-by: Pali Rohár <pali@kernel.org>
    Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
    Acked-by: Thomas Petazzzoni <thomas.petazzoni@bootlin.com>

diff --git a/MAINTAINERS b/MAINTAINERS
index deaafb617361..5959a24a4acb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13160,6 +13160,7 @@ F:	drivers/firmware/pcdp.*
 
 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
 M:	Thomas Petazzoni <thomas.petazzoni@bootlin.com>
+M:	Pali Rohár <pali@kernel.org>
 L:	linux-pci@vger.kernel.org
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained

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

* Re: [PATCH] MAINTAINERS: Add me as a reviewer for PCI aardvark
  2020-09-25 15:40 ` Bjorn Helgaas
@ 2020-09-26  8:29   ` Pali Rohár
  2020-09-30 22:49   ` Bjorn Helgaas
  1 sibling, 0 replies; 5+ messages in thread
From: Pali Rohár @ 2020-09-26  8:29 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Lorenzo Pieralisi, Thomas Petazzoni, Rob Herring, Bjorn Helgaas,
	linux-pci, linux-arm-kernel, linux-kernel

On Friday 25 September 2020 10:40:47 Bjorn Helgaas wrote:
> On Fri, Sep 25, 2020 at 11:21:15AM +0200, Pali Rohár wrote:
> > Signed-off-by: Pali Rohár <pali@kernel.org>
> > ---
> > I have provided more fixes to this driver, I have needed functional
> > specification for this PCI controller and also hardware for testing
> > and developing (Espressobin V5 and Turris MOX B and G modules).
> > 
> > Thomas already wrote [1] that is less involved in this driver, so I
> > can help with reviewing/maintaining it.
> > 
> > [1] - https://lore.kernel.org/linux-pci/20200513135643.478ffbda@windsurf.home/
> > ---
> >  MAINTAINERS | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index d746519253c3..e245dbe280ac 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -13185,6 +13185,7 @@ F:	drivers/firmware/pcdp.*
> >  
> >  PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
> >  M:	Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> > +R:	Pali Rohár <pali@kernel.org>
> >  L:	linux-pci@vger.kernel.org
> >  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> >  S:	Maintained
> 
> Applied to pci/misc for v5.10 with Thomas' ack and signing you up as
> maintainer, thanks!
> 
> commit ccaa71689032 ("MAINTAINERS: Add Pali Rohár as aardvark PCI maintainer")
> Author: Pali Rohár <pali@kernel.org>
> Date:   Fri Sep 25 11:21:15 2020 +0200
> 
>     MAINTAINERS: Add Pali Rohár as aardvark PCI maintainer
>     
>     Link: https://lore.kernel.org/r/20200925092115.16546-1-pali@kernel.org
>     Signed-off-by: Pali Rohár <pali@kernel.org>
>     Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
>     Acked-by: Thomas Petazzzoni <thomas.petazzoni@bootlin.com>

Ok! Fine for me.

> diff --git a/MAINTAINERS b/MAINTAINERS
> index deaafb617361..5959a24a4acb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13160,6 +13160,7 @@ F:	drivers/firmware/pcdp.*
>  
>  PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
>  M:	Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> +M:	Pali Rohár <pali@kernel.org>
>  L:	linux-pci@vger.kernel.org
>  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  S:	Maintained

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

* Re: [PATCH] MAINTAINERS: Add me as a reviewer for PCI aardvark
  2020-09-25 15:40 ` Bjorn Helgaas
  2020-09-26  8:29   ` Pali Rohár
@ 2020-09-30 22:49   ` Bjorn Helgaas
  1 sibling, 0 replies; 5+ messages in thread
From: Bjorn Helgaas @ 2020-09-30 22:49 UTC (permalink / raw)
  To: Pali Rohár
  Cc: Lorenzo Pieralisi, Thomas Petazzoni, Rob Herring, Bjorn Helgaas,
	linux-pci, linux-arm-kernel, linux-kernel

On Fri, Sep 25, 2020 at 10:40:47AM -0500, Bjorn Helgaas wrote:
> On Fri, Sep 25, 2020 at 11:21:15AM +0200, Pali Rohár wrote:
> > Signed-off-by: Pali Rohár <pali@kernel.org>
> > ---
> > I have provided more fixes to this driver, I have needed functional
> > specification for this PCI controller and also hardware for testing
> > and developing (Espressobin V5 and Turris MOX B and G modules).
> > 
> > Thomas already wrote [1] that is less involved in this driver, so I
> > can help with reviewing/maintaining it.
> > 
> > [1] - https://lore.kernel.org/linux-pci/20200513135643.478ffbda@windsurf.home/
> > ---
> >  MAINTAINERS | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index d746519253c3..e245dbe280ac 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -13185,6 +13185,7 @@ F:	drivers/firmware/pcdp.*
> >  
> >  PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
> >  M:	Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> > +R:	Pali Rohár <pali@kernel.org>
> >  L:	linux-pci@vger.kernel.org
> >  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> >  S:	Maintained
> 
> Applied to pci/misc for v5.10 with Thomas' ack and signing you up as
> maintainer, thanks!

Actually, I moved this to for-linus so we can get it in v5.9.  It's
zero risk, and if we wait for v5.10, you'd miss any reports related to
v5.9.

> commit ccaa71689032 ("MAINTAINERS: Add Pali Rohár as aardvark PCI maintainer")
> Author: Pali Rohár <pali@kernel.org>
> Date:   Fri Sep 25 11:21:15 2020 +0200
> 
>     MAINTAINERS: Add Pali Rohár as aardvark PCI maintainer
>     
>     Link: https://lore.kernel.org/r/20200925092115.16546-1-pali@kernel.org
>     Signed-off-by: Pali Rohár <pali@kernel.org>
>     Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
>     Acked-by: Thomas Petazzzoni <thomas.petazzoni@bootlin.com>
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index deaafb617361..5959a24a4acb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13160,6 +13160,7 @@ F:	drivers/firmware/pcdp.*
>  
>  PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
>  M:	Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> +M:	Pali Rohár <pali@kernel.org>
>  L:	linux-pci@vger.kernel.org
>  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  S:	Maintained

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

end of thread, other threads:[~2020-09-30 22:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-25  9:21 [PATCH] MAINTAINERS: Add me as a reviewer for PCI aardvark Pali Rohár
2020-09-25  9:51 ` Thomas Petazzoni
2020-09-25 15:40 ` Bjorn Helgaas
2020-09-26  8:29   ` Pali Rohár
2020-09-30 22:49   ` Bjorn Helgaas

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