All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms+renesas@verge.net.au>
To: linux-renesas-soc@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
	Magnus Damm <magnus.damm@gmail.com>,
	Simon Horman <horms+renesas@verge.net.au>
Subject: [PATCH 38/68] ARM: dts: emev2: use GIC_* defines
Date: Fri, 12 Feb 2016 20:05:28 +0100	[thread overview]
Message-ID: <b14ce2321b9c63f807719358c64bbe7aa973731c.1455303422.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1455303422.git.horms+renesas@verge.net.au>

Use GIC_* defines for GIC interrupt cells in emev2 device tree.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/emev2.dtsi | 39 ++++++++++++++++++++-------------------
 1 file changed, 20 insertions(+), 19 deletions(-)

diff --git a/arch/arm/boot/dts/emev2.dtsi b/arch/arm/boot/dts/emev2.dtsi
index 57795da616cb..bcce6f50c93d 100644
--- a/arch/arm/boot/dts/emev2.dtsi
+++ b/arch/arm/boot/dts/emev2.dtsi
@@ -9,6 +9,7 @@
  */
 
 #include "skeleton.dtsi"
+#include <dt-bindings/interrupt-controller/arm-gic.h>
 #include <dt-bindings/interrupt-controller/irq.h>
 
 / {
@@ -53,8 +54,8 @@
 
 	pmu {
 		compatible = "arm,cortex-a9-pmu";
-		interrupts = <0 120 IRQ_TYPE_LEVEL_HIGH>,
-			     <0 121 IRQ_TYPE_LEVEL_HIGH>;
+		interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;
 	};
 
 	clocks@e0110000 {
@@ -158,7 +159,7 @@
 	timer@e0180000 {
 		compatible = "renesas,em-sti";
 		reg = <0xe0180000 0x54>;
-		interrupts = <0 125 IRQ_TYPE_LEVEL_HIGH>;
+		interrupts = <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&sti_sclk>;
 		clock-names = "sclk";
 	};
@@ -166,7 +167,7 @@
 	uart0: serial@e1020000 {
 		compatible = "renesas,em-uart";
 		reg = <0xe1020000 0x38>;
-		interrupts = <0 8 IRQ_TYPE_LEVEL_HIGH>;
+		interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&usia_u0_sclk>;
 		clock-names = "sclk";
 	};
@@ -174,7 +175,7 @@
 	uart1: serial@e1030000 {
 		compatible = "renesas,em-uart";
 		reg = <0xe1030000 0x38>;
-		interrupts = <0 9 IRQ_TYPE_LEVEL_HIGH>;
+		interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&usib_u1_sclk>;
 		clock-names = "sclk";
 	};
@@ -182,7 +183,7 @@
 	uart2: serial@e1040000 {
 		compatible = "renesas,em-uart";
 		reg = <0xe1040000 0x38>;
-		interrupts = <0 10 IRQ_TYPE_LEVEL_HIGH>;
+		interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&usib_u2_sclk>;
 		clock-names = "sclk";
 	};
@@ -190,7 +191,7 @@
 	uart3: serial@e1050000 {
 		compatible = "renesas,em-uart";
 		reg = <0xe1050000 0x38>;
-		interrupts = <0 11 IRQ_TYPE_LEVEL_HIGH>;
+		interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&usib_u3_sclk>;
 		clock-names = "sclk";
 	};
@@ -203,8 +204,8 @@
 	gpio0: gpio@e0050000 {
 		compatible = "renesas,em-gio";
 		reg = <0xe0050000 0x2c>, <0xe0050040 0x20>;
-		interrupts = <0 67 IRQ_TYPE_LEVEL_HIGH>,
-			     <0 68 IRQ_TYPE_LEVEL_HIGH>;
+		interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
 		gpio-controller;
 		gpio-ranges = <&pfc 0 0 32>;
 		#gpio-cells = <2>;
@@ -215,8 +216,8 @@
 	gpio1: gpio@e0050080 {
 		compatible = "renesas,em-gio";
 		reg = <0xe0050080 0x2c>, <0xe00500c0 0x20>;
-		interrupts = <0 69 IRQ_TYPE_LEVEL_HIGH>,
-			     <0 70 IRQ_TYPE_LEVEL_HIGH>;
+		interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
 		gpio-controller;
 		gpio-ranges = <&pfc 0 32 32>;
 		#gpio-cells = <2>;
@@ -227,8 +228,8 @@
 	gpio2: gpio@e0050100 {
 		compatible = "renesas,em-gio";
 		reg = <0xe0050100 0x2c>, <0xe0050140 0x20>;
-		interrupts = <0 71 IRQ_TYPE_LEVEL_HIGH>,
-			     <0 72 IRQ_TYPE_LEVEL_HIGH>;
+		interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
 		gpio-controller;
 		gpio-ranges = <&pfc 0 64 32>;
 		#gpio-cells = <2>;
@@ -239,8 +240,8 @@
 	gpio3: gpio@e0050180 {
 		compatible = "renesas,em-gio";
 		reg = <0xe0050180 0x2c>, <0xe00501c0 0x20>;
-		interrupts = <0 73 IRQ_TYPE_LEVEL_HIGH>,
-			     <0 74 IRQ_TYPE_LEVEL_HIGH>;
+		interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
 		gpio-controller;
 		gpio-ranges = <&pfc 0 96 32>;
 		#gpio-cells = <2>;
@@ -251,8 +252,8 @@
 	gpio4: gpio@e0050200 {
 		compatible = "renesas,em-gio";
 		reg = <0xe0050200 0x2c>, <0xe0050240 0x20>;
-		interrupts = <0 75 IRQ_TYPE_LEVEL_HIGH>,
-			     <0 76 IRQ_TYPE_LEVEL_HIGH>;
+		interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
 		gpio-controller;
 		gpio-ranges = <&pfc 0 128 31>;
 		#gpio-cells = <2>;
@@ -266,7 +267,7 @@
 		#size-cells = <0>;
 		compatible = "renesas,iic-emev2";
 		reg = <0xe0070000 0x28>;
-		interrupts = <0 32 IRQ_TYPE_EDGE_RISING>;
+		interrupts = <GIC_SPI 32 IRQ_TYPE_EDGE_RISING>;
 		clocks = <&iic0_sclk>;
 		clock-names = "sclk";
 		status = "disabled";
@@ -277,7 +278,7 @@
 		#size-cells = <0>;
 		compatible = "renesas,iic-emev2";
 		reg = <0xe10a0000 0x28>;
-		interrupts = <0 33 IRQ_TYPE_EDGE_RISING>;
+		interrupts = <GIC_SPI 33 IRQ_TYPE_EDGE_RISING>;
 		clocks = <&iic1_sclk>;
 		clock-names = "sclk";
 		status = "disabled";
-- 
2.7.0.rc3.207.g0ac5344

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 38/68] ARM: dts: emev2: use GIC_* defines
Date: Fri, 12 Feb 2016 20:05:28 +0100	[thread overview]
Message-ID: <b14ce2321b9c63f807719358c64bbe7aa973731c.1455303422.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1455303422.git.horms+renesas@verge.net.au>

Use GIC_* defines for GIC interrupt cells in emev2 device tree.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/emev2.dtsi | 39 ++++++++++++++++++++-------------------
 1 file changed, 20 insertions(+), 19 deletions(-)

diff --git a/arch/arm/boot/dts/emev2.dtsi b/arch/arm/boot/dts/emev2.dtsi
index 57795da616cb..bcce6f50c93d 100644
--- a/arch/arm/boot/dts/emev2.dtsi
+++ b/arch/arm/boot/dts/emev2.dtsi
@@ -9,6 +9,7 @@
  */
 
 #include "skeleton.dtsi"
+#include <dt-bindings/interrupt-controller/arm-gic.h>
 #include <dt-bindings/interrupt-controller/irq.h>
 
 / {
@@ -53,8 +54,8 @@
 
 	pmu {
 		compatible = "arm,cortex-a9-pmu";
-		interrupts = <0 120 IRQ_TYPE_LEVEL_HIGH>,
-			     <0 121 IRQ_TYPE_LEVEL_HIGH>;
+		interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;
 	};
 
 	clocks at e0110000 {
@@ -158,7 +159,7 @@
 	timer at e0180000 {
 		compatible = "renesas,em-sti";
 		reg = <0xe0180000 0x54>;
-		interrupts = <0 125 IRQ_TYPE_LEVEL_HIGH>;
+		interrupts = <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&sti_sclk>;
 		clock-names = "sclk";
 	};
@@ -166,7 +167,7 @@
 	uart0: serial at e1020000 {
 		compatible = "renesas,em-uart";
 		reg = <0xe1020000 0x38>;
-		interrupts = <0 8 IRQ_TYPE_LEVEL_HIGH>;
+		interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&usia_u0_sclk>;
 		clock-names = "sclk";
 	};
@@ -174,7 +175,7 @@
 	uart1: serial at e1030000 {
 		compatible = "renesas,em-uart";
 		reg = <0xe1030000 0x38>;
-		interrupts = <0 9 IRQ_TYPE_LEVEL_HIGH>;
+		interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&usib_u1_sclk>;
 		clock-names = "sclk";
 	};
@@ -182,7 +183,7 @@
 	uart2: serial at e1040000 {
 		compatible = "renesas,em-uart";
 		reg = <0xe1040000 0x38>;
-		interrupts = <0 10 IRQ_TYPE_LEVEL_HIGH>;
+		interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&usib_u2_sclk>;
 		clock-names = "sclk";
 	};
@@ -190,7 +191,7 @@
 	uart3: serial at e1050000 {
 		compatible = "renesas,em-uart";
 		reg = <0xe1050000 0x38>;
-		interrupts = <0 11 IRQ_TYPE_LEVEL_HIGH>;
+		interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&usib_u3_sclk>;
 		clock-names = "sclk";
 	};
@@ -203,8 +204,8 @@
 	gpio0: gpio at e0050000 {
 		compatible = "renesas,em-gio";
 		reg = <0xe0050000 0x2c>, <0xe0050040 0x20>;
-		interrupts = <0 67 IRQ_TYPE_LEVEL_HIGH>,
-			     <0 68 IRQ_TYPE_LEVEL_HIGH>;
+		interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
 		gpio-controller;
 		gpio-ranges = <&pfc 0 0 32>;
 		#gpio-cells = <2>;
@@ -215,8 +216,8 @@
 	gpio1: gpio at e0050080 {
 		compatible = "renesas,em-gio";
 		reg = <0xe0050080 0x2c>, <0xe00500c0 0x20>;
-		interrupts = <0 69 IRQ_TYPE_LEVEL_HIGH>,
-			     <0 70 IRQ_TYPE_LEVEL_HIGH>;
+		interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
 		gpio-controller;
 		gpio-ranges = <&pfc 0 32 32>;
 		#gpio-cells = <2>;
@@ -227,8 +228,8 @@
 	gpio2: gpio at e0050100 {
 		compatible = "renesas,em-gio";
 		reg = <0xe0050100 0x2c>, <0xe0050140 0x20>;
-		interrupts = <0 71 IRQ_TYPE_LEVEL_HIGH>,
-			     <0 72 IRQ_TYPE_LEVEL_HIGH>;
+		interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
 		gpio-controller;
 		gpio-ranges = <&pfc 0 64 32>;
 		#gpio-cells = <2>;
@@ -239,8 +240,8 @@
 	gpio3: gpio at e0050180 {
 		compatible = "renesas,em-gio";
 		reg = <0xe0050180 0x2c>, <0xe00501c0 0x20>;
-		interrupts = <0 73 IRQ_TYPE_LEVEL_HIGH>,
-			     <0 74 IRQ_TYPE_LEVEL_HIGH>;
+		interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
 		gpio-controller;
 		gpio-ranges = <&pfc 0 96 32>;
 		#gpio-cells = <2>;
@@ -251,8 +252,8 @@
 	gpio4: gpio at e0050200 {
 		compatible = "renesas,em-gio";
 		reg = <0xe0050200 0x2c>, <0xe0050240 0x20>;
-		interrupts = <0 75 IRQ_TYPE_LEVEL_HIGH>,
-			     <0 76 IRQ_TYPE_LEVEL_HIGH>;
+		interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
 		gpio-controller;
 		gpio-ranges = <&pfc 0 128 31>;
 		#gpio-cells = <2>;
@@ -266,7 +267,7 @@
 		#size-cells = <0>;
 		compatible = "renesas,iic-emev2";
 		reg = <0xe0070000 0x28>;
-		interrupts = <0 32 IRQ_TYPE_EDGE_RISING>;
+		interrupts = <GIC_SPI 32 IRQ_TYPE_EDGE_RISING>;
 		clocks = <&iic0_sclk>;
 		clock-names = "sclk";
 		status = "disabled";
@@ -277,7 +278,7 @@
 		#size-cells = <0>;
 		compatible = "renesas,iic-emev2";
 		reg = <0xe10a0000 0x28>;
-		interrupts = <0 33 IRQ_TYPE_EDGE_RISING>;
+		interrupts = <GIC_SPI 33 IRQ_TYPE_EDGE_RISING>;
 		clocks = <&iic1_sclk>;
 		clock-names = "sclk";
 		status = "disabled";
-- 
2.7.0.rc3.207.g0ac5344

  parent reply	other threads:[~2016-02-12 19:05 UTC|newest]

Thread overview: 122+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-12 19:05 [GIT PULL v2] Renesas ARM Based SoC DT Updates for v4.6 Simon Horman
2016-02-12 19:04 ` [PATCH 01/68] ARM: dts: gose: Add GPIO keys to DT Simon Horman
2016-02-12 19:04   ` Simon Horman
2016-02-13 20:23   ` Geert Uytterhoeven
2016-02-15  7:18     ` Simon Horman
2016-02-15  7:45       ` Geert Uytterhoeven
2016-02-12 19:04 ` [PATCH 02/68] ARM: dts: gose: Add GPIO leds " Simon Horman
2016-02-12 19:04 ` [PATCH 03/68] ARM: dts: porter: add DU DT support Simon Horman
2016-02-12 19:04   ` Simon Horman
2016-02-12 19:04 ` [PATCH 04/68] ARM: dts: r8a7793: Add I2C master nodes to DT Simon Horman
2016-02-12 19:04 ` [PATCH 05/68] ARM: dts: alt: Add QSPI device " Simon Horman
2016-02-12 19:04 ` [PATCH 06/68] ARM: dts: r8a7790: use fallback usbhs compatibility string Simon Horman
2016-02-12 19:04 ` [PATCH 07/68] ARM: dts: r8a7791: " Simon Horman
2016-02-12 19:04 ` [PATCH 08/68] ARM: dts: r8a7794: " Simon Horman
2016-02-12 19:04 ` [PATCH 09/68] ARM: dts: r8a7793: move dmac nodes Simon Horman
2016-02-12 19:04   ` Simon Horman
2016-02-12 19:05 ` [PATCH 10/68] ARM: dts: gose: add i2c2 bus to device tree Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 11/68] ARM: dts: r8a7790: use GIC_* defines Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 12/68] ARM: dts: r8a7791: " Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 13/68] ARM: dts: silk: add DU DT support Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 14/68] ARM: dts: r8a7793: use GIC_* defines Simon Horman
2016-02-12 19:05 ` [PATCH 15/68] ARM: dts: r8a7794: " Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 16/68] ARM: dts: r8a7793: gose: Add HDMI video out support Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 17/68] ARM: dts: r8a7778: use GIC_* defines Simon Horman
2016-02-12 19:05 ` [PATCH 18/68] ARM: dts: r8a7779: " Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 19/68] ARM: dts: porter: add sound support Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 20/68] ARM: dts: r8a73a4: use GIC_* defines Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 21/68] ARM: dts: r8a7740: " Simon Horman
2016-02-12 19:05 ` [PATCH 22/68] ARM: dts: r8a7793: add MSTP10 clocks to device tree Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 23/68] ARM: dts: r8a7793: add audio clock " Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 24/68] ARM: dts: r8a7793: add m2 " Simon Horman
2016-02-12 19:05 ` [PATCH 25/68] ARM: dts: r8a7793: add R-Car sound support " Simon Horman
2016-02-12 19:05 ` [PATCH 26/68] ARM: dts: r8a7793: add DVC " Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 27/68] ARM: dts: r8a7793: add audio DMAC clocks " Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 28/68] ARM: dts: r8a7793: add audio DMAC " Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 29/68] ARM: dts: r8a7793: enable Audio DMAC peri peri via sound driver Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 30/68] ARM: dts: gose: Enable sound PIO support in device tree Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 31/68] ARM: dts: gose: enable sound DMA " Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 32/68] ARM: dts: gose: enable sound DMA support via BUSIF " Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 33/68] ARM: dts: gose: enable sound DMA support via SRC " Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 34/68] ARM: dts: gose: enable sound DMA support via DVC " Simon Horman
2016-02-12 19:05 ` [PATCH 35/68] ARM: dts: r8a7793: enable audio DMAC " Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 36/68] ARM: dts: r7s72100: use GIC_* defines Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 37/68] ARM: dts: sh73a0: " Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` Simon Horman [this message]
2016-02-12 19:05   ` [PATCH 38/68] ARM: dts: emev2: " Simon Horman
2016-02-12 19:05 ` [PATCH 39/68] ARM: dts: r8a7778: Add SCIF fallback compatibility strings Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 40/68] ARM: dts: r8a7779: " Simon Horman
2016-02-12 19:05 ` [PATCH 41/68] ARM: dts: r8a7790: " Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 42/68] ARM: dts: r8a7791: " Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 43/68] ARM: dts: r8a7793: " Simon Horman
2016-02-12 19:05 ` [PATCH 44/68] ARM: dts: r8a7794: " Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 45/68] ARM: dts: sh73a0: Rename the serial port clock to fck Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 46/68] ARM: dts: r7s72100: " Simon Horman
2016-02-12 19:05 ` [PATCH 47/68] ARM: dts: r8a73a4: " Simon Horman
2016-02-12 19:05 ` [PATCH 48/68] ARM: dts: r8a7740: " Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 49/68] ARM: dts: r8a7778: " Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 50/68] ARM: dts: r8a7779: " Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 51/68] ARM: dts: r8a7790: " Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 52/68] ARM: dts: r8a7791: " Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 53/68] ARM: dts: r8a7793: " Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 54/68] ARM: dts: r8a7794: " Simon Horman
2016-02-12 19:05 ` [PATCH 55/68] ARM: dts: r8a7778: Add BRG support for SCIF Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 56/68] ARM: dts: r8a7779: " Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 57/68] ARM: dts: r8a7790: Add BRG support for (H)SCIF Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 58/68] ARM: dts: r8a7791: " Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 59/68] ARM: dts: r8a7793: Add BRG support for SCIF Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 60/68] ARM: dts: r8a7794: Add BRG support for (H)SCIF Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 61/68] ARM: dts: alt: Enable SCIF_CLK frequency and pins Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 62/68] ARM: dts: bockw: " Simon Horman
2016-02-12 19:05 ` [PATCH 63/68] ARM: dts: gose: " Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 64/68] ARM: dts: koelsch: " Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 65/68] ARM: dts: lager: " Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 66/68] ARM: dts: marzen: " Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 67/68] ARM: dts: porter: " Simon Horman
2016-02-12 19:05   ` Simon Horman
2016-02-12 19:05 ` [PATCH 68/68] ARM: dts: silk: " Simon Horman
2016-02-24 22:02 ` [GIT PULL v2] Renesas ARM Based SoC DT Updates for v4.6 Olof Johansson

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=b14ce2321b9c63f807719358c64bbe7aa973731c.1455303422.git.horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@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 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.