]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: ath79: add support for the PCI host controller of the AR71XX SoCs
authorGabor Juhos <juhosg@openwrt.org>
Wed, 14 Mar 2012 09:36:10 +0000 (10:36 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 27 Apr 2012 13:41:36 +0000 (14:41 +0100)
commitc1f81bb7867ee34c301f6f7fdaf2b0b3685d0c38
tree430e10295e70274d82ef0212c6cefe29d5ca680b
parentbee4d80533fdb40cb0596e19d9d6cca8f9bc8fa9
MIPS: ath79: add support for the PCI host controller of the AR71XX SoCs

The Atheros AR71XX SoCs have a built-in PCI Host Controller.
This patch adds a driver for that, and modifies the relevant
files in order to allow to register the PCI controller from
board specific setup.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3498/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/ath79/Kconfig
arch/mips/include/asm/mach-ath79/pci.h
arch/mips/pci/Makefile
arch/mips/pci/pci-ar71xx.c [new file with mode: 0644]