diff mbox series

MAINTAINERS: Add me as a reviewer for PCI aardvark

Message ID 20200925092115.16546-1-pali@kernel.org
State New
Headers show
Series MAINTAINERS: Add me as a reviewer for PCI aardvark | expand

Commit Message

Pali Rohár Sept. 25, 2020, 9:21 a.m. UTC
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(+)

Comments

Thomas Petazzoni Sept. 25, 2020, 9:51 a.m. UTC | #1
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
Bjorn Helgaas Sept. 25, 2020, 3:40 p.m. UTC | #2
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
Pali Rohár Sept. 26, 2020, 8:29 a.m. UTC | #3
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
Bjorn Helgaas Sept. 30, 2020, 10:49 p.m. UTC | #4
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
diff mbox series

Patch

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