On Thu, Jan 29, 2015 at 11:14:13AM +0000, James Hogan wrote: > Add support for early console of MIPS Fast Debug Channel (FDC) on > channel 1 with a call very early from the MIPS setup_arch(). > > Signed-off-by: James Hogan <james.hogan@xxxxxxxxxx> > Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> > Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > Cc: Jiri Slaby <jslaby@xxxxxxx> > Cc: linux-mips@xxxxxxxxxxxxxx > --- > arch/mips/include/asm/cdmm.h | 11 +++++++++++ > arch/mips/kernel/setup.c | 2 ++ > drivers/tty/Kconfig | 13 +++++++++++++ > drivers/tty/mips_ejtag_fdc.c | 20 ++++++++++++++++++++ > 4 files changed, 46 insertions(+) Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>