aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2014-04-05 17:07:00 -0400
committerBjorn Helgaas <bhelgaas@google.com>2014-04-29 19:36:44 -0400
commitcad01f9191226f069a0932a01b738bacde784a62 (patch)
treecf6085714ed3f9efa5ac1bc46d7c815c4f1805fe
parent10874f5a00266343a06e95da680e8a5a383d9a80 (diff)
MAINTAINERS: Add arch/x86/kernel/quirks.c to PCI file patterns
I'm not asserting any claim over arch/x86/kernel/quirks.c, and I don't plan to merge changes to it, but some of the quirks there are PCI-related, and I'd like to see changes to them. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 6dc67b1fdb50..8dbea21d973d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6693,6 +6693,7 @@ F: Documentation/PCI/
6693F: drivers/pci/ 6693F: drivers/pci/
6694F: include/linux/pci* 6694F: include/linux/pci*
6695F: arch/x86/pci/ 6695F: arch/x86/pci/
6696F: arch/x86/kernel/quirks.c
6696 6697
6697PCI DRIVER FOR IMX6 6698PCI DRIVER FOR IMX6
6698M: Richard Zhu <r65037@freescale.com> 6699M: Richard Zhu <r65037@freescale.com>