]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Loongson 3: Add HT-linked PCI support
authorHuacai Chen <chenhc@lemote.com>
Fri, 21 Mar 2014 10:44:03 +0000 (18:44 +0800)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 31 Mar 2014 16:17:12 +0000 (18:17 +0200)
commit2cfd5d3ad2b363a5deeaeddc72d69559795411ef
treebcf2c94a7194f42bd0ab34bf4b452888d092b400
parent267a801f96698f81054aecb5dce2d0411fae5990
MIPS: Loongson 3: Add HT-linked PCI support

Loongson family machines use Hyper-Transport bus for inter-core
connection and device connection. The PCI bus is a subordinate
linked at HT1.

With LEFI firmware interface, We don't need fixup for PCI irq routing
(except providing a VBIOS of the integrated GPU).

Signed-off-by: Huacai Chen <chenhc@lemote.com>
Signed-off-by: Hongliang Tao <taohl@lemote.com>
Signed-off-by: Hua Yan <yanh@lemote.com>
Tested-by: Alex Smith <alex.smith@imgtec.com>
Reviewed-by: Alex Smith <alex.smith@imgtec.com>
Cc: John Crispin <john@phrozen.org>
Cc: Steven J. Hill <Steven.Hill@imgtec.com>
Cc: Aurelien Jarno <aurelien@aurel32.net>
Cc: linux-mips@linux-mips.org
Cc: Fuxin Zhang <zhangfx@lemote.com>
Cc: Zhangjin Wu <wuzhangjin@gmail.com>
Patchwork: https://patchwork.linux-mips.org/patch/6633
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/mach-loongson/loongson.h
arch/mips/include/asm/mach-loongson/pci.h
arch/mips/pci/Makefile
arch/mips/pci/fixup-loongson3.c [new file with mode: 0644]
arch/mips/pci/ops-loongson3.c [new file with mode: 0644]