2021-07-06 08:29:50

by Rahul Tanwar

[permalink] [raw]
Subject: [PATCH] PCI: dwc/intel-gw: Update MAINTAINERS file

Add maintainer for PCIe RC controller driver for Intel LGM gateway SoC.

Signed-off-by: Rahul Tanwar <[email protected]>
---
MAINTAINERS | 7 +++++++
1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3298f4592ce7..61c1cfcc453b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14392,6 +14392,13 @@ S: Maintained
F: Documentation/devicetree/bindings/pci/hisilicon-histb-pcie.txt
F: drivers/pci/controller/dwc/pcie-histb.c

+PCIE DRIVER FOR INTEL LGM GW SOC
+M: Rahul Tanwar <[email protected]>
+L: [email protected]
+S: Maintained
+F: Documentation/devicetree/bindings/pci/intel-gw-pcie.yaml
+F: drivers/pci/controller/dwc/pcie-intel-gw.c
+
PCIE DRIVER FOR MEDIATEK
M: Ryder Lee <[email protected]>
M: Jianjun Wang <[email protected]>
--
2.17.1


2021-07-23 15:32:06

by Lorenzo Pieralisi

[permalink] [raw]
Subject: Re: [PATCH] PCI: dwc/intel-gw: Update MAINTAINERS file

On Tue, Jul 06, 2021 at 04:20:59PM +0800, Rahul Tanwar wrote:
> Add maintainer for PCIe RC controller driver for Intel LGM gateway SoC.
>
> Signed-off-by: Rahul Tanwar <[email protected]>
> ---
> MAINTAINERS | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3298f4592ce7..61c1cfcc453b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14392,6 +14392,13 @@ S: Maintained
> F: Documentation/devicetree/bindings/pci/hisilicon-histb-pcie.txt
> F: drivers/pci/controller/dwc/pcie-histb.c
>
> +PCIE DRIVER FOR INTEL LGM GW SOC
> +M: Rahul Tanwar <[email protected]>
> +L: [email protected]
> +S: Maintained
> +F: Documentation/devicetree/bindings/pci/intel-gw-pcie.yaml
> +F: drivers/pci/controller/dwc/pcie-intel-gw.c
> +

Hi Bjorn,

do you think we can merge this patch as a fix in one of the upcoming
-rcX ?

Please let me know, thanks.

Lorenzo

2021-07-23 21:12:02

by Bjorn Helgaas

[permalink] [raw]
Subject: Re: [PATCH] PCI: dwc/intel-gw: Update MAINTAINERS file

On Fri, Jul 23, 2021 at 04:28:05PM +0100, Lorenzo Pieralisi wrote:
> On Tue, Jul 06, 2021 at 04:20:59PM +0800, Rahul Tanwar wrote:
> > Add maintainer for PCIe RC controller driver for Intel LGM gateway SoC.
> >
> > Signed-off-by: Rahul Tanwar <[email protected]>
> > ---
> > MAINTAINERS | 7 +++++++
> > 1 file changed, 7 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 3298f4592ce7..61c1cfcc453b 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -14392,6 +14392,13 @@ S: Maintained
> > F: Documentation/devicetree/bindings/pci/hisilicon-histb-pcie.txt
> > F: drivers/pci/controller/dwc/pcie-histb.c
> >
> > +PCIE DRIVER FOR INTEL LGM GW SOC
> > +M: Rahul Tanwar <[email protected]>
> > +L: [email protected]
> > +S: Maintained
> > +F: Documentation/devicetree/bindings/pci/intel-gw-pcie.yaml
> > +F: drivers/pci/controller/dwc/pcie-intel-gw.c
> > +
>
> Hi Bjorn,
>
> do you think we can merge this patch as a fix in one of the upcoming
> -rcX ?

Applied to for-linus for v5.14, thanks!