MAINTAINERS: Add x86 early-quirks.c file pattern to PCI subsystem
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 7 Nov 2018 14:41:58 +0000 (08:41 -0600)
committerBjorn Helgaas <helgaas@kernel.org>
Wed, 7 Nov 2018 14:41:58 +0000 (08:41 -0600)
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>
MAINTAINERS

index f4855974f325063c1e5fea88d9d755ce75ee3b66..68de2279e53db3b6542cebce4f8ea60adc1ba495 100644 (file)
@@ -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>