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)
commit0dcdbe6add26719e956299eb519542f7d2f7d0a8
tree25e77163c868914e5529670616cba8955942b0ea
parentae027ead87b13cff99b4f48da7696aa4fe75393b
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]