All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] tty: serial: Add earlycon support to MT8173 SoC
@ 2015-01-12 13:08 ` Eddie Huang
  0 siblings, 0 replies; 43+ messages in thread
From: Eddie Huang @ 2015-01-12 13:08 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Greg Kroah-Hartman, Matthias Brugger
  Cc: devicetree, Vladimir Murzin, srv_heupstream, Pawel Moll,
	Ian Campbell, Catalin Marinas, Jonathan Corbet, Will Deacon,
	linux-kernel, linux-doc, yh.chen, Howard Chen, Ashwin Chaugule,
	linux-serial, Kumar Gala, Joe.C, Eddie Huang, Jiri Slaby,
	linux-arm-kernel, Alan Cox

8250 earlycon will always init serial hardware. The hardware setting is
from kernel earlycon parameters or by probe current baudrate. I add noinit
options in 8250 earlycon to bypass init, such that earlycon can use the
same hardware setting as loader.

This series also add MT8173 earlycon support, and stdout in device
tree.

Change v2:
1. Add noinit options.
2. Remove duplicate code in 8250_mtk.c, reuse the 8250_early.c existed function.

This patchset is based on 3.19-rc1, and my basic support for Mediatek
MT8173 SoC [1].

[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2015-January/315165.html

Eddie Huang (4):
  tty: serial: Add 8250 earlycon to support noinit option
  tty: serial: 8250_mtk: Add earlycon
  arm64: dts: Add mediatek MT8173 earlycon support
  Document: Modify 8250 earlycon kernel parameters

 Documentation/kernel-parameters.txt         |  5 ++++-
 arch/arm64/boot/dts/mediatek/mt8173-evb.dts |  4 +++-
 drivers/tty/serial/8250/8250_early.c        |  7 ++++---
 drivers/tty/serial/8250/8250_mtk.c          | 15 +++++++++++++++
 drivers/tty/serial/earlycon.c               | 17 ++++++++++++-----
 include/linux/serial_8250.h                 |  2 ++
 include/linux/serial_core.h                 |  1 +
 7 files changed, 41 insertions(+), 10 deletions(-)

--
1.8.1.1.dirty

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

end of thread, other threads:[~2015-02-02 18:46 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-12 13:08 [PATCH v2 0/4] tty: serial: Add earlycon support to MT8173 SoC Eddie Huang
2015-01-12 13:08 ` Eddie Huang
2015-01-12 13:08 ` [PATCH v2 1/4] tty: serial: Add 8250 earlycon to support noinit option Eddie Huang
2015-01-12 13:08   ` Eddie Huang
2015-01-12 15:35   ` Arnd Bergmann
2015-01-12 15:35     ` Arnd Bergmann
2015-01-12 16:08     ` Alan Cox
2015-01-12 16:08       ` Alan Cox
2015-01-13  1:05       ` Eddie Huang
2015-01-13  1:05         ` Eddie Huang
2015-02-01 16:27   ` Peter Hurley
2015-02-01 16:27     ` Peter Hurley
2015-02-01 16:27     ` Peter Hurley
2015-02-01 18:26     ` Peter Hurley
2015-02-01 18:26       ` Peter Hurley
2015-02-01 18:26       ` Peter Hurley
2015-02-02  3:16       ` Eddie Huang
2015-02-02  3:16         ` Eddie Huang
2015-02-02  3:45         ` Peter Hurley
2015-02-02  3:45           ` Peter Hurley
2015-02-02  4:28           ` Greg Kroah-Hartman
2015-02-02  4:28             ` Greg Kroah-Hartman
2015-02-02  5:15             ` Peter Hurley
2015-02-02  5:15               ` Peter Hurley
2015-02-02  5:24               ` Greg Kroah-Hartman
2015-02-02  5:24                 ` Greg Kroah-Hartman
2015-02-02  5:33                 ` Eddie Huang
2015-02-02  5:33                   ` Eddie Huang
2015-02-02  5:43                   ` Peter Hurley
2015-02-02  5:43                     ` Peter Hurley
2015-02-02  5:43                     ` Peter Hurley
2015-02-02 18:46                     ` Greg Kroah-Hartman
2015-02-02 18:46                       ` Greg Kroah-Hartman
2015-02-02  2:45     ` Eddie Huang
2015-02-02  2:45       ` Eddie Huang
2015-02-02  3:27       ` Peter Hurley
2015-02-02  3:27         ` Peter Hurley
2015-01-12 13:08 ` [PATCH v2 2/4] tty: serial: 8250_mtk: Add earlycon Eddie Huang
2015-01-12 13:08   ` Eddie Huang
2015-01-12 13:08 ` [PATCH v2 3/4] arm64: dts: Add mediatek MT8173 earlycon support Eddie Huang
2015-01-12 13:08   ` Eddie Huang
2015-01-12 13:08 ` [PATCH v2 4/4] Document: Modify 8250 earlycon kernel parameters Eddie Huang
2015-01-12 13:08   ` Eddie Huang

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.