Message ID | 1587302823-4435-9-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive) |
---|---|
State | Superseded, archived |
Headers | show |
Series | Add support for PCIe controller to work in endpoint mode on R-Car/RZ/G2x SoCs | expand |
On Sun, 2020-04-19 at 14:27 +0100, Lad Prabhakar wrote: > Add file pattern entry for rcar PCI devicetree binding, so that when > people run ./scripts/get_maintainer.pl the rcar PCI maintainers could also > be listed. [] > diff --git a/MAINTAINERS b/MAINTAINERS [] > @@ -12933,6 +12933,7 @@ L: linux-pci@vger.kernel.org > L: linux-renesas-soc@vger.kernel.org > S: Maintained > F: drivers/pci/controller/*rcar* > +F: Documentation/devicetree/bindings/pci/*rcar* MAINTAINERS was recently sorted for consistency. Please move this new line above drivers/ to keep alphabetic ordering.
Hi Joe, On Sun, Apr 19, 2020 at 5:38 PM Joe Perches <joe@perches.com> wrote: > > On Sun, 2020-04-19 at 14:27 +0100, Lad Prabhakar wrote: > > Add file pattern entry for rcar PCI devicetree binding, so that when > > people run ./scripts/get_maintainer.pl the rcar PCI maintainers could also > > be listed. > [] > > diff --git a/MAINTAINERS b/MAINTAINERS > [] > > @@ -12933,6 +12933,7 @@ L: linux-pci@vger.kernel.org > > L: linux-renesas-soc@vger.kernel.org > > S: Maintained > > F: drivers/pci/controller/*rcar* > > +F: Documentation/devicetree/bindings/pci/*rcar* > > MAINTAINERS was recently sorted for consistency. > > Please move this new line above drivers/ to keep alphabetic ordering. > Sure I will rebase this patch on -next and post this patch independently. Cheers, --Prabhakar
diff --git a/MAINTAINERS b/MAINTAINERS index 3f0f2ee2af32..87df2d31a54b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12933,6 +12933,7 @@ L: linux-pci@vger.kernel.org L: linux-renesas-soc@vger.kernel.org S: Maintained F: drivers/pci/controller/*rcar* +F: Documentation/devicetree/bindings/pci/*rcar* PCI DRIVER FOR SAMSUNG EXYNOS M: Jingoo Han <jingoohan1@gmail.com>