linux-stable/arch/mips/alchemy/xxs1500
Manuel Lauss 8402a1588a MIPS: Alchemy: prom_putchar is board dependent
This patch replaces the general alchemy prom_putchar() implementation
in favor of board-specific versions:  The UART where the output of
prom_putchar is directed to really depends on the board, the current
implementation hardcodes this on a per-SoC basis which is just wrong.

So a generic uart tx function is provided in the alchemy headers,
and the boards can provide their own prom_putchar with custom
destination uart, and all in-kernel alchemy boards support
early printk.

Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2010-02-27 12:52:55 +01:00
..
board_setup.c MIPS: Alchemy: Stop IRQ name sharing 2010-02-27 12:52:53 +01:00
init.c MIPS: Alchemy: prom_putchar is board dependent 2010-02-27 12:52:55 +01:00
Makefile MIPS: Alchemy: XXS1500 PCMCIA driver rewrite 2010-02-27 12:52:51 +01:00
platform.c MIPS: Alchemy: XXS1500 PCMCIA driver rewrite 2010-02-27 12:52:51 +01:00