MIPS: Add driver for the built-in PCI controller of the RT3883 SoC
authorGabor Juhos <juhosg@openwrt.org>
Fri, 23 Aug 2013 12:03:20 +0000 (14:03 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 4 Sep 2013 17:17:21 +0000 (19:17 +0200)
commit12d14e0edd4ea7b5fd879e55855969771d37aad8
tree9557942f942c0881ab79982ffef9cf8eb93fcb4b
parentf86f55d3ad21b21b736bdeb29bee0f0937b77138
MIPS: Add driver for the built-in PCI controller of the RT3883 SoC

The Ralink RT3883 SoCs have a built-in PCI Host Controller
device. The patch adds a platform driver and device tree
binding documentation for that.

The patch also enables the HW_HAS_PCI config option. This
is required in order to be able to enable the PCI support.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Acked-by: John Crispin <blogic@openwrt.org>
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/5758/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Documentation/devicetree/bindings/pci/ralink,rt3883-pci.txt [new file with mode: 0644]
arch/mips/pci/Makefile
arch/mips/pci/pci-rt3883.c [new file with mode: 0644]
arch/mips/ralink/Kconfig
This page took 0.03066 seconds and 5 git commands to generate.