Message ID | b3249e08155e04ac08d820be3b8da29a913c472a.1625559158.git.rtanwar@maxlinear.com (mailing list archive) |
---|---|
State | Accepted |
Commit | e2f55370b42205bda2f8b02c5933b9df2456bd53 |
Delegated to: | Lorenzo Pieralisi |
Headers | show |
Series | PCI: dwc/intel-gw: Update MAINTAINERS file | expand |
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
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!
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>
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(+)