diff options
author | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | 2018-04-03 11:55:27 -0400 |
---|---|---|
committer | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | 2018-04-03 12:48:52 -0400 |
commit | 86df1073a57a5b87af3e0e6ed76e42a6cf950fd4 (patch) | |
tree | dd8e3da7d7dd8f66160177ee448cc002676eb726 | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) |
MAINTAINERS: Add missing /drivers/pci/cadence directory entry
Commit 37dddf14f1ae ("PCI: cadence: Add EndPoint Controller driver for
Cadence PCIe controller") created the /drivers/pci/cadence directory to
keep in a single place Cadence host and endpoint controller drivers.
Since code in /drivers/pci/cadence falls within the PCI native host
bridge and endpoint controllers mainteinance remit, that maintainer
entry should have been updated too by adding the /drivers/pci/cadence
directory to it but it actually was not.
Update the MAINTAINERS entry accordingly, fixing the omission.
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Alan Douglas <adouglas@cadence.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3bdc260e36b7..969426969438 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -10722,6 +10722,7 @@ L: linux-pci@vger.kernel.org | |||
10722 | Q: http://patchwork.ozlabs.org/project/linux-pci/list/ | 10722 | Q: http://patchwork.ozlabs.org/project/linux-pci/list/ |
10723 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/pci.git/ | 10723 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/pci.git/ |
10724 | S: Supported | 10724 | S: Supported |
10725 | F: drivers/pci/cadence/ | ||
10725 | F: drivers/pci/host/ | 10726 | F: drivers/pci/host/ |
10726 | F: drivers/pci/dwc/ | 10727 | F: drivers/pci/dwc/ |
10727 | 10728 | ||