diff options
author | Will Deacon <will.deacon@arm.com> | 2014-05-01 11:04:28 (GMT) |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2014-05-30 17:34:49 (GMT) |
commit | cf28855ba7e03f2e2ce85166c117c7b6100dc710 (patch) | |
tree | 552c89dba10b22c3fef3b669315cd728b7d7eee0 | |
parent | ce292991d88b77160f348fb8a3a2cf6e78f4b456 (diff) | |
download | linux-cf28855ba7e03f2e2ce85166c117c7b6100dc710.tar.xz |
MAINTAINERS: Add generic PCI host controller driver
Add myself as the maintainer for the generic PCI host controller driver.
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Cc: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6dc67b1..4cc1984 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6740,6 +6740,14 @@ L: linux-pci@vger.kernel.org S: Maintained F: drivers/pci/host/*designware* +PCI DRIVER FOR GENERIC OF HOSTS +M: Will Deacon <will.deacon@arm.com> +L: linux-pci@vger.kernel.org +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +S: Maintained +F: Documentation/devicetree/bindings/pci/host-generic-pci.txt +F: drivers/pci/host/pci-host-generic.c + PCMCIA SUBSYSTEM P: Linux PCMCIA Team L: linux-pcmcia@lists.infradead.org |