From: Simon Horman <horms@verge.net.au>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>,
Magnus Damm <magnus.damm@gmail.com>,
Linux-sh list <linux-sh@vger.kernel.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>
Subject: Re: [PATCH v2 03/13] ARM: shmobile: kzm9d dts: Add chosen/stdout-path
Date: Mon, 6 Oct 2014 18:05:27 +0900 [thread overview]
Message-ID: <20141006090525.GA1866@verge.net.au> (raw)
In-Reply-To: <CAMuHMdUq1ivb0iQ=9YbVc5-BcqxVQ_SyqAkpBKn2X4Uq9WK5Mg@mail.gmail.com>
On Mon, Oct 06, 2014 at 10:43:28AM +0200, Geert Uytterhoeven wrote:
> Hi Simon,
>
> On Mon, Oct 6, 2014 at 4:36 AM, Simon Horman <horms@verge.net.au> wrote:
> > On Fri, Oct 03, 2014 at 05:11:34PM +0200, Geert Uytterhoeven wrote:
> >> Add a stdout-path property so that automatic console selection works
> >> in the absence of a "console=" parameter on the kernel command line.
> >>
> >> Remove the now-superfluous "console=" parameter from chosen/bootargs.
> >>
> >> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> >
> > In my environment the bootargs portion of this change results
> > in no console output. I am guessing that this is because the
> > console starts with a different terminal speed (though which speed
> > I am unsure).
> >
> > If my guess is correct then strictly speaking this is not a bug,
> > though it is a behavioural change. And as such I think at the very
> > least it needs some discussion.
>
> I forgot emev is the only supported SoC not using sh-sci.
> drivers/tty/serial/sh-sci.c:serial_console_setup() defaults to 115200 baud,
> while serial8250_console_setup() defaults to 9600 baud.
>
> So we have to keep the console= parameter. Will resend.
Thanks!
> Gr{oetje,eeting}s,
>
> Geert
>
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
>
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
> -- Linus Torvalds
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2014-10-06 9:05 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-03 15:11 [PATCH v2 00/13] ARM: shmobile: dts: Add chosen/stdout-path Geert Uytterhoeven
[not found] ` <1412349104-18724-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2014-10-03 15:11 ` [PATCH v2 01/13] ARM: shmobile: emev2 dtsi: Use generic names for device nodes Geert Uytterhoeven
2014-10-03 15:11 ` [PATCH v2 02/13] ARM: shmobile: emev2 dtsi: Add uart* labels for easier referencing Geert Uytterhoeven
2014-10-03 15:11 ` [PATCH v2 03/13] ARM: shmobile: kzm9d dts: Add chosen/stdout-path Geert Uytterhoeven
2014-10-06 2:36 ` Simon Horman
2014-10-06 8:43 ` Geert Uytterhoeven
2014-10-06 9:05 ` Simon Horman [this message]
2014-10-03 15:11 ` [PATCH v2 04/13] ARM: shmobile: genmai " Geert Uytterhoeven
2014-10-03 15:11 ` [PATCH v2 05/13] ARM: shmobile: ape6evm-reference " Geert Uytterhoeven
2014-10-03 15:11 ` [PATCH v2 06/13] ARM: shmobile: armadillo800eva " Geert Uytterhoeven
2014-10-03 15:11 ` [PATCH v2 07/13] ARM: shmobile: bockw-reference " Geert Uytterhoeven
2014-10-03 15:11 ` [PATCH v2 08/13] ARM: shmobile: marzen " Geert Uytterhoeven
2014-10-03 15:11 ` [PATCH v2 09/13] ARM: shmobile: lager " Geert Uytterhoeven
2014-10-03 15:11 ` [PATCH v2 10/13] ARM: shmobile: henninger " Geert Uytterhoeven
2014-10-03 15:11 ` [PATCH v2 11/13] ARM: shmobile: koelsch " Geert Uytterhoeven
2014-10-03 15:11 ` [PATCH v2 12/13] ARM: shmobile: alt " Geert Uytterhoeven
2015-01-30 22:33 ` Sergei Shtylyov
[not found] ` <54CC06A4.9040408-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2015-01-31 10:18 ` Geert Uytterhoeven
2015-02-02 22:13 ` Sergei Shtylyov
2015-02-03 0:42 ` Simon Horman
2014-10-03 15:11 ` [PATCH v2 13/13] ARM: shmobile: kzm9g-reference " Geert Uytterhoeven
2014-10-06 2:40 ` [PATCH v2 00/13] ARM: shmobile: " Simon Horman
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=20141006090525.GA1866@verge.net.au \
--to=horms@verge.net.au \
--cc=devicetree@vger.kernel.org \
--cc=geert+renesas@glider.be \
--cc=geert@linux-m68k.org \
--cc=linux-sh@vger.kernel.org \
--cc=magnus.damm@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).