Re: [PATCH 8/9] MIPS, ttyFDC: Add early FDC console support
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2015-03-26 15:09:17
Also in:
lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2015-03-26 15:09:17
Also in:
lkml
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 <redacted> Cc: Ralf Baechle <redacted> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Jiri Slaby <redacted> Cc: linux-mips@linux-mips.org --- 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@linuxfoundation.org>