From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753128AbbCZPJR (ORCPT ); Thu, 26 Mar 2015 11:09:17 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:50414 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753045AbbCZPJO (ORCPT ); Thu, 26 Mar 2015 11:09:14 -0400 Date: Thu, 26 Mar 2015 16:09:09 +0100 From: Greg Kroah-Hartman To: James Hogan Cc: Ralf Baechle , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, Jiri Slaby Subject: Re: [PATCH 8/9] MIPS, ttyFDC: Add early FDC console support Message-ID: <20150326150909.GB21726@kroah.com> References: <1422530054-7976-1-git-send-email-james.hogan@imgtec.com> <1422530054-7976-9-git-send-email-james.hogan@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1422530054-7976-9-git-send-email-james.hogan@imgtec.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > Cc: Ralf Baechle > Cc: Greg Kroah-Hartman > Cc: Jiri Slaby > 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