Message ID | 20200417125753.13021-15-kishon@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add PCIe support to TI's J721E SoC | expand |
On Fri, 2020-04-17 at 18:27 +0530, Kishon Vijay Abraham I wrote: > Add Kishon Vijay Abraham I as MAINTAINER for TI J721E SoC PCIe. [] > diff --git a/MAINTAINERS b/MAINTAINERS [] > @@ -12968,13 +12968,15 @@ S: Maintained > F: Documentation/devicetree/bindings/pci/designware-pcie.txt > F: drivers/pci/controller/dwc/*designware* > > -PCI DRIVER FOR TI DRA7XX > +PCI DRIVER FOR TI DRA7XX/J721E > M: Kishon Vijay Abraham I <kishon@ti.com> > L: linux-omap@vger.kernel.org > L: linux-pci@vger.kernel.org > +L: linux-arm-kernel@lists.infradead.org > S: Supported > F: Documentation/devicetree/bindings/pci/ti-pci.txt > F: drivers/pci/controller/dwc/pci-dra7xx.c > +F: drivers/pci/controller/cadence/pci-j721e.c Please keep file patterns in alphabetic order by moving this new cadence line up one line above dwc.
Hi Joe, On 4/17/2020 8:49 PM, Joe Perches wrote: > On Fri, 2020-04-17 at 18:27 +0530, Kishon Vijay Abraham I wrote: >> Add Kishon Vijay Abraham I as MAINTAINER for TI J721E SoC PCIe. > [] >> diff --git a/MAINTAINERS b/MAINTAINERS > [] >> @@ -12968,13 +12968,15 @@ S: Maintained >> F: Documentation/devicetree/bindings/pci/designware-pcie.txt >> F: drivers/pci/controller/dwc/*designware* >> >> -PCI DRIVER FOR TI DRA7XX >> +PCI DRIVER FOR TI DRA7XX/J721E >> M: Kishon Vijay Abraham I <kishon@ti.com> >> L: linux-omap@vger.kernel.org >> L: linux-pci@vger.kernel.org >> +L: linux-arm-kernel@lists.infradead.org >> S: Supported >> F: Documentation/devicetree/bindings/pci/ti-pci.txt >> F: drivers/pci/controller/dwc/pci-dra7xx.c >> +F: drivers/pci/controller/cadence/pci-j721e.c > > Please keep file patterns in alphabetic order by > moving this new cadence line up one line above dwc. Sure, will fix this up in my next revision. Thanks Kishon
diff --git a/MAINTAINERS b/MAINTAINERS index 6851ef7cf1bd..ffcd023d1cba 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12968,13 +12968,15 @@ S: Maintained F: Documentation/devicetree/bindings/pci/designware-pcie.txt F: drivers/pci/controller/dwc/*designware* -PCI DRIVER FOR TI DRA7XX +PCI DRIVER FOR TI DRA7XX/J721E M: Kishon Vijay Abraham I <kishon@ti.com> L: linux-omap@vger.kernel.org L: linux-pci@vger.kernel.org +L: linux-arm-kernel@lists.infradead.org S: Supported F: Documentation/devicetree/bindings/pci/ti-pci.txt F: drivers/pci/controller/dwc/pci-dra7xx.c +F: drivers/pci/controller/cadence/pci-j721e.c PCI DRIVER FOR TI KEYSTONE M: Murali Karicheri <m-karicheri2@ti.com>
Add Kishon Vijay Abraham I as MAINTAINER for TI J721E SoC PCIe. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> --- MAINTAINERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)