]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf1bce46acc45ff9b82c22a2c29d4b319222c101f
treed793c8055469148c403e6eadea4a77de74eebdcd
parentfcd3133f1c2e88a5ded99fb12d5e86b5b23bb8cf
MAINTAINERS: clean up PCIE DRIVER FOR CAVIUM THUNDERX

Commit 316fb4c5959d ("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