linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: shmobile: Remove early_printk from command line
@ 2014-07-07  6:50 Simon Horman
  2014-07-07  6:50 ` [PATCH 1/2] ARM: shmobile: armadillo800eva-reference: " Simon Horman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Simon Horman @ 2014-07-07  6:50 UTC (permalink / raw)
  To: linux-arm-kernel

As early printk is not supported when devices are initialised
using DT, so remove it from the command line.

Based on renesas-devel-v3.16-rc3-20140706.

Simon Horman (2):
  ARM: shmobile: armadillo800eva-reference: Remove early_printk from
    command line
  ARM: shmobile: kzm9g-reference: Remove early_printk from command line

 arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts | 2 +-
 arch/arm/boot/dts/sh73a0-kzm9g-reference.dts            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.0.0.rc2

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

* [PATCH 1/2] ARM: shmobile: armadillo800eva-reference: Remove early_printk from command line
  2014-07-07  6:50 [PATCH 0/2] ARM: shmobile: Remove early_printk from command line Simon Horman
@ 2014-07-07  6:50 ` Simon Horman
  2014-07-07  6:50 ` [PATCH 2/2] ARM: shmobile: kzm9g-reference: " Simon Horman
  2014-07-09  8:30 ` [PATCH 0/2] ARM: shmobile: " Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2014-07-07  6:50 UTC (permalink / raw)
  To: linux-arm-kernel

As early printk is not supported when devices are initialised
using DT, so remove it from the command line.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts b/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
index f6ef73f..ba2e180 100644
--- a/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
+++ b/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
@@ -20,7 +20,7 @@
 	compatible = "renesas,armadillo800eva-reference", "renesas,r8a7740";
 
 	chosen {
-		bootargs = "console=tty0 console=ttySC1,115200 earlyprintk=sh-sci.1,115200 ignore_loglevel root=/dev/nfs ip=dhcp rw";
+		bootargs = "console=tty0 console=ttySC1,115200 ignore_loglevel root=/dev/nfs ip=dhcp rw";
 	};
 
 	memory {
-- 
2.0.0.rc2

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

* [PATCH 2/2] ARM: shmobile: kzm9g-reference: Remove early_printk from command line
  2014-07-07  6:50 [PATCH 0/2] ARM: shmobile: Remove early_printk from command line Simon Horman
  2014-07-07  6:50 ` [PATCH 1/2] ARM: shmobile: armadillo800eva-reference: " Simon Horman
@ 2014-07-07  6:50 ` Simon Horman
  2014-07-09  8:30 ` [PATCH 0/2] ARM: shmobile: " Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2014-07-07  6:50 UTC (permalink / raw)
  To: linux-arm-kernel

As early printk is not supported when devices are initialised
using DT, so remove it from the command line.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
index a99171c..838f93e4 100644
--- a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
+++ b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
@@ -35,7 +35,7 @@
 	};
 
 	chosen {
-		bootargs = "console=tty0 console=ttySC4,115200 root=/dev/nfs ip=dhcp ignore_loglevel earlyprintk=sh-sci.4,115200 rw";
+		bootargs = "console=tty0 console=ttySC4,115200 root=/dev/nfs ip=dhcp ignore_loglevel rw";
 	};
 
 	memory {
-- 
2.0.0.rc2

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

* [PATCH 0/2] ARM: shmobile: Remove early_printk from command line
  2014-07-07  6:50 [PATCH 0/2] ARM: shmobile: Remove early_printk from command line Simon Horman
  2014-07-07  6:50 ` [PATCH 1/2] ARM: shmobile: armadillo800eva-reference: " Simon Horman
  2014-07-07  6:50 ` [PATCH 2/2] ARM: shmobile: kzm9g-reference: " Simon Horman
@ 2014-07-09  8:30 ` Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2014-07-09  8:30 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jul 07, 2014 at 08:50:07AM +0200, Simon Horman wrote:
> As early printk is not supported when devices are initialised
> using DT, so remove it from the command line.
> 
> Based on renesas-devel-v3.16-rc3-20140706.
> 
> Simon Horman (2):
>   ARM: shmobile: armadillo800eva-reference: Remove early_printk from
>     command line
>   ARM: shmobile: kzm9g-reference: Remove early_printk from command line

I have queued these up.

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

end of thread, other threads:[~2014-07-09  8:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-07  6:50 [PATCH 0/2] ARM: shmobile: Remove early_printk from command line Simon Horman
2014-07-07  6:50 ` [PATCH 1/2] ARM: shmobile: armadillo800eva-reference: " Simon Horman
2014-07-07  6:50 ` [PATCH 2/2] ARM: shmobile: kzm9g-reference: " Simon Horman
2014-07-09  8:30 ` [PATCH 0/2] ARM: shmobile: " Simon Horman

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).