From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754902Ab0IMImc (ORCPT ); Mon, 13 Sep 2010 04:42:32 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:46692 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754775Ab0IMIk5 (ORCPT ); Mon, 13 Sep 2010 04:40:57 -0400 Date: Mon, 13 Sep 2010 10:40:45 +0200 From: Ingo Molnar To: Feng Tang Cc: linux-kernel@vger.kernel.org, alan@linux.intel.com, greg@kroah.com, "H. Peter Anvin" , Thomas Gleixner Subject: Re: [PATCH v3 0/4] Enabling patches of 2 early consoles for Intel MID platforms Message-ID: <20100913084045.GA23741@elte.hu> References: <1284361736-23011-1-git-send-email-feng.tang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1284361736-23011-1-git-send-email-feng.tang@intel.com> User-Agent: Mutt/1.5.20 (2009-08-17) X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -2.0 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0001] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Feng Tang wrote: > Hi all, > > This serie mainly enables 2 early consoles named mrst and hsu for > Intel MID platforms. please help to review, thanks, > > - Feng > > Changelog: > v3: > * Fix a warning for mrst.h > * Add 2 helper funcs for fixed address mapping as > suggested by Ingo > * Rename the mrst_earlyprintk.c to early_printk_mrst.c > * Clean the code and fix typoes upon Ingo's comments > v2: > * Code clean as suggested by Ingo Thanks, this series looks really good! > Feng Tang (4): > x86, mrst: make mrst_identify_cpu() inlne inside mrst.h > x86: add two helper macros for fixed address mapping > x86, earlyprintk: add earlyprintk for Intel Moorestown platform > x86, earlyprintk: add hsu early console for Intel Medfield platform > > arch/x86/Kconfig.debug | 4 + > arch/x86/include/asm/fixmap.h | 15 ++ > arch/x86/include/asm/mrst.h | 10 +- > arch/x86/kernel/Makefile | 1 + > arch/x86/kernel/early_printk.c | 13 ++ > arch/x86/kernel/early_printk_mrst.c | 319 +++++++++++++++++++++++++++++++++++ > 6 files changed, 361 insertions(+), 1 deletions(-) > mode change 100644 => 100755 arch/x86/include/asm/fixmap.h > create mode 100644 arch/x86/kernel/early_printk_mrst.c Wrt. integration: i'd prefer to carry these four patches in the tip:x86/early-printk tree (to be merged into v2.6.37), because there's some interaction with other x86 bits. AFAICS the two serial patches: [PATCH 1/2] serial: mrst_max3110: some code cleanup [PATCH 2/2] mrst_max3110: Make the IRQ option runtime Are structurally independent from the earlyprintk patches and could be carried separately in the serial tree. Alan, Greg, what's your preference? Thanks, Ingo