]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: TXx9: Add TX4939 SoC support
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Mon, 1 Sep 2008 13:22:39 +0000 (22:22 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 11 Oct 2008 15:18:49 +0000 (16:18 +0100)
commit7eafa1f14cc4de39e7415cd8e1f3d969d4b4a34d
tree25e77163c868914e5529670616cba8955942b0ea
parent2a07fb76d1f2791264d2f56d39ae350f362334a6
MIPS: TXx9: Add TX4939 SoC support

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
 create mode 100644 arch/mips/pci/pci-tx4939.c
 create mode 100644 arch/mips/txx9/generic/irq_tx4939.c
 create mode 100644 arch/mips/txx9/generic/setup_tx4939.c
 create mode 100644 include/asm-mips/txx9/tx4939.h
arch/mips/pci/Makefile
arch/mips/pci/pci-tx4939.c [new file with mode: 0644]
arch/mips/txx9/Kconfig
arch/mips/txx9/generic/Makefile
arch/mips/txx9/generic/irq_tx4939.c [new file with mode: 0644]
arch/mips/txx9/generic/setup_tx4939.c [new file with mode: 0644]
include/asm-mips/txx9/tx4939.h [new file with mode: 0644]