linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Renesas ARM Based SoC DT Fixes for v3.18
@ 2014-11-13  1:20 Simon Horman
  2014-11-13  1:20 ` [PATCH 1/2] ARM: shmobile: r8a7790: Fix SD3CKCR address to device tree Simon Horman
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Simon Horman @ 2014-11-13  1:20 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC DT fixes for v3.18.
Or alternatively for v3.19 if you feel they are too late for v3.18.


* ARM: shmobile: r8a7740 dtsi: Correct IIC0 parent clock

  This problem was introduced when clock support was added DT for the
  r8a7740 by d9ffd583bf345e2ea ("ARM: shmobile: r8a7740: add SoC clocks to
  DTS") in v3.18-rc1.

  I am not aware of any run-time effect of this problem.

* ARM: shmobile: r8a7790: Fix SD3CKCR address to device tree

  This problem was introduced when clock support was added DT for the
  r8a7790 by 22a1f59547e1e63cd ("ARM: shmobile: r8a7790: Add clocks")
  in v3.13.

  As there is no SD card slot for SDHI3 on the lager board there is no
  run-time effect of this problem on boards supported in mainline.


The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:

  Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-fixes-for-v3.18

for you to fetch changes up to b89ff7c3c2dee189489a5f45eb8d72e106179299:

  ARM: shmobile: r8a7740 dtsi: Correct IIC0 parent clock (2014-11-10 09:56:01 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC DT Fixes for v3.18

* Correct IIC0 parent clock on r8a7740
* Correct SD3CKCR address to device tree on r8a7790

----------------------------------------------------------------
Geert Uytterhoeven (1):
      ARM: shmobile: r8a7740 dtsi: Correct IIC0 parent clock

Shinobu Uehara (1):
      ARM: shmobile: r8a7790: Fix SD3CKCR address to device tree

 arch/arm/boot/dts/r8a7740.dtsi | 2 +-
 arch/arm/boot/dts/r8a7790.dtsi | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

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

* [PATCH 1/2] ARM: shmobile: r8a7790: Fix SD3CKCR address to device tree
  2014-11-13  1:20 [GIT PULL] Renesas ARM Based SoC DT Fixes for v3.18 Simon Horman
@ 2014-11-13  1:20 ` Simon Horman
  2014-11-13  1:20 ` [PATCH 2/2] ARM: shmobile: r8a7740 dtsi: Correct IIC0 parent clock Simon Horman
  2016-01-11  4:32 ` [GIT PULL] Renesas ARM Based SoC DT Fixes for v4.5 Simon Horman
  2 siblings, 0 replies; 11+ messages in thread
From: Simon Horman @ 2014-11-13  1:20 UTC (permalink / raw)
  To: linux-arm-kernel

From: Shinobu Uehara <shinobu.uehara.xc@renesas.com>

Signed-off-by: Shinobu Uehara <shinobu.uehara.xc@renesas.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7790.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
index d0e1773..e20affe 100644
--- a/arch/arm/boot/dts/r8a7790.dtsi
+++ b/arch/arm/boot/dts/r8a7790.dtsi
@@ -666,9 +666,9 @@
 			#clock-cells = <0>;
 			clock-output-names = "sd2";
 		};
