[RESEND PATCH 0/3] Support for Generic PCI Host Controller

Will Deacon will.deacon at arm.com
Fri May 2 09:41:13 PDT 2014


Hi all,

This is a resend of the generic PCI host controller patch I last posted
in March:

  http://lists.infradead.org/pipermail/linux-arm-kernel/2014-March/237540.html

I've also included two additional patches to enable PCI for mach-virt
and add a MAINTAINERS entry for the new driver (Arnd -- I'm happy to add
you here as well if you like).

I've tested successfully on a 3.15-rc3-based kernel with kvmtool and would
really like to see this merged for 3.16.

All feedback welcome,

Will

Will Deacon (3):
  ARM: mach-virt: allow PCI support to be selected
  PCI: ARM: add support for generic PCI host controller
  MAINTAINERS: add entry for generic PCI host controller driver

 .../devicetree/bindings/pci/host-generic-pci.txt   | 100 ++++++
 MAINTAINERS                                        |   8 +
 arch/arm/Kconfig                                   |   1 +
 drivers/pci/host/Kconfig                           |   7 +
 drivers/pci/host/Makefile                          |   1 +
 drivers/pci/host/pci-host-generic.c                | 369 +++++++++++++++++++++
 6 files changed, 486 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pci/host-generic-pci.txt
 create mode 100644 drivers/pci/host/pci-host-generic.c

-- 
1.9.2




More information about the linux-arm-kernel mailing list