All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] fix Lager earlycon
@ 2015-11-13 16:22 Ulrich Hecht
  2015-11-15 14:05 ` Yoshinori Sato
  0 siblings, 1 reply; 2+ messages in thread
From: Ulrich Hecht @ 2015-11-13 16:22 UTC (permalink / raw)
  To: linux-sh

Hi!

This makes earlycon work on the Lager board:

1. It amends the SCI earlycon patch by Sato-san slightly to preserve the
other bits in SCSCR when asserting RE and TE.

2. It switches the serial console back to SCIF0, because that's what the
boot loader uses, and we rely on it to set up the port for us...

I have yet to check to what extent other boards/SoCs are affected by this.

CU
Uli


Ulrich Hecht (2):
  sh-sci: Add CONFIG_SERIAL_EARLYCON support
  ARM: shmobile: r8a7790: switch console back to scif0

 arch/arm/boot/dts/r8a7790-lager.dts | 14 ++++----
 drivers/tty/serial/Kconfig          |  6 ++++
 drivers/tty/serial/sh-sci.c         | 71 +++++++++++++++++++++++++++++++++++--
 3 files changed, 81 insertions(+), 10 deletions(-)

-- 
2.6.1


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

* Re: [PATCH 0/2] fix Lager earlycon
  2015-11-13 16:22 [PATCH 0/2] fix Lager earlycon Ulrich Hecht
@ 2015-11-15 14:05 ` Yoshinori Sato
  0 siblings, 0 replies; 2+ messages in thread
From: Yoshinori Sato @ 2015-11-15 14:05 UTC (permalink / raw)
  To: linux-sh

On Sat, 14 Nov 2015 01:22:21 +0900,
Ulrich Hecht wrote:
> 
> Hi!
> 
> This makes earlycon work on the Lager board:
> 
> 1. It amends the SCI earlycon patch by Sato-san slightly to preserve the
> other bits in SCSCR when asserting RE and TE.
> 
> 2. It switches the serial console back to SCIF0, because that's what the
> boot loader uses, and we rely on it to set up the port for us...
> 
> I have yet to check to what extent other boards/SoCs are affected by this.
> 

Works fine on SCI.
Thanks.

> CU
> Uli
> 
> 
> Ulrich Hecht (2):
>   sh-sci: Add CONFIG_SERIAL_EARLYCON support
>   ARM: shmobile: r8a7790: switch console back to scif0
> 
>  arch/arm/boot/dts/r8a7790-lager.dts | 14 ++++----
>  drivers/tty/serial/Kconfig          |  6 ++++
>  drivers/tty/serial/sh-sci.c         | 71 +++++++++++++++++++++++++++++++++++--
>  3 files changed, 81 insertions(+), 10 deletions(-)
> 
> -- 
> 2.6.1
> 

-- 
Yoshinori Sato
<ysato@users.sourceforge.jp>

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

end of thread, other threads:[~2015-11-15 14:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-13 16:22 [PATCH 0/2] fix Lager earlycon Ulrich Hecht
2015-11-15 14:05 ` Yoshinori Sato

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.