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 5/6] ARM: shmobile: r8a7790: sound enables Audio DMAC entry on DTSI
Date: Thu, 19 Mar 2015 02:15:23 +0000	[thread overview]
Message-ID: <118a509374f7791feee309946abccf2ce5609f16.1426731062.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1426731062.git.horms+renesas@verge.net.au>

From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

This patch adds Audio DMAC (= rcar-dmac) entry for sound

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7790.dtsi | 130 ++++++++++++++++++++++++++++++++++-------
 1 file changed, 108 insertions(+), 22 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
index 48d11e0e..4bb2f4c 100644
--- a/arch/arm/boot/dts/r8a7790.dtsi
+++ b/arch/arm/boot/dts/r8a7790.dtsi
@@ -1481,34 +1481,120 @@
 		status = "disabled";
 
 		rcar_sound,dvc {
-			dvc0: dvc@0 { };
-			dvc1: dvc@1 { };
+			dvc0: dvc@0 {
+				dmas = <&audma0 0xbc>;
+				dma-names = "tx";
+			};
+			dvc1: dvc@1 {
+				dmas = <&audma0 0xbe>;
+				dma-names = "tx";
+			};
 		};
 
 		rcar_sound,src {
-			src0: src@0 { interrupts = <0 352 IRQ_TYPE_LEVEL_HIGH>; };
-			src1: src@1 { interrupts = <0 353 IRQ_TYPE_LEVEL_HIGH>; };
-			src2: src@2 { interrupts = <0 354 IRQ_TYPE_LEVEL_HIGH>; };
-			src3: src@3 { interrupts = <0 355 IRQ_TYPE_LEVEL_HIGH>; };
-			src4: src@4 { interrupts = <0 356 IRQ_TYPE_LEVEL_HIGH>; };
-			src5: src@5 { interrupts = <0 357 IRQ_TYPE_LEVEL_HIGH>; };
-			src6: src@6 { interrupts = <0 358 IRQ_TYPE_LEVEL_HIGH>; };
-			src7: src@7 { interrupts = <0 359 IRQ_TYPE_LEVEL_HIGH>; };
-			src8: src@8 { interrupts = <0 360 IRQ_TYPE_LEVEL_HIGH>; };
-			src9: src@9 { interrupts = <0 361 IRQ_TYPE_LEVEL_HIGH>; };
+			src0: src@0 {
+				interrupts = <0 352 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x85>, <&audma1 0x9a>;
+				dma-names = "rx", "tx";
+			};
+			src1: src@1 {
+				interrupts = <0 353 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x87>, <&audma1 0x9c>;
+				dma-names = "rx", "tx";
+			};
+			src2: src@2 {
+				interrupts = <0 354 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x89>, <&audma1 0x9e>;
+				dma-names = "rx", "tx";
+			};
+			src3: src@3 {
+				interrupts = <0 355 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x8b>, <&audma1 0xa0>;
+				dma-names = "rx", "tx";
+			};
+			src4: src@4 {
+				interrupts = <0 356 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x8d>, <&audma1 0xb0>;
+				dma-names = "rx", "tx";
+			};
+			src5: src@5 {
+				interrupts = <0 357 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x8f>, <&audma1 0xb2>;
+				dma-names = "rx", "tx";
+			};
+			src6: src@6 {
+				interrupts = <0 358 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x91>, <&audma1 0xb4>;
+				dma-names = "rx", "tx";
+			};
+			src7: src@7 {
+				interrupts = <0 359 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x93>, <&audma1 0xb6>;
+				dma-names = "rx", "tx";
+			};
+			src8: src@8 {
+				interrupts = <0 360 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x95>, <&audma1 0xb8>;
+				dma-names = "rx", "tx";
+			};
+			src9: src@9 {
+				interrupts = <0 361 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x97>, <&audma1 0xba>;
+				dma-names = "rx", "tx";
+			};
 		};
 
 		rcar_sound,ssi {
-			ssi0: ssi@0 { interrupts = <0 370 IRQ_TYPE_LEVEL_HIGH>; };
-			ssi1: ssi@1 { interrupts = <0 371 IRQ_TYPE_LEVEL_HIGH>; };
-			ssi2: ssi@2 { interrupts = <0 372 IRQ_TYPE_LEVEL_HIGH>; };
-			ssi3: ssi@3 { interrupts = <0 373 IRQ_TYPE_LEVEL_HIGH>; };
-			ssi4: ssi@4 { interrupts = <0 374 IRQ_TYPE_LEVEL_HIGH>; };
-			ssi5: ssi@5 { interrupts = <0 375 IRQ_TYPE_LEVEL_HIGH>; };
-			ssi6: ssi@6 { interrupts = <0 376 IRQ_TYPE_LEVEL_HIGH>; };
-			ssi7: ssi@7 { interrupts = <0 377 IRQ_TYPE_LEVEL_HIGH>; };
-			ssi8: ssi@8 { interrupts = <0 378 IRQ_TYPE_LEVEL_HIGH>; };
-			ssi9: ssi@9 { interrupts = <0 379 IRQ_TYPE_LEVEL_HIGH>; };
+			ssi0: ssi@0 {
+				interrupts = <0 370 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x01>, <&audma1 0x02>, <&audma0 0x15>, <&audma1 0x16>;
+				dma-names = "rx", "tx", "rxu", "txu";
+			};
+			ssi1: ssi@1 {
+				 interrupts = <0 371 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x03>, <&audma1 0x04>, <&audma0 0x49>, <&audma1 0x4a>;
+				dma-names = "rx", "tx", "rxu", "txu";
+			};
+			ssi2: ssi@2 {
+				interrupts = <0 372 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x05>, <&audma1 0x06>, <&audma0 0x63>, <&audma1 0x64>;
+				dma-names = "rx", "tx", "rxu", "txu";
+			};
+			ssi3: ssi@3 {
+				interrupts = <0 373 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x07>, <&audma1 0x08>, <&audma0 0x6f>, <&audma1 0x70>;
+				dma-names = "rx", "tx", "rxu", "txu";
+			};
+			ssi4: ssi@4 {
+				interrupts = <0 374 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x09>, <&audma1 0x0a>, <&audma0 0x71>, <&audma1 0x72>;
+				dma-names = "rx", "tx", "rxu", "txu";
+			};
+			ssi5: ssi@5 {
+				interrupts = <0 375 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x0b>, <&audma1 0x0c>, <&audma0 0x73>, <&audma1 0x74>;
+				dma-names = "rx", "tx", "rxu", "txu";
+			};
+			ssi6: ssi@6 {
+				interrupts = <0 376 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x0d>, <&audma1 0x0e>, <&audma0 0x75>, <&audma1 0x76>;
+				dma-names = "rx", "tx", "rxu", "txu";
+			};
+			ssi7: ssi@7 {
+				interrupts = <0 377 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x0f>, <&audma1 0x10>, <&audma0 0x79>, <&audma1 0x7a>;
+				dma-names = "rx", "tx", "rxu", "txu";
+			};
+			ssi8: ssi@8 {
+				interrupts = <0 378 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x11>, <&audma1 0x12>, <&audma0 0x7b>, <&audma1 0x7c>;
+				dma-names = "rx", "tx", "rxu", "txu";
+			};
+			ssi9: ssi@9 {
+				interrupts = <0 379 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x13>, <&audma1 0x14>, <&audma0 0x7d>, <&audma1 0x7e>;
+				dma-names = "rx", "tx", "rxu", "txu";
+			};
 		};
 	};
 
