diff options
author | Gustavo Pimentel <Gustavo.Pimentel@synopsys.com> | 2020-08-17 22:27:34 +0200 |
---|---|---|
committer | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | 2020-11-19 11:40:32 +0100 |
commit | 48a0962d2e2d26785ada80c9c757af875963c43b (patch) | |
tree | 2594ffecca7087f42f50088810ba3c3a3ff5d38b | |
parent | Linux 5.10-rc3 (diff) | |
download | linux-48a0962d2e2d26785ada80c9c757af875963c43b.tar.xz linux-48a0962d2e2d26785ada80c9c757af875963c43b.zip |
MAINTAINERS: Add missing documentation references to PCI Endpoint Subsystem
Adds documentation reference created by Kishon Abraham to the
MAINTAINERS list relative with the PCI endpoint subsystem section.
Link: https://lore.kernel.org/r/4fa78c7a24e8f8ec3206e1e8960dc18f505c9e29.1597695880.git.gustavo.pimentel@synopsys.com
Signed-off-by: Gustavo Pimentel <gustavo.pimentel@synopsys.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Acked-by: Rob Herring <robh@kernel.org>
Cc: Kishon Vijay Abraham I <kishon@ti.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3da6d8c154e4..d49dbb432915 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13480,6 +13480,8 @@ M: Kishon Vijay Abraham I <kishon@ti.com> M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> L: linux-pci@vger.kernel.org S: Supported +F: Documentation/PCI/endpoint/* +F: Documentation/misc-devices/pci-endpoint-test.rst T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git F: drivers/misc/pci_endpoint_test.c F: drivers/pci/endpoint/ |