]> git.baikalelectronics.ru Git - kernel.git/commit
Support for Toshiba's RBHMA4500 eval board for the TX4938.
authorRalf Baechle <ralf@linux-mips.org>
Mon, 25 Jul 2005 22:45:45 +0000 (22:45 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 29 Oct 2005 18:31:57 +0000 (19:31 +0100)
commitef9d75181099807abacaa91d96d4a2af67c43979
tree4e24699269b9d4d2655d961e7a0ffb29931e9b2d
parent539a9059e64c9632eb383fc2e5b5ae1cecd7e509
Support for Toshiba's RBHMA4500 eval board for the TX4938.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
24 files changed:
arch/mips/Kconfig
arch/mips/Makefile
arch/mips/pci/Makefile
arch/mips/pci/fixup-tx4938.c [new file with mode: 0644]
arch/mips/pci/ops-tx4938.c [new file with mode: 0644]
arch/mips/tx4938/Kconfig [new file with mode: 0644]
arch/mips/tx4938/common/Makefile [new file with mode: 0644]
arch/mips/tx4938/common/dbgio.c [new file with mode: 0644]
arch/mips/tx4938/common/irq.c [new file with mode: 0644]
arch/mips/tx4938/common/irq_handler.S [new file with mode: 0644]
arch/mips/tx4938/common/prom.c [new file with mode: 0644]
arch/mips/tx4938/common/rtc_rx5c348.c [new file with mode: 0644]
arch/mips/tx4938/common/setup.c [new file with mode: 0644]
arch/mips/tx4938/toshiba_rbtx4938/Makefile [new file with mode: 0644]
arch/mips/tx4938/toshiba_rbtx4938/irq.c [new file with mode: 0644]
arch/mips/tx4938/toshiba_rbtx4938/prom.c [new file with mode: 0644]
arch/mips/tx4938/toshiba_rbtx4938/setup.c [new file with mode: 0644]
arch/mips/tx4938/toshiba_rbtx4938/spi_eeprom.c [new file with mode: 0644]
arch/mips/tx4938/toshiba_rbtx4938/spi_txx9.c [new file with mode: 0644]
include/asm-mips/bootinfo.h
include/asm-mips/tx4938/rbtx4938.h [new file with mode: 0644]
include/asm-mips/tx4938/spi.h [new file with mode: 0644]
include/asm-mips/tx4938/tx4938.h [new file with mode: 0644]
include/asm-mips/tx4938/tx4938_mips.h [new file with mode: 0644]