OSDN Git Service

MAINTAINERS: clean up PCIE DRIVER FOR CAVIUM THUNDERX
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Sun, 23 Feb 2020 09:09:50 +0000 (10:09 +0100)
committerRob Herring <robh@kernel.org>
Mon, 24 Feb 2020 16:56:00 +0000 (10:56 -0600)
commit3104abd1161bd9cfcad91a29fea72b87d813cf48
treed793c8055469148c403e6eadea4a77de74eebdcd
parent854bdbae9058bcf09b0add70b6047bc9ca776de2
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>
MAINTAINERS