Skip to content

Commit c9094db

Browse files
bjorn-helgaasBjorn Helgaas
authored andcommitted
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>
1 parent 4a57f58 commit c9094db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11500,6 +11500,7 @@ F: include/uapi/linux/pci*
1150011500
F: lib/pci*
1150111501
F: arch/x86/pci/
1150211502
F: arch/x86/kernel/quirks.c
11503+
F: arch/x86/kernel/early-quirks.c
1150311504

1150411505
PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS
1150511506
M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>

0 commit comments

Comments
 (0)