2020-09-25 09:24:21

by Pali Rohár

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Add me as a reviewer for PCI aardvark

Signed-off-by: Pali Rohár <[email protected]>
---
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/[email protected]/
---
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 <[email protected]>
+R: Pali Rohár <[email protected]>
L: [email protected]
L: [email protected] (moderated for non-subscribers)
S: Maintained
--
2.20.1


2020-09-25 10:03:46

by Thomas Petazzoni

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add me as a reviewer for PCI aardvark

Hello Pali,

On Fri, 25 Sep 2020 11:21:15 +0200
Pali Rohár <[email protected]> wrote:

> Signed-off-by: Pali Rohár <[email protected]>
> ---
> 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/[email protected]/

Acked-by: Thomas Petazzzoni <[email protected]>

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

2020-09-25 15:42:20

by Bjorn Helgaas

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add me as a reviewer for PCI aardvark

On Fri, Sep 25, 2020 at 11:21:15AM +0200, Pali Roh?r wrote:
> Signed-off-by: Pali Roh?r <[email protected]>
> ---
> 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/[email protected]/
> ---
> 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 <[email protected]>
> +R: Pali Roh?r <[email protected]>
> L: [email protected]
> L: [email protected] (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 <[email protected]>
Date: Fri Sep 25 11:21:15 2020 +0200

MAINTAINERS: Add Pali Roh?r as aardvark PCI maintainer

Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Pali Roh?r <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Acked-by: Thomas Petazzzoni <[email protected]>

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 <[email protected]>
+M: Pali Roh?r <[email protected]>
L: [email protected]
L: [email protected] (moderated for non-subscribers)
S: Maintained

2020-09-26 08:30:43

by Pali Rohár

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add me as a reviewer for PCI aardvark

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 <[email protected]>
> > ---
> > 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/[email protected]/
> > ---
> > 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 <[email protected]>
> > +R: Pali Rohár <[email protected]>
> > L: [email protected]
> > L: [email protected] (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 <[email protected]>
> Date: Fri Sep 25 11:21:15 2020 +0200
>
> MAINTAINERS: Add Pali Rohár as aardvark PCI maintainer
>
> Link: https://lore.kernel.org/r/[email protected]
> Signed-off-by: Pali Rohár <[email protected]>
> Signed-off-by: Bjorn Helgaas <[email protected]>
> Acked-by: Thomas Petazzzoni <[email protected]>

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 <[email protected]>
> +M: Pali Rohár <[email protected]>
> L: [email protected]
> L: [email protected] (moderated for non-subscribers)
> S: Maintained

2020-10-01 00:28:10

by Bjorn Helgaas

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add me as a reviewer for PCI aardvark

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 <[email protected]>
> > ---
> > 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/[email protected]/
> > ---
> > 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 <[email protected]>
> > +R: Pali Roh?r <[email protected]>
> > L: [email protected]
> > L: [email protected] (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 <[email protected]>
> Date: Fri Sep 25 11:21:15 2020 +0200
>
> MAINTAINERS: Add Pali Roh?r as aardvark PCI maintainer
>
> Link: https://lore.kernel.org/r/[email protected]
> Signed-off-by: Pali Roh?r <[email protected]>
> Signed-off-by: Bjorn Helgaas <[email protected]>
> Acked-by: Thomas Petazzzoni <[email protected]>
>
> 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 <[email protected]>
> +M: Pali Roh?r <[email protected]>
> L: [email protected]
> L: [email protected] (moderated for non-subscribers)
> S: Maintained