diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2020-02-23 12:09:50 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-02-24 19:56:00 +0300 |
commit | 3104abd1161bd9cfcad91a29fea72b87d813cf48 (patch) | |
tree | d793c8055469148c403e6eadea4a77de74eebdcd /MAINTAINERS | |
parent | 854bdbae9058bcf09b0add70b6047bc9ca776de2 (diff) | |
download | linux-3104abd1161bd9cfcad91a29fea72b87d813cf48.tar.xz |
MAINTAINERS: clean up PCIE DRIVER FOR CAVIUM THUNDERX
Commit e1ac611f57c9 ("dt-bindings: PCI: Convert generic host binding to
DT schema") combines all information from pci-thunder-{pem,ecam}.txt
into host-generic-pci.yaml, and deleted the two files in
Documentation/devicetree/bindings/pci/.
Since then, ./scripts/get_maintainer.pl --self-test complains:
no file matches F: Documentation/devicetree/bindings/pci/pci-thunder-*
As the PCIE DRIVER FOR CAVIUM THUNDERX-relevant information is only a
small part of the host-generic-pci.yaml, do not add this file to the
PCIE DRIVER FOR CAVIUM THUNDERX entry, and only drop the reference to
the removed files.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Robert Richter <rrichter@marvell.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 38fe2f3f7b6f..155611d1a4b2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12953,7 +12953,6 @@ M: Robert Richter <rrichter@marvell.com> L: linux-pci@vger.kernel.org L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Supported -F: Documentation/devicetree/bindings/pci/pci-thunder-* F: drivers/pci/controller/pci-thunder-* PCIE DRIVER FOR HISILICON |