linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] PCI: dwc/intel-gw: Update MAINTAINERS file
@ 2021-07-06  8:20 Rahul Tanwar
  2021-07-23 15:28 ` Lorenzo Pieralisi
  0 siblings, 1 reply; 3+ messages in thread
From: Rahul Tanwar @ 2021-07-06  8:20 UTC (permalink / raw)
  To: lorenzo.pieralisi, robh, bhelgaas, kw, jingoohan1, gustavo.pimentel
  Cc: linux-pci, linux-kernel, ckim, qwu, rahul.tanwar.linux, Rahul Tanwar

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

Signed-off-by: Rahul Tanwar <rtanwar@maxlinear.com>
---
 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 <rtanwar@maxlinear.com>
+L:	linux-pci@vger.kernel.org
+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 <ryder.lee@mediatek.com>
 M:	Jianjun Wang <jianjun.wang@mediatek.com>
-- 
2.17.1


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

* Re: [PATCH] PCI: dwc/intel-gw: Update MAINTAINERS file
  2021-07-06  8:20 [PATCH] PCI: dwc/intel-gw: Update MAINTAINERS file Rahul Tanwar
@ 2021-07-23 15:28 ` Lorenzo Pieralisi
  2021-07-23 21:09   ` Bjorn Helgaas
  0 siblings, 1 reply; 3+ messages in thread
From: Lorenzo Pieralisi @ 2021-07-23 15:28 UTC (permalink / raw)
  To: Rahul Tanwar, bhelgaas
  Cc: robh, kw, jingoohan1, gustavo.pimentel, linux-pci, linux-kernel,
	ckim, qwu, rahul.tanwar.linux

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 <rtanwar@maxlinear.com>
> ---
>  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 <rtanwar@maxlinear.com>
> +L:	linux-pci@vger.kernel.org
> +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

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

* Re: [PATCH] PCI: dwc/intel-gw: Update MAINTAINERS file
  2021-07-23 15:28 ` Lorenzo Pieralisi
@ 2021-07-23 21:09   ` Bjorn Helgaas
  0 siblings, 0 replies; 3+ messages in thread
From: Bjorn Helgaas @ 2021-07-23 21:09 UTC (permalink / raw)
  To: Lorenzo Pieralisi
  Cc: Rahul Tanwar, bhelgaas, robh, kw, jingoohan1, gustavo.pimentel,
	linux-pci, linux-kernel, ckim, qwu, rahul.tanwar.linux

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 <rtanwar@maxlinear.com>
> > ---
> >  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 <rtanwar@maxlinear.com>
> > +L:	linux-pci@vger.kernel.org
> > +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!

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

end of thread, other threads:[~2021-07-23 21:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-06  8:20 [PATCH] PCI: dwc/intel-gw: Update MAINTAINERS file Rahul Tanwar
2021-07-23 15:28 ` Lorenzo Pieralisi
2021-07-23 21:09   ` 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).