All of lore.kernel.org
 help / color / mirror / Atom feed
From: Magnus Damm <magnus.damm@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH 00/05][RFC] sh: Early serial console rework V2
Date: Thu, 05 Nov 2009 14:34:47 +0000	[thread overview]
Message-ID: <20091105143447.9902.4608.sendpatchset@rxone.opensource.se> (raw)

sh: Early serial console rework V2

[PATCH 01/05] sh-sci: disable callback typo fix
[PATCH 02/05] Driver Core: Early platform driver buffer
[PATCH 03/05] sh-sci: Extend sh-sci driver with early console
[PATCH 04/05] sh: Break out SH7724 serial ports
[PATCH 05/05] sh: Remove old early serial console code

These patches move the early serial console code into the sh-sci
driver. Apart from removing duplicated code, this also allows for
a wider range of supported ports - SCI, SCIF and SCIFA should now
be supported. The rework allows us to select the early serial console
port with the kernel command line. As an example, to enable early
serial console on KFR2R09, simply add the following to the kernel
command line: "earlyprintk=sh-sci.1,115200".

If the SuperH specific bits look OK then I'll break out serial port
data for other processors as well and submit the driver core bits to
LKML.

Tested on sh7724 / KFR2R09.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 arch/sh/Kconfig.debug                  |   21 ----
 arch/sh/kernel/cpu/sh4a/setup-sh7724.c |  145 +++++++++++++++++++++---------
 arch/sh/kernel/early_printk.c          |  153 --------------------------------
 arch/sh/kernel/setup.c                 |    5 +
 drivers/base/platform.c                |   29 ++++--
 drivers/serial/sh-sci.c                |   58 ++++++++++--
 include/linux/platform_device.h        |   20 +++-
 7 files changed, 193 insertions(+), 238 deletions(-)

                 reply	other threads:[~2009-11-05 14:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20091105143447.9902.4608.sendpatchset@rxone.opensource.se \
    --to=magnus.damm@gmail.com \
    --cc=linux-sh@vger.kernel.org \
    /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 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.