]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: PCI: Support generic drivers
authorPaul Burton <paul.burton@imgtec.com>
Wed, 5 Oct 2016 17:18:13 +0000 (18:18 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 6 Oct 2016 16:00:52 +0000 (18:00 +0200)
commit87dd9a4de421f052fd9be58c7da08a453f340d5e
treed59e67442805343710c679a14f7883759564912d
parentc5611df968047fb0b38156497b4242730ef66108
MIPS: PCI: Support generic drivers

Introduce support for PCI drivers using only functionality provided
generically by the PCI subsystem, by adding the minimum arch-provided
functions required.

The driver this has been developed for & tested with the xilinx-pcie on
a MIPS Boston development board.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/14346/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig
arch/mips/pci/Makefile
arch/mips/pci/pci-generic.c [new file with mode: 0644]