diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2017-12-15 17:25:43 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2017-12-19 00:05:54 -0500 |
commit | b19ed63cbcdc756acd240a63acee0ae0f4e85e0f (patch) | |
tree | f812533da0cc6087290665f840ef6ed74b683dad /MAINTAINERS | |
parent | 292af71e618924166dc01189295a94b2beddcc9c (diff) |
MAINTAINERS: Include more PCI files
Add more PCI files to the PCI subsystem.
I expect Rafael to continue merging things in drivers/acpi/pci*, but it's
nice to have linux-pci included on patches.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a6e86e20761e..13945646b95d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -10552,8 +10552,12 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git | |||
10552 | S: Supported | 10552 | S: Supported |
10553 | F: Documentation/devicetree/bindings/pci/ | 10553 | F: Documentation/devicetree/bindings/pci/ |
10554 | F: Documentation/PCI/ | 10554 | F: Documentation/PCI/ |
10555 | F: drivers/acpi/pci* | ||
10555 | F: drivers/pci/ | 10556 | F: drivers/pci/ |
10557 | F: include/asm-generic/pci* | ||
10556 | F: include/linux/pci* | 10558 | F: include/linux/pci* |
10559 | F: include/uapi/linux/pci* | ||
10560 | F: lib/pci* | ||
10557 | F: arch/x86/pci/ | 10561 | F: arch/x86/pci/ |
10558 | F: arch/x86/kernel/quirks.c | 10562 | F: arch/x86/kernel/quirks.c |
10559 | 10563 | ||