]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge tag 'integrator-pci-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel...
authorOlof Johansson <olof@lixom.net>
Fri, 14 Jun 2013 23:07:16 +0000 (16:07 -0700)
committerOlof Johansson <olof@lixom.net>
Fri, 14 Jun 2013 23:07:16 +0000 (16:07 -0700)
commitdd0fc05998d3297c0c3ed36a52573ddb7071b90f
tree387d0b7e61754c038cbc86a39b78f2c4f0b75855
parent5ae13ef4e1045d6ec5d445947b42c839b9731bec
parent81719809c6fa914e48c4d4e739eb643a40e87034
Merge tag 'integrator-pci-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator into next/soc

From Linus Walleij:
This is a patch series that:
- Pulls the Integrator/AP PCI bridge driver into one file
- Adds full device tree support for it

* tag 'integrator-pci-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator:
  ARM: integrator: get PCI device IRQs from device tree
  ARM: integrator: basic PCIv3 device tree support
  ARM: integrator: move static ioremapping into PCIv3 driver
  ARM: integrator: move VGA base assignment
  ARM: integrator: remap PCIv3 base dynamically
  ARM: integrator: move V3 register definitions into driver
  ARM: integrator: move PCI base address grab to probe
  ARM: integrator: grab PCI error IRQ in probe()
  ARM: integrator: convert PCIv3 bridge to platform device
  ARM: integrator: merge PCIv3 driver into one file
  ARM: pci: create pci_common_init_dev()
  Documentation/devicetree: add a small note on PCI

Signed-off-by: Olof Johansson <olof@lixom.net>