]> git.baikalelectronics.ru Git - kernel.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)
commit09b1081890c585770d831c04a3a4b79d1d75bcde
treed59e67442805343710c679a14f7883759564912d
parent8430ef1037e1e60e045c2b97499f6104df80366c
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]