-		sd3_clk: sd3_clk@e615007c {
+		sd3_clk: sd3_clk@e615026c {
 			compatible = "renesas,r8a7790-div6-clock", "renesas,cpg-div6-clock";
-			reg = <0 0xe615007c 0 4>;
+			reg = <0 0xe615026c 0 4>;
 			clocks = <&pll1_div2_clk>;
 			#clock-cells = <0>;
 			clock-output-names = "sd3";
-- 
2.1.1


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

* [PATCH 2/2] ARM: shmobile: r8a7740 dtsi: Correct IIC0 parent clock
  2014-11-13  1:20 [GIT PULL] Renesas ARM Based SoC DT Fixes for v3.18 Simon Horman
  2014-11-13  1:20 ` [PATCH 1/2] ARM: shmobile: r8a7790: Fix SD3CKCR address to device tree Simon Horman
@ 2014-11-13  1:20 ` Simon Horman
  2016-01-11  4:32 ` [GIT PULL] Renesas ARM Based SoC DT Fixes for v4.5 Simon Horman
  2 siblings, 0 replies; 11+ messages in thread
From: Simon Horman @ 2014-11-13  1:20 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

According to the datasheet, the operating clock for IIC0 is the HPP
(RT Peri) clock, not the SUB (Peri) clock. Both clocks run at the same
speed (50 Mhz).

This is consistent with IIC0 being located in the A4R PM domain, and
IIC1 in the A3SP PM domain.

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

diff --git a/arch/arm/boot/dts/r8a7740.dtsi b/arch/arm/boot/dts/r8a7740.dtsi
index d46c213..eed697a 100644
--- a/arch/arm/boot/dts/r8a7740.dtsi
+++ b/arch/arm/boot/dts/r8a7740.dtsi
@@ -433,7 +433,7 @@
 			clocks = <&cpg_clocks R8A7740_CLK_S>,
 				 <&cpg_clocks R8A7740_CLK_S>, <&sub_clk>,
 				 <&cpg_clocks R8A7740_CLK_B>,
-				 <&sub_clk>, <&sub_clk>,
+				 <&cpg_clocks R8A7740_CLK_HPP>, <&sub_clk>,
 				 <&cpg_clocks R8A7740_CLK_B>;
 			#clock-cells = <1>;
 			renesas,clock-indices = <
-- 
2.1.1


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

* [GIT PULL] Renesas ARM Based SoC DT Fixes for v4.5
  2014-11-13  1:20 [GIT PULL] Renesas ARM Based SoC DT Fixes for v3.18 Simon Horman
  2014-11-13  1:20 ` [PATCH 1/2] ARM: shmobile: r8a7790: Fix SD3CKCR address to device tree Simon Horman
  2014-11-13  1:20 ` [PATCH 2/2] ARM: shmobile: r8a7740 dtsi: Correct IIC0 parent clock Simon Horman
@ 2016-01-11  4:32 ` Simon Horman
  2016-01-11  4:32   ` [PATCH 1/6] ARM: dts: bockw: Add compatible property to "partitions" node Simon Horman
                     ` (6 more replies)
  2 siblings, 7 replies; 11+ messages in thread
From: Simon Horman @ 2016-01-11  4:32 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC DT fixes for v4.5.

This pull request is based on the
"Third Round of Renesas ARM Based SoC DT Updates for v4.5",
tagged as renesas-dt3-for-v4.5, which you have already pulled.

This adds the required property to partitions nodes for the device trees
of Renesas ARM Based SoC which have such a node added in patches queued up
for v4.5.

The following changes since commit d01c8bec91414f2110370dfcb9dd33fc0e573cee:

  ARM: shmobile: r8a779x: use SoC-specific usb-dmac compatibility strings (2015-12-17 10:10:54 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-fixes-for-v4.5

for you to fetch changes up to 8bc403b78ffb774d8dc944abb0826c46c0dca09d:

  ARM: dts: silk: Add compatible property to "partitions" node (2016-01-07 08:39:06 +1100)

----------------------------------------------------------------
Renesas ARM Based SoC DT Fixes for v4.5

* Add compatible property to "partitions" node

  As of commit e488ca9f8d4f62c2 ("doc: dt: mtd: partitions: add compatible
  property to "partitions" node"), which is in v4.4-rc6, the "partitions"
  subnode of an SPI FLASH device node must have a compatible property. The
  partitions are no longer detected if it is not present.

----------------------------------------------------------------
Geert Uytterhoeven (6):
      ARM: dts: bockw: Add compatible property to "partitions" node
      ARM: dts: lager: Add compatible property to "partitions" node
      ARM: dts: koelsch: Add compatible property to "partitions" node
      ARM: dts: porter: Add compatible property to "partitions" node
      ARM: dts: gose: Add compatible property to "partitions" node
      ARM: dts: silk: Add compatible property to "partitions" node

 arch/arm/boot/dts/r8a7778-bockw.dts   | 1 +
 arch/arm/boot/dts/r8a7790-lager.dts   | 1 +
 arch/arm/boot/dts/r8a7791-koelsch.dts | 1 +
 arch/arm/boot/dts/r8a7791-porter.dts  | 1 +
 arch/arm/boot/dts/r8a7793-gose.dts    | 1 +
 arch/arm/boot/dts/r8a7794-silk.dts    | 1 +
 6 files changed, 6 insertions(+)

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

* [PATCH 1/6] ARM: dts: bockw: Add compatible property to "partitions" node
  2016-01-11  4:32 ` [GIT PULL] Renesas ARM Based SoC DT Fixes for v4.5 Simon Horman
@ 2016-01-11  4:32   ` Simon Horman
  2016-01-11  4:32   ` [PATCH 2/6] ARM: dts: lager: " Simon Horman
                     ` (5 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: Simon Horman @ 2016-01-11  4:32 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

As of commit e488ca9f8d4f62c2 ("doc: dt: mtd: partitions: add compatible
property to "partitions" node"), the "partitions" subnode of an SPI
FLASH device node must have a compatible property. The partitions are no
longer detected if it is not present.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7778-bockw.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7778-bockw.dts b/arch/arm/boot/dts/r8a7778-bockw.dts
index b1aa02599229..a52b359e2ae2 100644
--- a/arch/arm/boot/dts/r8a7778-bockw.dts
+++ b/arch/arm/boot/dts/r8a7778-bockw.dts
@@ -199,6 +199,7 @@
 		m25p,fast-read;
 
 		partitions {
+			compatible = "fixed-partitions";
 			#address-cells = <1>;
 			#size-cells = <1>;
 
-- 
2.7.0.rc3.207.g0ac5344


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

* [PATCH 2/6] ARM: dts: lager: Add compatible property to "partitions" node
  2016-01-11  4:32 ` [GIT PULL] Renesas ARM Based SoC DT Fixes for v4.5 Simon Horman
  2016-01-11  4:32   ` [PATCH 1/6] ARM: dts: bockw: Add compatible property to "partitions" node Simon Horman
@ 2016-01-11  4:32   ` Simon Horman
  2016-01-11  4:32   ` [PATCH 3/6] ARM: dts: koelsch: " Simon Horman
                     ` (4 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: Simon Horman @ 2016-01-11  4:32 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

As of commit e488ca9f8d4f62c2 ("doc: dt: mtd: partitions: add compatible
property to "partitions" node"), the "partitions" subnode of an SPI
FLASH device node must have a compatible property. The partitions are no
longer detected if it is not present.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7790-lager.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
index 44ba69b974a2..052dcee4790d 100644
--- a/arch/arm/boot/dts/r8a7790-lager.dts
+++ b/arch/arm/boot/dts/r8a7790-lager.dts
@@ -449,6 +449,7 @@
 		m25p,fast-read;
 
 		partitions {
+			compatible = "fixed-partitions";
 			#address-cells = <1>;
 			#size-cells = <1>;
 
-- 
2.7.0.rc3.207.g0ac5344


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

* [PATCH 3/6] ARM: dts: koelsch: Add compatible property to "partitions" node
  2016-01-11  4:32 ` [GIT PULL] Renesas ARM Based SoC DT Fixes for v4.5 Simon Horman
  2016-01-11  4:32   ` [PATCH 1/6] ARM: dts: bockw: Add compatible property to "partitions" node Simon Horman
  2016-01-11  4:32   ` [PATCH 2/6] ARM: dts: lager: " Simon Horman
@ 2016-01-11  4:32   ` Simon Horman
  2016-01-11  4:33   ` [PATCH 4/6] ARM: dts: porter: " Simon Horman
                     ` (3 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: Simon Horman @ 2016-01-11  4:32 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

As of commit e488ca9f8d4f62c2 ("doc: dt: mtd: partitions: add compatible
property to "partitions" node"), the "partitions" subnode of an SPI
FLASH device node must have a compatible property. The partitions are no
longer detected if it is not present.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7791-koelsch.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts
index c94a0fb807a2..45256f3cc835 100644
--- a/arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
@@ -489,6 +489,7 @@
 		m25p,fast-read;
 
 		partitions {
+			compatible = "fixed-partitions";
 			#address-cells = <1>;
 			#size-cells = <1>;
 
-- 
2.7.0.rc3.207.g0ac5344


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

* [PATCH 4/6] ARM: dts: porter: Add compatible property to "partitions" node
  2016-01-11  4:32 ` [GIT PULL] Renesas ARM Based SoC DT Fixes for v4.5 Simon Horman
                     ` (2 preceding siblings ...)
  2016-01-11  4:32   ` [PATCH 3/6] ARM: dts: koelsch: " Simon Horman
@ 2016-01-11  4:33   ` Simon Horman
  2016-01-11  4:33   ` [PATCH 5/6] ARM: dts: gose: " Simon Horman
                     ` (2 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: Simon Horman @ 2016-01-11  4:33 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

As of commit e488ca9f8d4f62c2 ("doc: dt: mtd: partitions: add compatible
property to "partitions" node"), the "partitions" subnode of an SPI
FLASH device node must have a compatible property. The partitions are no
longer detected if it is not present.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7791-porter.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7791-porter.dts b/arch/arm/boot/dts/r8a7791-porter.dts
index 71ba7b6b3a33..6713b1ea732b 100644
--- a/arch/arm/boot/dts/r8a7791-porter.dts
+++ b/arch/arm/boot/dts/r8a7791-porter.dts
@@ -200,6 +200,7 @@
 		m25p,fast-read;
 
 		partitions {
+			compatible = "fixed-partitions";
 			#address-cells = <1>;
 			#size-cells = <1>;
 
-- 
2.7.0.rc3.207.g0ac5344


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

* [PATCH 5/6] ARM: dts: gose: Add compatible property to "partitions" node
  2016-01-11  4:32 ` [GIT PULL] Renesas ARM Based SoC DT Fixes for v4.5 Simon Horman
                     ` (3 preceding siblings ...)
  2016-01-11  4:33   ` [PATCH 4/6] ARM: dts: porter: " Simon Horman
@ 2016-01-11  4:33   ` Simon Horman
  2016-01-11  4:33   ` [PATCH 6/6] ARM: dts: silk: " Simon Horman
  2016-01-11 13:24   ` [GIT PULL] Renesas ARM Based SoC DT Fixes for v4.5 Arnd Bergmann
  6 siblings, 0 replies; 11+ messages in thread
From: Simon Horman @ 2016-01-11  4:33 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

As of commit e488ca9f8d4f62c2 ("doc: dt: mtd: partitions: add compatible
property to "partitions" node"), the "partitions" subnode of an SPI
FLASH device node must have a compatible property. The partitions are no
longer detected if it is not present.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7793-gose.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7793-gose.dts b/arch/arm/boot/dts/r8a7793-gose.dts
index 3e3122490650..baa59fe84298 100644
--- a/arch/arm/boot/dts/r8a7793-gose.dts
+++ b/arch/arm/boot/dts/r8a7793-gose.dts
@@ -115,6 +115,7 @@
 		m25p,fast-read;
 
 		partitions {
+			compatible = "fixed-partitions";
 			#address-cells = <1>;
 			#size-cells = <1>;
 
-- 
2.7.0.rc3.207.g0ac5344


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

* [PATCH 6/6] ARM: dts: silk: Add compatible property to "partitions" node
  2016-01-11  4:32 ` [GIT PULL] Renesas ARM Based SoC DT Fixes for v4.5 Simon Horman
                     ` (4 preceding siblings ...)
  2016-01-11  4:33   ` [PATCH 5/6] ARM: dts: gose: " Simon Horman
@ 2016-01-11  4:33   ` Simon Horman
  2016-01-11 13:24   ` [GIT PULL] Renesas ARM Based SoC DT Fixes for v4.5 Arnd Bergmann
  6 siblings, 0 replies; 11+ messages in thread
From: Simon Horman @ 2016-01-11  4:33 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

As of commit e488ca9f8d4f62c2 ("doc: dt: mtd: partitions: add compatible
property to "partitions" node"), the "partitions" subnode of an SPI
FLASH device node must have a compatible property. The partitions are no
longer detected if it is not present.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7794-silk.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7794-silk.dts b/arch/arm/boot/dts/r8a7794-silk.dts
index 5a8dcac37c8e..5153e3af25d9 100644
--- a/arch/arm/boot/dts/r8a7794-silk.dts
+++ b/arch/arm/boot/dts/r8a7794-silk.dts
@@ -204,6 +204,7 @@
 		m25p,fast-read;
 
 		partitions {
+			compatible = "fixed-partitions";
 			#address-cells = <1>;
 			#size-cells = <1>;
 
-- 
2.7.0.rc3.207.g0ac5344


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

* Re: [GIT PULL] Renesas ARM Based SoC DT Fixes for v4.5
  2016-01-11  4:32 ` [GIT PULL] Renesas ARM Based SoC DT Fixes for v4.5 Simon Horman
                     ` (5 preceding siblings ...)
  2016-01-11  4:33   ` [PATCH 6/6] ARM: dts: silk: " Simon Horman
@ 2016-01-11 13:24   ` Arnd Bergmann
  6 siblings, 0 replies; 11+ messages in thread
From: Arnd Bergmann @ 2016-01-11 13:24 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday 11 January 2016 13:32:51 Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these Renesas ARM based SoC DT fixes for v4.5.
> 
> This pull request is based on the
> "Third Round of Renesas ARM Based SoC DT Updates for v4.5",
> tagged as renesas-dt3-for-v4.5, which you have already pulled.
> 
> This adds the required property to partitions nodes for the device trees
> of Renesas ARM Based SoC which have such a node added in patches queued up
> for v4.5.
> 
> The following changes since commit d01c8bec91414f2110370dfcb9dd33fc0e573cee:
> 
>   ARM: shmobile: r8a779x: use SoC-specific usb-dmac compatibility strings (2015-12-17 10:10:54 +0900)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-fixes-for-v4.5
> 
> for you to fetch changes up to 8bc403b78ffb774d8dc944abb0826c46c0dca09d:
> 
>   ARM: dts: silk: Add compatible property to "partitions" node (2016-01-07 08:39:06 +1100)
> 
> ----------------------------------------------------------------
> Renesas ARM Based SoC DT Fixes for v4.5
> 
> * Add compatible property to "partitions" node
> 
>   As of commit e488ca9f8d4f62c2 ("doc: dt: mtd: partitions: add compatible
>   property to "partitions" node"), which is in v4.4-rc6, the "partitions"
>   subnode of an SPI FLASH device node must have a compatible property. The
>   partitions are no longer detected if it is not present.

Pulled into next/dt, thanks!

	Arnd

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

end of thread, other threads:[~2016-01-11 13:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-13  1:20 [GIT PULL] Renesas ARM Based SoC DT Fixes for v3.18 Simon Horman
2014-11-13  1:20 ` [PATCH 1/2] ARM: shmobile: r8a7790: Fix SD3CKCR address to device tree Simon Horman
2014-11-13  1:20 ` [PATCH 2/2] ARM: shmobile: r8a7740 dtsi: Correct IIC0 parent clock Simon Horman
2016-01-11  4:32 ` [GIT PULL] Renesas ARM Based SoC DT Fixes for v4.5 Simon Horman
2016-01-11  4:32   ` [PATCH 1/6] ARM: dts: bockw: Add compatible property to "partitions" node Simon Horman
2016-01-11  4:32   ` [PATCH 2/6] ARM: dts: lager: " Simon Horman
2016-01-11  4:32   ` [PATCH 3/6] ARM: dts: koelsch: " Simon Horman
2016-01-11  4:33   ` [PATCH 4/6] ARM: dts: porter: " Simon Horman
2016-01-11  4:33   ` [PATCH 5/6] ARM: dts: gose: " Simon Horman
2016-01-11  4:33   ` [PATCH 6/6] ARM: dts: silk: " Simon Horman
2016-01-11 13:24   ` [GIT PULL] Renesas ARM Based SoC DT Fixes for v4.5 Arnd Bergmann

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