-- 
2.1.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 5/6] ARM: shmobile: r8a7790: sound enables Audio DMAC entry on DTSI
Date: Thu, 19 Mar 2015 11:15:23 +0900	[thread overview]
Message-ID: <118a509374f7791feee309946abccf2ce5609f16.1426731062.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1426731062.git.horms+renesas@verge.net.au>

From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

This patch adds Audio DMAC (= rcar-dmac) entry for sound

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7790.dtsi | 130 ++++++++++++++++++++++++++++++++++-------
 1 file changed, 108 insertions(+), 22 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
index 48d11e0e..4bb2f4c 100644
--- a/arch/arm/boot/dts/r8a7790.dtsi
+++ b/arch/arm/boot/dts/r8a7790.dtsi
@@ -1481,34 +1481,120 @@
 		status = "disabled";
 
 		rcar_sound,dvc {
-			dvc0: dvc at 0 { };
-			dvc1: dvc at 1 { };
+			dvc0: dvc at 0 {
+				dmas = <&audma0 0xbc>;
+				dma-names = "tx";
+			};
+			dvc1: dvc at 1 {
+				dmas = <&audma0 0xbe>;
+				dma-names = "tx";
+			};
 		};
 
 		rcar_sound,src {
-			src0: src at 0 { interrupts = <0 352 IRQ_TYPE_LEVEL_HIGH>; };
-			src1: src at 1 { interrupts = <0 353 IRQ_TYPE_LEVEL_HIGH>; };
-			src2: src at 2 { interrupts = <0 354 IRQ_TYPE_LEVEL_HIGH>; };
-			src3: src at 3 { interrupts = <0 355 IRQ_TYPE_LEVEL_HIGH>; };
-			src4: src at 4 { interrupts = <0 356 IRQ_TYPE_LEVEL_HIGH>; };
-			src5: src at 5 { interrupts = <0 357 IRQ_TYPE_LEVEL_HIGH>; };
-			src6: src at 6 { interrupts = <0 358 IRQ_TYPE_LEVEL_HIGH>; };
-			src7: src at 7 { interrupts = <0 359 IRQ_TYPE_LEVEL_HIGH>; };
-			src8: src at 8 { interrupts = <0 360 IRQ_TYPE_LEVEL_HIGH>; };
-			src9: src at 9 { interrupts = <0 361 IRQ_TYPE_LEVEL_HIGH>; };
+			src0: src at 0 {
+				interrupts = <0 352 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x85>, <&audma1 0x9a>;
+				dma-names = "rx", "tx";
+			};
+			src1: src at 1 {
+				interrupts = <0 353 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x87>, <&audma1 0x9c>;
+				dma-names = "rx", "tx";
+			};
+			src2: src at 2 {
+				interrupts = <0 354 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x89>, <&audma1 0x9e>;
+				dma-names = "rx", "tx";
+			};
+			src3: src at 3 {
+				interrupts = <0 355 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x8b>, <&audma1 0xa0>;
+				dma-names = "rx", "tx";
+			};
+			src4: src at 4 {
+				interrupts = <0 356 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x8d>, <&audma1 0xb0>;
+				dma-names = "rx", "tx";
+			};
+			src5: src at 5 {
+				interrupts = <0 357 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x8f>, <&audma1 0xb2>;
+				dma-names = "rx", "tx";
+			};
+			src6: src at 6 {
+				interrupts = <0 358 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x91>, <&audma1 0xb4>;
+				dma-names = "rx", "tx";
+			};
+			src7: src at 7 {
+				interrupts = <0 359 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x93>, <&audma1 0xb6>;
+				dma-names = "rx", "tx";
+			};
+			src8: src at 8 {
+				interrupts = <0 360 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x95>, <&audma1 0xb8>;
+				dma-names = "rx", "tx";
+			};
+			src9: src at 9 {
+				interrupts = <0 361 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x97>, <&audma1 0xba>;
+				dma-names = "rx", "tx";
+			};
 		};
 
 		rcar_sound,ssi {
-			ssi0: ssi at 0 { interrupts = <0 370 IRQ_TYPE_LEVEL_HIGH>; };
-			ssi1: ssi at 1 { interrupts = <0 371 IRQ_TYPE_LEVEL_HIGH>; };
-			ssi2: ssi at 2 { interrupts = <0 372 IRQ_TYPE_LEVEL_HIGH>; };
-			ssi3: ssi at 3 { interrupts = <0 373 IRQ_TYPE_LEVEL_HIGH>; };
-			ssi4: ssi at 4 { interrupts = <0 374 IRQ_TYPE_LEVEL_HIGH>; };
-			ssi5: ssi at 5 { interrupts = <0 375 IRQ_TYPE_LEVEL_HIGH>; };
-			ssi6: ssi at 6 { interrupts = <0 376 IRQ_TYPE_LEVEL_HIGH>; };
-			ssi7: ssi at 7 { interrupts = <0 377 IRQ_TYPE_LEVEL_HIGH>; };
-			ssi8: ssi at 8 { interrupts = <0 378 IRQ_TYPE_LEVEL_HIGH>; };
-			ssi9: ssi at 9 { interrupts = <0 379 IRQ_TYPE_LEVEL_HIGH>; };
+			ssi0: ssi at 0 {
+				interrupts = <0 370 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x01>, <&audma1 0x02>, <&audma0 0x15>, <&audma1 0x16>;
+				dma-names = "rx", "tx", "rxu", "txu";
+			};
+			ssi1: ssi at 1 {
+				 interrupts = <0 371 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x03>, <&audma1 0x04>, <&audma0 0x49>, <&audma1 0x4a>;
+				dma-names = "rx", "tx", "rxu", "txu";
+			};
+			ssi2: ssi at 2 {
+				interrupts = <0 372 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x05>, <&audma1 0x06>, <&audma0 0x63>, <&audma1 0x64>;
+				dma-names = "rx", "tx", "rxu", "txu";
+			};
+			ssi3: ssi at 3 {
+				interrupts = <0 373 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x07>, <&audma1 0x08>, <&audma0 0x6f>, <&audma1 0x70>;
+				dma-names = "rx", "tx", "rxu", "txu";
+			};
+			ssi4: ssi at 4 {
+				interrupts = <0 374 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x09>, <&audma1 0x0a>, <&audma0 0x71>, <&audma1 0x72>;
+				dma-names = "rx", "tx", "rxu", "txu";
+			};
+			ssi5: ssi at 5 {
+				interrupts = <0 375 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x0b>, <&audma1 0x0c>, <&audma0 0x73>, <&audma1 0x74>;
+				dma-names = "rx", "tx", "rxu", "txu";
+			};
+			ssi6: ssi at 6 {
+				interrupts = <0 376 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x0d>, <&audma1 0x0e>, <&audma0 0x75>, <&audma1 0x76>;
+				dma-names = "rx", "tx", "rxu", "txu";
+			};
+			ssi7: ssi at 7 {
+				interrupts = <0 377 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x0f>, <&audma1 0x10>, <&audma0 0x79>, <&audma1 0x7a>;
+				dma-names = "rx", "tx", "rxu", "txu";
+			};
+			ssi8: ssi at 8 {
+				interrupts = <0 378 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x11>, <&audma1 0x12>, <&audma0 0x7b>, <&audma1 0x7c>;
+				dma-names = "rx", "tx", "rxu", "txu";
+			};
+			ssi9: ssi at 9 {
+				interrupts = <0 379 IRQ_TYPE_LEVEL_HIGH>;
+				dmas = <&audma0 0x13>, <&audma1 0x14>, <&audma0 0x7d>, <&audma1 0x7e>;
+				dma-names = "rx", "tx", "rxu", "txu";
+			};
 		};
 	};
 
