Message ID | 20190604131516.13596-27-kishon@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add PCIe support to TI's J721E SoC | expand |
Nit: the subject wastes a lot of space in the most valuable part (the beginning). Something like this would make "git log --oneline" more useful: MAINTAINERS: Add Kishon Vijay Abraham I for TI J721E SoC PCIe On Tue, Jun 04, 2019 at 06:45:12PM +0530, Kishon Vijay Abraham I wrote: > Add MAINTAINER entry for PCIe on TI's J721E SoC. > > Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> > --- > MAINTAINERS | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index a6954776a37e..8a421949f335 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -12122,13 +12122,14 @@ 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 > S: Supported > F: Documentation/devicetree/bindings/pci/ti-pci.txt > F: drivers/pci/controller/dwc/pci-dra7xx.c > +F: drivers/pci/controller/pci-j721e.c > > PCI DRIVER FOR TI KEYSTONE > M: Murali Karicheri <m-karicheri2@ti.com> > -- > 2.17.1 >
diff --git a/MAINTAINERS b/MAINTAINERS index a6954776a37e..8a421949f335 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12122,13 +12122,14 @@ 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 S: Supported F: Documentation/devicetree/bindings/pci/ti-pci.txt F: drivers/pci/controller/dwc/pci-dra7xx.c +F: drivers/pci/controller/pci-j721e.c PCI DRIVER FOR TI KEYSTONE M: Murali Karicheri <m-karicheri2@ti.com>
Add MAINTAINER entry for PCIe on TI's J721E SoC. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)