linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Grant Likely <grant.likely@linaro.org>
To: Rob Herring <robherring2@gmail.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Cc: benh@kernel.crashing.org, Arnd Bergmann <arnd@arndb.de>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Rob Herring <robh@kernel.org>
Subject: Re: [PATCH 0/6] DT early console initialization
Date: Wed, 14 May 2014 15:26:44 +0100	[thread overview]
Message-ID: <20140514142644.1C922C4153D@trevor.secretlab.ca> (raw)
In-Reply-To: <1399587823-17701-1-git-send-email-robherring2@gmail.com>

On Thu,  8 May 2014 17:23:37 -0500, Rob Herring <robherring2@gmail.com> wrote:
> From: Rob Herring <robh@kernel.org>
> 
> This series adds support for early serial console initialization using 
> DT. This enables determining the serial port type and address using the 
> FDT and allows enabling the console before platform specific 
> initialization runs. I've tested this on arm64. ARM support is dependent 
> on adding fixmap support.
> 
> Currently, the earlycon is only enabled if "earlycon" is present on the 
> kernel command line. The FDT needs to have /chosen/stdout-path set to 
> the path of the serial port.
> 
> This series is dependent on generic earlycon[1], libfdt support[2], and 
> vmlinux.lds.h clean-ups[3]. The first 2 are in linux-next already. A git 
> branch is available here:
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git earlycon-dt

Nice. For the whole series:

Acked-by: Grant Likely <grant.likely@linaro.org>

I haven't tested it though.

> 
> Rob
> 
> [1] https://lkml.org/lkml/2014/4/18/573
> [2] https://lkml.org/lkml/2014/4/22/1202
> [3] https://lkml.org/lkml/2014/3/27/285
> 
> Rob Herring (6):
>   of: align RESERVEDMEM_OF_DECLARE function callbacks to other callbacks
>   of: consolidate linker section OF match table declarations
>   serial: earlycon: add DT support
>   of/fdt: add FDT address translation support
>   of/fdt: add FDT serial scanning for earlycon
>   tty/serial: pl011: add DT based earlycon support
> 
>  drivers/clocksource/clksrc-of.c   |   2 +-
>  drivers/irqchip/irqchip.h         |   7 +-
>  drivers/of/Makefile               |   2 +
>  drivers/of/fdt.c                  |  56 +++++++++
>  drivers/of/fdt_address.c          | 241 ++++++++++++++++++++++++++++++++++++++
>  drivers/of/of_reserved_mem.c      |   2 +-
>  drivers/tty/serial/amba-pl011.c   |   1 +
>  drivers/tty/serial/earlycon.c     |  27 +++++
>  include/asm-generic/vmlinux.lds.h |   4 +-
>  include/linux/clk-provider.h      |   5 +-
>  include/linux/clocksource.h       |  16 +--
>  include/linux/of.h                |  22 ++++
>  include/linux/of_fdt.h            |   1 +
>  include/linux/of_reserved_mem.h   |  22 +---
>  include/linux/serial_core.h       |   6 +
>  15 files changed, 372 insertions(+), 42 deletions(-)
>  create mode 100644 drivers/of/fdt_address.c
> 
> -- 
> 1.9.1
> 


  parent reply	other threads:[~2014-05-14 14:26 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-08 22:23 [PATCH 0/6] DT early console initialization Rob Herring
2014-05-08 22:23 ` [PATCH 1/6] of: align RESERVEDMEM_OF_DECLARE function callbacks to other callbacks Rob Herring
2014-05-09 10:46   ` Marek Szyprowski
2014-05-08 22:23 ` [PATCH 2/6] of: consolidate linker section OF match table declarations Rob Herring
2014-05-14 14:24   ` Grant Likely
2014-05-08 22:23 ` [PATCH 3/6] serial: earlycon: add DT support Rob Herring
2014-05-08 22:23 ` [PATCH 4/6] of/fdt: add FDT address translation support Rob Herring
2014-05-08 22:23 ` [PATCH 5/6] of/fdt: add FDT serial scanning for earlycon Rob Herring
2014-05-08 22:23 ` [PATCH 6/6] tty/serial: pl011: add DT based earlycon support Rob Herring
2014-05-14 14:26 ` Grant Likely [this message]
2014-05-28 16:30   ` [PATCH 0/6] DT early console initialization Rob Herring
2014-05-28 20:30     ` Greg Kroah-Hartman

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=20140514142644.1C922C4153D@trevor.secretlab.ca \
    --to=grant.likely@linaro.org \
    --cc=arnd@arndb.de \
    --cc=benh@kernel.crashing.org \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=robherring2@gmail.com \
    /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;
as well as URLs for NNTP newsgroup(s).