-- 
2.1.4

  parent reply	other threads:[~2015-03-19  2:15 UTC|newest]

Thread overview: 387+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-05  6:23 [GIT PULL] Third Round of Renesas ARM based SoC fixes for v3.12 Simon Horman
2013-09-05  6:23 ` Simon Horman
2013-09-05  6:23 ` [PATCH] ARM: shmobile: r8a7779: Update early timer initialisation order Simon Horman
2013-09-05  6:23   ` Simon Horman
2013-09-10  0:26 ` [GIT PULL] Third Round of Renesas ARM based SoC fixes for v3.12 Olof Johansson
2013-09-10  0:26   ` Olof Johansson
2014-02-21  6:12 ` [GIT PULL] Third Round of Renesas ARM Based SoC Boards Updates for v3.15 Simon Horman
2014-02-21  6:12   ` Simon Horman
2014-02-21  6:12   ` [PATCH 01/16] ARM: shmobile: Add SDHI devices for legacy Koelsch Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 02/16] ARM: shmobile: lager: add SDHI0/2 support Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 03/16] ARM: shmobile: lager legacy: Add QSPI pinmux Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 04/16] ARM: shmobile: lager: Add internal USB PCI support Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 05/16] ARM: shmobile: lager-reference: Refactor clock lookup hack Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 06/16] ARM: shmobile: lager-reference: Add DU device Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 07/16] ARM: shmobile: koelsch-reference: Refactor clock lookup hack Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 08/16] ARM: shmobile: koelsch-reference: Add DU device Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 09/16] ARM: shmobile: Armadillo 800 EVA: set proper DMA masks for Ether device Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 10/16] ARM: shmobile: BOCK-W: " Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 11/16] ARM: shmobile: Lager: " Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 12/16] ARM: shmobile: Koelsch: " Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 13/16] ARM: shmobile: Genmai: " Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 14/16] ARM: shmobile: Remove KZM9D board code Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 15/16] ARM: shmobile: Remove Koelsch DT reference legacy clock bits Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 16/16] ARM: shmobile: Remove Lager " Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-03-17  7:00   ` [GIT PULL] Third Round of Renesas ARM Based SoC Boards Updates for v3.15 Olof Johansson
2014-03-17  7:00     ` Olof Johansson
2014-02-21  6:12 ` [GIT PULL] Third Round of Renesas ARM Based SoC Defconfig " Simon Horman
2014-02-21  6:12   ` Simon Horman
2014-02-21  6:12   ` [PATCH 1/5] ARM: shmobile: lager defconfig: Enable RSPI and MTD_M25P80 Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 2/5] ARM: shmobile: Add defconfig for shmobile multiplatform Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 3/5] ARM: shmobile: Get rid of legacy KZM9D defconfig Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 4/5] ARM: shmobile: koelsch: Enable SDHI, GPIO and regulators in defconfig Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 5/5] ARM: shmobile: r7s72100: update defconfig for I2C usage Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-03-17  7:02   ` [GIT PULL] Third Round of Renesas ARM Based SoC Defconfig Updates for v3.15 Olof Johansson
2014-03-17  7:02     ` Olof Johansson
2014-02-21  6:12 ` [GIT PULL] Third Round of Renesas ARM Based SoC DT " Simon Horman
2014-02-21  6:12   ` Simon Horman
2014-02-21  6:12   ` [PATCH 01/13] ARM: shmobile: r8a7790 dtsi: Add QSPI node Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 02/13] ARM: shmobile: lager dts: Add QSPI nodes Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 03/13] ARM: shmobile: lager: add SDHI0/2 support on DTS Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 04/13] ARM: shmobile: r8a7778 dtsi: Remove duplicate i2c nodes Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 05/13] ARM: shmobile: lager: Add DU device to DTS Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 06/13] ARM: shmobile: koelsch-reference: " Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 07/13] ARM: shmobile: r8a7791: remove superfluous interrupt-parents Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 08/13] ARM: shmobile: r8a7790: " Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 09/13] ARM: shmobile: r8a7790: add i2c aliases to dtsi Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 10/13] ARM: shmobile: r8a7791: add i2c master nodes " Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 11/13] ARM: shmobile: r8a7791: add i2c2 bus to koelsch dt Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 12/13] ARM: shmobile: r7s72100: add nodes for i2c controllers to dtsi Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-02-21  6:12   ` [PATCH 13/13] ARM: shmobile: genmai: adapt dts to use native i2c driver Simon Horman
2014-02-21  6:12     ` Simon Horman
2014-03-17  7:22   ` [GIT PULL] Third Round of Renesas ARM Based SoC DT Updates for v3.15 Olof Johansson
2014-03-17  7:22     ` Olof Johansson
2014-03-17  7:35     ` Simon Horman
2014-03-17  7:35       ` Simon Horman
2014-02-21  6:13 ` [GIT PULL] Third Round of Renesas ARM Based SoC " Simon Horman
2014-02-21  6:13   ` Simon Horman
2014-02-21  6:13   ` [PATCH 1/3] ARM: shmobile: Add r8a7791 legacy SDHI clocks Simon Horman
2014-02-21  6:13     ` Simon Horman
2014-02-21  6:13   ` [PATCH 2/3] ARM: shmobile: Remove legacy r8a7790 DT clocks Simon Horman
2014-02-21  6:13     ` Simon Horman
2015-08-28 21:37     ` [PATCH 2/3] ARM: shmobile: Remove legacy mach/irqs.h Laurent Pinchart
2015-09-11  0:57     ` Simon Horman
2015-09-11  7:39     ` Laurent Pinchart
2015-09-11  8:10     ` Simon Horman
2015-09-11  8:18     ` Laurent Pinchart
2015-09-11  8:42     ` Simon Horman
2014-02-21  6:13   ` [PATCH 3/3] ARM: shmobile: Remove __init from rcar_gen2_read_mode_pins() Simon Horman
2014-02-21  6:13     ` Simon Horman
2014-03-17  7:28   ` [GIT PULL] Third Round of Renesas ARM Based SoC Updates for v3.15 Olof Johansson
2014-03-17  7:28     ` Olof Johansson
2014-03-10  8:36 ` [GIT PULL] Third Round of Renesas ARM Based SoC Clock " Simon Horman
2014-03-10  8:36   ` Simon Horman
2014-03-10  8:36   ` [PATCH] ARM: shmobile: r7s72100: fix bus clock calculation Simon Horman
2014-03-10  8:36     ` Simon Horman
2014-03-17  7:49   ` [GIT PULL] Third Round of Renesas ARM Based SoC Clock Updates for v3.15 Olof Johansson
2014-03-17  7:49     ` Olof Johansson
2014-03-10  8:36 ` [GIT PULL] Third Round of Renesas ARM Based SoC " Simon Horman
2014-03-10  8:36   ` Simon Horman
2014-03-10  8:36   ` [PATCH] ARM: shmobile: APMU: Fix warnings due to improper printk formats Simon Horman
2014-03-10  8:36     ` Simon Horman
2014-03-17  7:50   ` [GIT PULL] Third Round of Renesas ARM Based SoC Updates for v3.15 Olof Johansson
2014-03-17  7:50     ` Olof Johansson
2014-05-16  0:58 ` [GIT PULL] Third Round of Renesas ARM Based SoC DT Updates for v3.16 Simon Horman
2014-05-16  0:58   ` Simon Horman
2014-05-16  0:58   ` [PATCH 01/11] ARM: shmobile: henninger: specify EXTAL frequency Simon Horman
2014-05-16  0:58     ` Simon Horman
2014-05-16  0:58   ` [PATCH 02/11] ARM: shmobile: henninger: add SDHI0/2 DT support Simon Horman
2014-05-16  0:58     ` Simon Horman
2014-05-16  0:58   ` [PATCH 03/11] ARM: shmobile: henninger: add QSPI " Simon Horman
2014-05-16  0:58     ` Simon Horman
2014-05-16  0:58   ` [PATCH 04/11] ARM: shmobile: henninger: add MSIOF0 " Simon Horman
2014-05-16  0:58     ` Simon Horman
2014-05-16  0:58   ` [PATCH 05/11] ARM: shmobile: r8a7740 dtsi: Add Ethernet support Simon Horman
2014-05-16  0:58     ` Simon Horman
2014-05-16  0:58   ` [PATCH 06/11] ARM: shmobile: armadillo-reference dts: " Simon Horman
2014-05-16  0:58     ` Simon Horman
2014-05-16  0:58   ` [PATCH 07/11] ARM: shmobile: dts: Move interrupt-parent property to root node Simon Horman
2014-05-16  0:58     ` Simon Horman
2014-05-16  0:58   ` [PATCH 08/11] ARM: shmobile: r8a7790 dtsi: Add GPIO clocks Simon Horman
2014-05-16  0:58     ` Simon Horman
2014-05-16  0:58   ` [PATCH 09/11] ARM: shmobile: r8a7791 " Simon Horman
2014-05-16  0:58     ` Simon Horman
2014-05-16  0:58   ` [PATCH 10/11] ARM: shmobile: marzen-reference: Set SMSC lan to use irq-push-pull Simon Horman
2014-05-16  0:58     ` Simon Horman
2014-05-16  0:58   ` [PATCH 11/11] ARM: shmobile: r8a7740 dtsi: Remove duplicate interrupt-parent property Simon Horman
2014-05-16  0:58     ` Simon Horman
2014-05-20  6:04   ` [GIT PULL] Third Round of Renesas ARM Based SoC DT Updates for v3.16 Olof Johansson
2014-05-20  6:04     ` Olof Johansson
2014-07-08  9:34 ` [GIT PULL] Third Round of Renesas ARM Based SoC Updates for v3.17 Simon Horman
2014-07-08  9:34   ` Simon Horman
2014-07-08  9:34   ` [PATCH] ARM: shmobile: fix shmobile_smp_apmu_suspend_init build failure for !SUSPEND Simon Horman
2014-07-08  9:34     ` Simon Horman
2014-07-13  4:24   ` [GIT PULL] Third Round of Renesas ARM Based SoC Updates for v3.17 Olof Johansson
2014-07-13  4:24     ` Olof Johansson
2014-07-12 13:53 ` [GIT PULL] Third Round of Renesas ARM Based SoC Defconfig " Simon Horman
2014-07-12 13:53   ` Simon Horman
2014-07-12 13:53   ` [PATCH] ARM: shmobile: Enable R-Car Gen 2 PCIe in shmobile_defconfig Simon Horman
2014-07-12 13:53     ` Simon Horman
2014-07-13  4:48   ` [GIT PULL] Third Round of Renesas ARM Based SoC Defconfig Updates for v3.17 Olof Johansson
2014-07-13  4:48     ` Olof Johansson
2014-07-12 13:53 ` [GIT PULL] Third Round of Renesas ARM Based SoC r8a7779 Multiplatform " Simon Horman
2014-07-12 13:53   ` Simon Horman
2014-07-12 13:53   ` [PATCH] ARM: shmobile: marzen: Consistently use tabs for indentation Simon Horman
2014-07-12 13:53     ` Simon Horman
2014-07-13  4:49   ` [GIT PULL] Third Round of Renesas ARM Based SoC r8a7779 Multiplatform Updates for v3.17 Olof Johansson
2014-07-13  4:49     ` Olof Johansson
2014-07-15  9:16 ` [GIT PULL] Third Round of Renesas ARM Based SoC DT " Simon Horman
2014-07-15  9:16   ` Simon Horman
2014-07-15  9:16   ` [PATCH 1/8] ARM: shmobile: r8a7778: Add SCIF nodes Simon Horman
2014-07-15  9:16     ` Simon Horman
2014-07-15  9:16   ` [PATCH 2/8] ARM: shmobile: bockw-reference: Initialise SCIF device using DT Simon Horman
2014-07-15  9:16     ` Simon Horman
2014-07-15  9:16   ` [PATCH 3/8] ARM: shmobile: r8a73a4: Add SCIF nodes Simon Horman
2014-07-15  9:16     ` Simon Horman
2014-10-30 17:43     ` Ulrich Hecht
2014-10-30 17:43       ` Ulrich Hecht
2014-10-31  4:54       ` Simon Horman
2014-10-31  4:54         ` Simon Horman
2014-07-15  9:16   ` [PATCH 4/8] ARM: shmobile: ape6evm-reference: Initialise SCIF device using DT Simon Horman
2014-07-15  9:16     ` Simon Horman
2014-07-15  9:16   ` [PATCH 5/8] ARM: shmobile: r8a7740: Add SCIF nodes Simon Horman
2014-07-15  9:16     ` Simon Horman
2014-07-15  9:16   ` [PATCH 6/8] ARM: shmobile: armadillo800eva-reference: Initialise SCIF device using DT Simon Horman
2014-07-15  9:16     ` Simon Horman
2014-07-15  9:16   ` [PATCH 7/8] ARM: shmobile: sh73a0: Add SCIF nodes Simon Horman
2014-07-15  9:16     ` Simon Horman
2014-07-15  9:16   ` [PATCH 8/8] ARM: shmobile: kzm9g-reference: Initialise SCIF device using DT Simon Horman
2014-07-15  9:16     ` Simon Horman
2014-07-19  4:48   ` [GIT PULL] Third Round of Renesas ARM Based SoC DT Updates for v3.17 Olof Johansson
2014-07-19  4:48     ` Olof Johansson
2014-07-24  1:57 ` [GIT PULL] Third Round of Renesas ARM Based SoC Clock " Simon Horman
2014-07-24  1:57   ` Simon Horman
2014-07-24  1:57   ` [PATCH 1/5] ARM: shmobile: r8a7778: add TMU clock support for DT Simon Horman
2014-07-24  1:57     ` Simon Horman
2014-07-24  1:57   ` [PATCH 2/5] ARM: shmobile: r8a7740: " Simon Horman
2014-07-24  1:57     ` Simon Horman
2014-07-24  1:57   ` [PATCH 3/5] ARM: shmobile: r8a73a4: add CMT1 " Simon Horman
2014-07-24  1:57     ` Simon Horman
2014-07-24  1:57   ` [PATCH 4/5] ARM: shmobile: r8a7740: " Simon Horman
2014-07-24  1:57     ` Simon Horman
2014-07-24  1:57   ` [PATCH 5/5] ARM: shmobile: sh73a0: " Simon Horman
2014-07-24  1:57     ` Simon Horman
2014-07-30 19:43   ` [GIT PULL] Third Round of Renesas ARM Based SoC Clock Updates for v3.17 Olof Johansson
2014-07-30 19:43     ` Olof Johansson
2014-09-02  1:31 ` [GIT PULL] Third Round of Renesas ARM Based SoC Defconfig Updates for v3.18 Simon Horman
2014-09-02  1:31   ` Simon Horman
2014-09-02  1:31   ` [PATCH] ARM: shmobile: Enable Armadillo 800 EVA board in multiplatform defconfig Simon Horman
2014-09-02  1:31     ` Simon Horman
2014-09-05 16:02   ` [GIT PULL] Third Round of Renesas ARM Based SoC Defconfig Updates for v3.18 Arnd Bergmann
2014-09-05 16:02     ` Arnd Bergmann
2014-09-04  1:12 ` [GIT PULL] Third Round of Renesas ARM Based SoC DT " Simon Horman
2014-09-04  1:12   ` Simon Horman
2014-09-04  1:12   ` [PATCH 1/5] ARM: shmobile: r8a7779 dtsi: Add SoC-specific thermal compatible property Simon Horman
2014-09-04  1:12     ` Simon Horman
2014-09-04  1:12   ` [PATCH 2/5] ARM: shmobile: r8a73a4 " Simon Horman
2014-09-04  1:12     ` Simon Horman
2014-09-04  1:12   ` [PATCH 3/5] ARM: shmobile: Add platform device tree bindings documentation Simon Horman
2014-09-04  1:12     ` Simon Horman
2014-09-04  1:12   ` [PATCH 4/5] ARM: shmobile: r8a7779 dtsi: Use tabs for indentation Simon Horman
2014-09-04  1:12     ` Simon Horman
2014-09-04  1:12   ` [PATCH 5/5] ARM: shmobile: kzm9g-reference dts: " Simon Horman
2014-09-04  1:12     ` Simon Horman
2014-09-05 16:00   ` [GIT PULL] Third Round of Renesas ARM Based SoC DT Updates for v3.18 Arnd Bergmann
2014-09-05 16:00     ` Arnd Bergmann
2014-09-09  4:22 ` [GIT PULL] Third Round of Renesas ARM Based SoC Soc " Simon Horman
2014-09-09  4:22   ` Simon Horman
2014-09-09  4:22   ` [PATCH 1/2] ARM: shmobile: support Cortex-A7 in shmobile_init_delay() Simon Horman
2014-09-09  4:22     ` Simon Horman
2014-09-09  4:22   ` [PATCH 2/2] ARM: shmobile: Initial r8a7794 SoC support Simon Horman
2014-09-09  4:22     ` Simon Horman
2014-09-09 15:20   ` [GIT PULL] Third Round of Renesas ARM Based SoC Soc Updates for v3.18 Arnd Bergmann
2014-09-09 15:20     ` Arnd Bergmann
2014-09-09 23:52     ` Simon Horman
2014-09-09 23:52       ` Simon Horman
2014-11-13  1:20 ` [GIT PULL] Third Round of Renesas ARM Based Soc Updates for v3.19 Simon Horman
2014-11-13  1:20   ` Simon Horman
2014-11-13  1:20   ` [PATCH 1/2] ARM: shmobile: sh73a0: Add restart callback Simon Horman
2014-11-13  1:20     ` Simon Horman
2014-11-13  1:20   ` [PATCH 2/2] ARM: shmobile: always build rcar setup for armv7 Simon Horman
2014-11-13  1:20     ` Simon Horman
2014-11-13 18:50   ` [GIT PULL] Third Round of Renesas ARM Based Soc Updates for v3.19 Sergei Shtylyov
2014-11-13 18:50     ` Sergei Shtylyov
2014-11-14  0:32     ` Simon Horman
2014-11-14  0:32       ` Simon Horman
2014-11-19 21:16   ` Arnd Bergmann
2014-11-19 21:16     ` Arnd Bergmann
2014-11-20  0:42     ` Simon Horman
2014-11-20  0:42       ` Simon Horman
2014-11-20  7:56     ` Geert Uytterhoeven
2014-11-20  7:56       ` Geert Uytterhoeven
2014-11-20  9:04       ` Arnd Bergmann
2014-11-20  9:04         ` Arnd Bergmann
2014-11-20  9:19         ` Geert Uytterhoeven
2014-11-20  9:19           ` Geert Uytterhoeven
2014-11-18  0:51 ` [GIT PULL] Third Round of Renesas ARM Based SoC DT Cleanups " Simon Horman
2014-11-18  0:51   ` Simon Horman
2014-11-18  0:51   ` [PATCH 1/4] ARM: shmobile: armadillo800eva: Use keyboard as gpio-keys node name Simon Horman
2014-11-18  0:51     ` Simon Horman
2014-11-18  0:51   ` [PATCH 2/4] ARM: shmobile: lager: " Simon Horman
2014-11-18  0:51     ` Simon Horman
2014-11-18  0:51   ` [PATCH 3/4] ARM: shmobile: koelsch: " Simon Horman
2014-11-18  0:51     ` Simon Horman
2014-11-18  0:51   ` [PATCH 4/4] ARM: shmobile: kzm9g-reference: " Simon Horman
2014-11-18  0:51     ` Simon Horman
2014-11-19 21:50   ` [GIT PULL] Third Round of Renesas ARM Based SoC DT Cleanups for v3.19 Arnd Bergmann
2014-11-19 21:50     ` Arnd Bergmann
2015-01-20  1:27 ` [GIT PULL] Third Round of Renesas ARM Based SoC Updates for v3.20 Simon Horman
2015-01-20  1:27   ` Simon Horman
2015-01-20  1:27   ` [PATCH 1/3] ARM: shmobile: R-Mobile: Consolidate rmobile_pd_suspend_*() Simon Horman
2015-01-20  1:27     ` Simon Horman
2015-01-20  1:27   ` [PATCH 2/3] ARM: shmobile: R-Mobile: Generalize adding/looking up special PM domains Simon Horman
2015-01-20  1:27     ` Simon Horman
2015-01-20  1:27   ` [PATCH 3/3] ARM: shmobile: R-Mobile: Special-case PM domains with memory-controllers Simon Horman
2015-01-20  1:27     ` Simon Horman
2015-01-22  1:33   ` [GIT PULL] Third Round of Renesas ARM Based SoC Updates for v3.20 Olof Johansson
2015-01-22  1:33     ` Olof Johansson
2015-01-22  2:04     ` Simon Horman
2015-01-22  2:04       ` Simon Horman
2015-01-30  0:45 ` [GIT PULL] Third Round of Renesas ARM Based SoC Fixes for v3.19 Simon Horman
2015-01-30  0:45   ` Simon Horman
2015-01-30  0:45   ` [PATCH 1/2] ARM: shmobile: r8a73a4: Instantiate GIC from C board code in legacy builds Simon Horman
2015-01-30  0:45     ` Simon Horman
2015-01-30  0:45   ` [PATCH 2/2] ARM: shmobile: r8a7790: " Simon Horman
2015-01-30  0:45     ` Simon Horman
2015-02-01  1:30   ` [GIT PULL] Third Round of Renesas ARM Based SoC Fixes for v3.19 Olof Johansson
2015-02-01  1:30     ` Olof Johansson
2015-02-02  0:24     ` Simon Horman
2015-02-02  0:24       ` Simon Horman
2015-02-02  0:27       ` Olof Johansson
2015-02-02  0:27         ` Olof Johansson
2015-02-02  1:53         ` Simon Horman
2015-02-02  1:53           ` Simon Horman
2015-03-19  2:15 ` [GIT PULL] Third Round of Renesas ARM Based SoC DT Updates for v4.1 Simon Horman
2015-03-19  2:15   ` Simon Horman
2015-03-19  2:15   ` [PATCH 1/6] ARM: shmobile: r8a7790: add reg-names for sound Simon Horman
2015-03-19  2:15     ` Simon Horman
2015-03-19  2:15   ` [PATCH 2/6] ARM: shmobile: r8a7791: " Simon Horman
2015-03-19  2:15     ` Simon Horman
2015-03-19  2:15   ` [PATCH 3/6] ARM: shmobile: r8a7790: enable Audio DMAC peri peri via sound driver Simon Horman
2015-03-19  2:15     ` Simon Horman
2015-03-19  2:15   ` [PATCH 4/6] ARM: shmobile: r8a7791: " Simon Horman
2015-03-19  2:15     ` Simon Horman
2015-03-19  2:15   ` Simon Horman [this message]
2015-03-19  2:15     ` [PATCH 5/6] ARM: shmobile: r8a7790: sound enables Audio DMAC entry on DTSI Simon Horman
2015-03-19  2:15   ` [PATCH 6/6] ARM: shmobile: r8a7791: " Simon Horman
2015-03-19  2:15     ` Simon Horman
2015-04-02  0:54   ` [GIT PULL] Third Round of Renesas ARM Based SoC DT Updates for v4.1 Olof Johansson
2015-04-02  0:54     ` Olof Johansson
2015-03-25  0:43 ` [GIT PULL] Third Round of Renesas ARM Based SoC Cleanup " Simon Horman
2015-03-25  0:43   ` Simon Horman
2015-03-25  0:43   ` [PATCH] ARM: shmobile: cpuidle: Remove the pointless default driver Simon Horman
2015-03-25  0:43     ` Simon Horman
2015-04-03 18:26   ` [GIT PULL] Third Round of Renesas ARM Based SoC Cleanup for v4.1 Olof Johansson
2015-04-03 18:26     ` Olof Johansson
2015-08-07  2:11 ` [GIT PULL] Third Round of Renesas ARM Based SoC DT Updates for v4.3 Simon Horman
2015-08-07  2:11   ` Simon Horman
2015-08-07  2:11   ` [PATCH 01/10] ARM: shmobile: r8a7790: Add JPU device node Simon Horman
2015-08-07  2:11     ` Simon Horman
2015-08-07  2:11   ` [PATCH 02/10] ARM: shmobile: r8a7791: " Simon Horman
2015-08-07  2:11     ` Simon Horman
2015-08-07  2:11   ` [PATCH 03/10] ARM: shmobile: r8a7794: add PFC DT support Simon Horman
2015-08-07  2:11     ` Simon Horman
2015-08-07  2:11   ` [PATCH 04/10] ARM: shmobile: silk: initial device tree Simon Horman
2015-08-07  2:11     ` Simon Horman
2015-08-07  2:11   ` [PATCH 05/10] ARM: shmobile: silk: add Ether DT support Simon Horman
2015-08-07  2:11     ` Simon Horman
2015-08-07  2:11   ` [PATCH 06/10] ARM: shmobile: r8a7794: add MMCIF " Simon Horman
2015-08-07  2:11     ` Simon Horman
2015-08-07  2:11   ` [PATCH 07/10] ARM: shmobile: silk: add eMMC " Simon Horman
2015-08-07  2:11     ` Simon Horman
2015-08-07  2:11   ` [PATCH 08/10] ARM: shmobile: r8a73a4 dtsi: Add missing "gpio-ranges" to gpio node Simon Horman
2015-08-07  2:11     ` Simon Horman
2015-08-07  2:11   ` [PATCH 09/10] ARM: shmobile: r8a7740 " Simon Horman
2015-08-07  2:11     ` Simon Horman
2015-08-07  2:11   ` [PATCH 10/10] ARM: shmobile: sh73a0 " Simon Horman
2015-08-07  2:11     ` Simon Horman
2015-08-11 13:32   ` [GIT PULL] Third Round of Renesas ARM Based SoC DT Updates for v4.3 Olof Johansson
2015-08-11 13:32     ` Olof Johansson
2015-12-18  2:29 ` [GIT PULL] Third Round of Renesas ARM Based SoC DT Updates for v4.5 Simon Horman
2015-12-18  2:29   ` Simon Horman
2015-12-18  2:29   ` [PATCH 01/25] ARM: shmobile: sh73a0: Add MSIOF clocks Simon Horman
2015-12-18  2:29     ` Simon Horman
2015-12-18  2:29   ` [PATCH 02/25] ARM: shmobile: sh73a0: Add MSIOF device nodes Simon Horman
2015-12-18  2:29     ` Simon Horman
2015-12-18  2:29   ` [PATCH 03/25] ARM: shmobile: r8a7791: add EtherAVB clock Simon Horman
2015-12-18  2:29     ` Simon Horman
2015-12-18  2:29   ` [PATCH 04/25] ARM: shmobile: r8a7791: add EtherAVB DT support Simon Horman
2015-12-18  2:29     ` Simon Horman
2015-12-18  2:29   ` [PATCH 05/25] ARM: shmobile: r8a7793: remove deprecated #gpio-range-cells Simon Horman
2015-12-18  2:29     ` Simon Horman
2015-12-18  2:29   ` [PATCH 06/25] ARM: shmobile: bockw dts: Override #sound-dai-cells to zero Simon Horman
2015-12-18  2:29     ` Simon Horman
2015-12-18  2:29   ` [PATCH 07/25] ARM: shmobile: r8a7778: tidyup #sound-dai-cells settings Simon Horman
2015-12-18  2:29     ` Simon Horman
2015-12-18  2:29   ` [PATCH 08/25] ARM: shmobile: koelsch dts: Add serial port config to chosen/stdout-path Simon Horman
2015-12-18  2:29     ` Simon Horman
2015-12-18  2:29   ` [PATCH 09/25] ARM: shmobile: alt " Simon Horman
2015-12-18  2:29     ` Simon Horman
2015-12-18  2:29   ` [PATCH 10/25] ARM: shmobile: ape6evm " Simon Horman
2015-12-18  2:29     ` Simon Horman
2015-12-18  2:29   ` [PATCH 11/25] ARM: shmobile: bockw dts: Update console parameters Simon Horman
2015-12-18  2:29     ` Simon Horman
2015-12-18  2:29   ` [PATCH 12/25] ARM: shmobile: gose dts: Add serial port config to chosen/stdout-path Simon Horman
2015-12-18  2:29     ` Simon Horman
2015-12-18  2:29   ` [PATCH 13/25] ARM: shmobile: silk " Simon Horman
2015-12-18  2:29     ` Simon Horman
2015-12-18  2:29   ` [PATCH 14/25] ARM: shmobile: porter " Simon Horman
2015-12-18  2:29     ` Simon Horman
2015-12-18  2:29   ` [PATCH 15/25] ARM: shmobile: lager " Simon Horman
2015-12-18  2:29     ` Simon Horman
2015-12-18  2:29   ` [PATCH 16/25] ARM: shmobile: r8a7793: Add missing serial devices to DT Simon Horman
2015-12-18  2:29     ` Simon Horman
2015-12-18  2:29   ` [PATCH 17/25] ARM: shmobile: r8a7793: Describe DMA for the serial ports Simon Horman
2015-12-18  2:29     ` Simon Horman
2015-12-18  2:29   ` [PATCH 18/25] ARM: shmobile: r8a7790: dtsi: add internal delay for i2c IPs Simon Horman
2015-12-18  2:29     ` Simon Horman
2015-12-18  2:29   ` [PATCH 19/25] ARM: shmobile: r8a7791: " Simon Horman
2015-12-18  2:29     ` Simon Horman
2015-12-18  2:29   ` [PATCH 20/25] ARM: shmobile: r8a7794: " Simon Horman
2015-12-18  2:29     ` Simon Horman
2015-12-18  2:29   ` [PATCH 21/25] ARM: shmobile: r8a7790: IPMMU compat string SoC part number update Simon Horman
2015-12-18  2:29     ` Simon Horman
2015-12-18  2:29   ` [PATCH 22/25] ARM: shmobile: r8a7791: " Simon Horman
2015-12-18  2:29     ` Simon Horman
2015-12-18  2:29   ` [PATCH 23/25] ARM: shmobile: r8a7793: " Simon Horman
2015-12-18  2:29     ` Simon Horman
2015-12-18  2:29   ` [PATCH 24/25] ARM: shmobile: r8a7794: " Simon Horman
2015-12-18  2:29     ` Simon Horman
2015-12-18  2:29   ` [PATCH 25/25] ARM: shmobile: r8a779x: use SoC-specific usb-dmac compatibility strings Simon Horman
2015-12-18  2:29     ` Simon Horman
2015-12-22 20:53   ` [GIT PULL] Third Round of Renesas ARM Based SoC DT Updates for v4.5 Olof Johansson
2015-12-22 20:53     ` Olof Johansson
2015-03-10  1:40 [PATCH 5/6] ARM: shmobile: r8a7790: sound enables Audio DMAC entry on DTSI Kuninori Morimoto

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=118a509374f7791feee309946abccf2ce5609f16.1426731062.git.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.