diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2018-11-07 15:41:58 +0100 |
---|---|---|
committer | Bjorn Helgaas <helgaas@kernel.org> | 2018-11-07 15:41:58 +0100 |
commit | c9094db02a06a947c52ffe5f376033444a0da8af (patch) | |
tree | 7e3ac7fab05497472d0ddfa3cc27ff5b7690d11a /MAINTAINERS | |
parent | PCI: Expand the "PF" acronym in Kconfig help text (diff) | |
download | linux-c9094db02a06a947c52ffe5f376033444a0da8af.tar.xz linux-c9094db02a06a947c52ffe5f376033444a0da8af.zip |
MAINTAINERS: Add x86 early-quirks.c file pattern to PCI subsystem
arch/x86/kernel/early-quirks.c contains special PCI quirks that need to
run even before the usual DECLARE_PCI_FIXUP_EARLY() quirks. These have
typically been merged by the x86 maintainers, which is fine, but PCI folks
should at least see what's happening, so add a file pattern to the PCI
subsystem entry.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f4855974f325..68de2279e53d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11500,6 +11500,7 @@ F: include/uapi/linux/pci* F: lib/pci* F: arch/x86/pci/ F: arch/x86/kernel/quirks.c +F: arch/x86/kernel/early-quirks.c PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> |