* [GIT PULL] Third Round of Renesas ARM Based SoC DT Cleanups for v3.19
@ 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
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Simon Horman @ 2014-11-18 0:51 UTC (permalink / raw)
To: linux-arm-kernel
Hi Olof, Hi Kevin, Hi Arnd,
Please consider these third round of Renesas ARM based SoC DT cleanups for
v3.19.
This pull request is based on the previous round of
such requests, tagged as renesas-dt-cleanups2-for-v3.19,
which I have already sent a pull-request for.
The following changes since commit 89aeff9989e87bb2d9d652994010bc18c68675d9:
ARM: shmobile: alt dts: Drop console= bootargs parameter (2014-11-05 14:54:10 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-cleanups3-for-v3.19
for you to fetch changes up to 61f1fb47bdbcf145dd539d29cfa7f3294bd5e958:
ARM: shmobile: kzm9g-reference: Use keyboard as gpio-keys node name (2014-11-14 09:39:47 +0900)
----------------------------------------------------------------
Third Round of Renesas ARM Based SoC DT Cleanups for v3.19
* Use keyboard as gpio-keys node name
----------------------------------------------------------------
Simon Horman (4):
ARM: shmobile: armadillo800eva: Use keyboard as gpio-keys node name
ARM: shmobile: lager: Use keyboard as gpio-keys node name
ARM: shmobile: koelsch: Use keyboard as gpio-keys node name
ARM: shmobile: kzm9g-reference: Use keyboard as gpio-keys node name
arch/arm/boot/dts/r8a7740-armadillo800eva.dts | 2 +-
arch/arm/boot/dts/r8a7790-lager.dts | 2 +-
arch/arm/boot/dts/r8a7791-koelsch.dts | 2 +-
arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/4] ARM: shmobile: armadillo800eva: Use keyboard as gpio-keys node name
2014-11-18 0:51 [GIT PULL] Third Round of Renesas ARM Based SoC DT Cleanups for v3.19 Simon Horman
@ 2014-11-18 0:51 ` Simon Horman
2014-11-18 0:51 ` [PATCH 2/4] ARM: shmobile: lager: " Simon Horman
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2014-11-18 0:51 UTC (permalink / raw)
To: linux-arm-kernel
This appears to be the best match for ePAPR.
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 2703428..e183a33 100644
--- a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts
+++ b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts
@@ -78,7 +78,7 @@
regulator-boot-on;
};
- gpio-keys {
+ keyboard {
compatible = "gpio-keys";
power-key {
--
2.1.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/4] ARM: shmobile: lager: Use keyboard as gpio-keys node name
2014-11-18 0:51 [GIT PULL] Third Round of Renesas ARM Based SoC DT Cleanups for v3.19 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 3/4] ARM: shmobile: koelsch: " Simon Horman
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2014-11-18 0:51 UTC (permalink / raw)
To: linux-arm-kernel
This appears to be the best match for ePAPR.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/boot/dts/r8a7790-lager.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
index 854c13e..7012354 100644
--- a/arch/arm/boot/dts/r8a7790-lager.dts
+++ b/arch/arm/boot/dts/r8a7790-lager.dts
@@ -43,7 +43,7 @@
#size-cells = <1>;
};
- gpio_keys {
+ keyboard {
compatible = "gpio-keys";
button at 1 {
--
2.1.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 3/4] ARM: shmobile: koelsch: Use keyboard as gpio-keys node name
2014-11-18 0:51 [GIT PULL] Third Round of Renesas ARM Based SoC DT Cleanups for v3.19 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 ` [PATCH 2/4] ARM: shmobile: lager: " 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-19 21:50 ` [GIT PULL] Third Round of Renesas ARM Based SoC DT Cleanups for v3.19 Arnd Bergmann
4 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2014-11-18 0:51 UTC (permalink / raw)
To: linux-arm-kernel
This appears to be the best match for ePAPR.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/boot/dts/r8a7791-koelsch.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts
index 9497cc2..a903185 100644
--- a/arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
@@ -44,7 +44,7 @@
#size-cells = <1>;
};
- gpio-keys {
+ keyboard {
compatible = "gpio-keys";
key-1 {
--
2.1.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 4/4] ARM: shmobile: kzm9g-reference: Use keyboard as gpio-keys node name
2014-11-18 0:51 [GIT PULL] Third Round of Renesas ARM Based SoC DT Cleanups for v3.19 Simon Horman
` (2 preceding siblings ...)
2014-11-18 0:51 ` [PATCH 3/4] ARM: shmobile: koelsch: " 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
4 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2014-11-18 0:51 UTC (permalink / raw)
To: linux-arm-kernel
This appears to be the best match for ePAPR.
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 8c913d9..3721cd4 100644
--- a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
+++ b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
@@ -113,7 +113,7 @@
};
};
- gpio-keys {
+ keyboard {
compatible = "gpio-keys";
back-key {
--
2.1.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [GIT PULL] Third Round of Renesas ARM Based SoC DT Cleanups for v3.19
2014-11-18 0:51 [GIT PULL] Third Round of Renesas ARM Based SoC DT Cleanups for v3.19 Simon Horman
` (3 preceding siblings ...)
2014-11-18 0:51 ` [PATCH 4/4] ARM: shmobile: kzm9g-reference: " Simon Horman
@ 2014-11-19 21:50 ` Arnd Bergmann
4 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2014-11-19 21:50 UTC (permalink / raw)
To: linux-arm-kernel
On Tuesday 18 November 2014, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
>
> Please consider these third round of Renesas ARM based SoC DT cleanups for
> v3.19.
>
> This pull request is based on the previous round of
> such requests, tagged as renesas-dt-cleanups2-for-v3.19,
> which I have already sent a pull-request for.
>
>
> The following changes since commit 89aeff9989e87bb2d9d652994010bc18c68675d9:
>
> ARM: shmobile: alt dts: Drop console= bootargs parameter (2014-11-05 14:54:10 +0900)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-cleanups3-for-v3.19
>
> for you to fetch changes up to 61f1fb47bdbcf145dd539d29cfa7f3294bd5e958:
>
> ARM: shmobile: kzm9g-reference: Use keyboard as gpio-keys node name (2014-11-14 09:39:47 +0900)
>
> ----------------------------------------------------------------
> Third Round of Renesas ARM Based SoC DT Cleanups for v3.19
>
> * Use keyboard as gpio-keys node name
>
Pulled into next/dt, thanks!
Arnd
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-11-19 21:50 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-18 0:51 [GIT PULL] Third Round of Renesas ARM Based SoC DT Cleanups for v3.19 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 ` [PATCH 2/4] ARM: shmobile: lager: " Simon Horman
2014-11-18 0:51 ` [PATCH 3/4] ARM: shmobile: koelsch: " Simon Horman
2014-11-18 0:51 ` [PATCH 4/4] ARM: shmobile: kzm9g-reference: " Simon Horman
2014-11-19 21:50 ` [GIT PULL] Third Round of Renesas ARM Based SoC DT Cleanups for v3.19 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).