mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Greg KH <greg@kroah.com>
Cc: Feng Tang <feng.tang@intel.com>,
	linux-kernel@vger.kernel.org, alan@linux.intel.com,
	"H. Peter Anvin" <hpa@zytor.com>,
	Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [PATCH v3 0/4] Enabling patches of 2 early consoles for Intel MID platforms
Date: Mon, 13 Sep 2010 20:43:25 +0200	[thread overview]
Message-ID: <20100913184325.GB25367@elte.hu> (raw)
In-Reply-To: <20100913165917.GC8509@kroah.com>


* Greg KH <greg@kroah.com> wrote:

> On Mon, Sep 13, 2010 at 10:40:45AM +0200, Ingo Molnar wrote:
> > 
> > * Feng Tang <feng.tang@intel.com> 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.
> 
> No objection from me.
> 
> > 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?
> 
> I can carry these in the tty tree fine.  They don't depend on the x86 
> patches, right?

Yeah, as far as i've checked they dont. (havent actually tested that 
tho)

Thanks,

	Ingo

      reply	other threads:[~2010-09-13 18:43 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-13  7:08 Feng Tang
2010-09-13  7:08 ` [PATCH v3 1/4] x86, mrst: make mrst_identify_cpu() inlne inside mrst.h Feng Tang
2010-09-14 13:43   ` Alan Cox
2010-09-14 17:57     ` Ingo Molnar
2010-09-14 19:50       ` Alan Cox
2010-09-15  8:24         ` Ingo Molnar
2010-09-13  7:08 ` [PATCH v3 2/4] x86: add two helper macros for fixed address mapping Feng Tang
2010-10-08 10:52   ` [tip:x86/mrst] x86: Add " tip-bot for Feng Tang
2010-09-13  7:08 ` [PATCH v3 3/4] x86, earlyprintk: add earlyprintk for Intel Moorestown platform Feng Tang
2010-10-08 10:53   ` [tip:x86/mrst] x86, earlyprintk: Add " tip-bot for Feng Tang
2010-09-13  7:08 ` [PATCH v3 4/4] x86, earlyprintk: add hsu early console for Intel Medfield platform Feng Tang
2010-09-21 16:26   ` Konrad Rzeszutek Wilk
2010-09-23 10:08     ` Alan Cox
2010-10-08 10:53   ` [tip:x86/mrst] x86, earlyprintk: Add " tip-bot for Feng Tang
2010-09-13  8:40 ` [PATCH v3 0/4] Enabling patches of 2 early consoles for Intel MID platforms Ingo Molnar
2010-09-13 16:59   ` Greg KH
2010-09-13 18:43     ` Ingo Molnar [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100913184325.GB25367@elte.hu \
    --to=mingo@elte.hu \
    --cc=alan@linux.intel.com \
    --cc=feng.tang@intel.com \
    --cc=greg@kroah.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®