All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Enabling patches of 2 early consoles for Intel MID platforms
@ 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
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Feng Tang @ 2010-09-13  7:08 UTC (permalink / raw)
  To: linux-kernel; +Cc: mingo, alan, greg, Feng Tang

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 
----------------------------------------------------------------

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


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2010-10-08 10:53 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-13  7:08 [PATCH v3 0/4] Enabling patches of 2 early consoles for Intel MID platforms 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 is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.