All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms+renesas@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 07/10] ARM: shmobile: Include DTSI of r8a7740 to armadillo800eva
Date: Sat, 15 Dec 2012 09:03:41 +0000	[thread overview]
Message-ID: <1355562224-29448-8-git-send-email-horms+renesas@verge.net.au> (raw)
In-Reply-To: <1355562224-29448-1-git-send-email-horms+renesas@verge.net.au>

From: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>

Cc: Magnus Damm <damm@opensource.se>
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7740-armadillo800eva.dts |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts
index a7505a9..a8e7bd9 100644
--- a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts
+++ b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts
@@ -9,7 +9,7 @@
  */
 
 /dts-v1/;
-/include/ "skeleton.dtsi"
+/include/ "r8a7740.dtsi"
 
 / {
 	model = "armadillo 800 eva";
-- 
1.7.10.4


WARNING: multiple messages have this Message-ID (diff)
From: Simon Horman <horms+renesas@verge.net.au>
To: linux-sh@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
	devicetree-discuss@lists.ozlabs.org,
	Paul Mundt <lethal@linux-sh.org>,
	Magnus Damm <magnus.damm@gmail.com>,
	Guennadi Liakhovetski <g.liakhovetski@gmx.de>,
	Bastian Hecht <hechtb@gmail.com>,
	Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>,
	Magnus Damm <damm@opensource.se>,
	Simon Horman <horms+renesas@verge.net.au>
Subject: [PATCH 07/10] ARM: shmobile: Include DTSI of r8a7740 to armadillo800eva
Date: Sat, 15 Dec 2012 18:03:41 +0900	[thread overview]
Message-ID: <1355562224-29448-8-git-send-email-horms+renesas@verge.net.au> (raw)
In-Reply-To: <1355562224-29448-1-git-send-email-horms+renesas@verge.net.au>

From: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>

Cc: Magnus Damm <damm@opensource.se>
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7740-armadillo800eva.dts |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts
index a7505a9..a8e7bd9 100644
--- a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts
+++ b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts
@@ -9,7 +9,7 @@
  */
 
 /dts-v1/;
-/include/ "skeleton.dtsi"
+/include/ "r8a7740.dtsi"
 
 / {
 	model = "armadillo 800 eva";
-- 
1.7.10.4


WARNING: multiple messages have this Message-ID (diff)
From: horms+renesas@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 07/10] ARM: shmobile: Include DTSI of r8a7740 to armadillo800eva
Date: Sat, 15 Dec 2012 18:03:41 +0900	[thread overview]
Message-ID: <1355562224-29448-8-git-send-email-horms+renesas@verge.net.au> (raw)
In-Reply-To: <1355562224-29448-1-git-send-email-horms+renesas@verge.net.au>

From: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>

Cc: Magnus Damm <damm@opensource.se>
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7740-armadillo800eva.dts |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts
index a7505a9..a8e7bd9 100644
--- a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts
+++ b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts
@@ -9,7 +9,7 @@
  */
 
 /dts-v1/;
-/include/ "skeleton.dtsi"
+/include/ "r8a7740.dtsi"
 
 / {
 	model = "armadillo 800 eva";
-- 
1.7.10.4

  parent reply	other threads:[~2012-12-15  9:03 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-15  9:03 [RFC v7 00/10] ARM: shmobile: DT initialisation of INTC and GIC Simon Horman
2012-12-15  9:03 ` Simon Horman
2012-12-15  9:03 ` Simon Horman
2012-12-15  9:03 ` [PATCH 01/10] ARM: shmobile: Add support OF for INTC of shmobile Simon Horman
2012-12-15  9:03   ` Simon Horman
2012-12-15  9:03   ` Simon Horman
2012-12-18 10:00   ` Mark Rutland
2012-12-18 10:00     ` Mark Rutland
2012-12-18 10:00     ` Mark Rutland
2013-01-08  8:20     ` Simon Horman
2013-01-08  8:20       ` Simon Horman
2013-01-08  8:20       ` Simon Horman
2012-12-15  9:03 ` [PATCH 02/10] SH: intc: Add support OF of IRQ Simon Horman
2012-12-15  9:03   ` Simon Horman
2012-12-15  9:03   ` Simon Horman
2012-12-17  8:29   ` Laurent Pinchart
2012-12-17  8:29     ` Laurent Pinchart
2012-12-17  8:29     ` Laurent Pinchart
2012-12-18  0:31     ` Simon Horman
2012-12-18  0:31       ` Simon Horman
2012-12-18  0:31       ` Simon Horman
2012-12-15  9:03 ` [PATCH 03/10] ARM: shmobile: Add support OF of INTC for r8a7740 Simon Horman
2012-12-15  9:03   ` Simon Horman
2012-12-15  9:03   ` Simon Horman
2012-12-15  9:03 ` [PATCH 04/10] ARM: shmobile: Add support OF of INTC for sh7372 Simon Horman
2012-12-15  9:03   ` Simon Horman
2012-12-15  9:03   ` Simon Horman
2012-12-15  9:03 ` [PATCH 05/10] ARM: shmobile: Add DT table " Simon Horman
2012-12-15  9:03   ` Simon Horman
2012-12-15  9:03   ` Simon Horman
2012-12-17  8:44   ` Guennadi Liakhovetski
2012-12-17  8:44     ` Guennadi Liakhovetski
2012-12-17  8:44     ` Guennadi Liakhovetski
2012-12-18  0:37     ` Simon Horman
2012-12-18  0:37       ` Simon Horman
2012-12-18  0:37       ` Simon Horman
2012-12-18  9:34       ` Guennadi Liakhovetski
2012-12-18  9:34         ` Guennadi Liakhovetski
2012-12-18  9:34         ` Guennadi Liakhovetski
2012-12-15  9:03 ` [PATCH 06/10] ARM: shmobile: Add DT table of INTC for r8a7740 Simon Horman
2012-12-15  9:03   ` Simon Horman
2012-12-15  9:03   ` Simon Horman
2012-12-15  9:03 ` Simon Horman [this message]
2012-12-15  9:03   ` [PATCH 07/10] ARM: shmobile: Include DTSI of r8a7740 to armadillo800eva Simon Horman
2012-12-15  9:03   ` Simon Horman
2012-12-15  9:03 ` [PATCH 08/10] ARM: shmobile: r8a7740: Use DT initialisation of INTC Simon Horman
2012-12-15  9:03   ` Simon Horman
2012-12-15  9:03   ` Simon Horman
2012-12-15  9:03 ` [PATCH 09/10] ARM: shmobile: sh7372: Do not initialise TMU when using DT Simon Horman
2012-12-15  9:03   ` Simon Horman
2012-12-15  9:03   ` Simon Horman
2012-12-17  9:58   ` Guennadi Liakhovetski
2012-12-17  9:58     ` Guennadi Liakhovetski
2012-12-17  9:58     ` Guennadi Liakhovetski
2012-12-18  0:39     ` Simon Horman
2012-12-18  0:39       ` Simon Horman
2012-12-18  0:39       ` Simon Horman
2012-12-15  9:03 ` [PATCH 10/10] ARM: shmobile: sh7372: Use DT initialisation of INTC Simon Horman
2012-12-15  9:03   ` Simon Horman
2012-12-15  9:03   ` 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=1355562224-29448-8-git-send-email-horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.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.