* [PATCH 0/3] ARM: dts: renesas: consistently use single space before =
@ 2018-01-26 9:36 Simon Horman
2018-01-26 9:36 ` [PATCH 1/3] ARM: dts: r8a7790: " Simon Horman
` (3 more replies)
0 siblings, 4 replies; 8+ messages in thread
From: Simon Horman @ 2018-01-26 9:36 UTC (permalink / raw)
To: linux-arm-kernel
Consistently use a single space before a =.
This series fixes instances where a tab is used instead.
This is part of an ongoing effort to improve consistency within and between
the DT of Renesas SoCs to allow for easier comparison and maintenance.
This series should not introduce any functional change.
Based on renesas-devel-20180123-v4.15-rc9
Simon Horman (3):
ARM: dts: r8a7790: consistently use single space before =
ARM: dts: r8a7791: consistently use single space before =
ARM: dts: r8a7793: consistently use single space before =
arch/arm/boot/dts/r8a7790.dtsi | 10 +++++-----
arch/arm/boot/dts/r8a7791.dtsi | 10 +++++-----
arch/arm/boot/dts/r8a7793.dtsi | 10 +++++-----
3 files changed, 15 insertions(+), 15 deletions(-)
--
2.11.0
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 1/3] ARM: dts: r8a7790: consistently use single space before =
2018-01-26 9:36 [PATCH 0/3] ARM: dts: renesas: consistently use single space before = Simon Horman
@ 2018-01-26 9:36 ` Simon Horman
2018-01-26 10:35 ` Geert Uytterhoeven
2018-01-26 9:36 ` [PATCH 2/3] ARM: dts: r8a7791: " Simon Horman
` (2 subsequent siblings)
3 siblings, 1 reply; 8+ messages in thread
From: Simon Horman @ 2018-01-26 9:36 UTC (permalink / raw)
To: linux-arm-kernel
Consistently use a single space before a =.
This patch fixes instances where a tab is used instead.
This patch should not introduce any functional change.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/boot/dts/r8a7790.dtsi | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
index 3bbcc0b93f1c..e4367cecad18 100644
--- a/arch/arm/boot/dts/r8a7790.dtsi
+++ b/arch/arm/boot/dts/r8a7790.dtsi
@@ -1705,16 +1705,16 @@
thermal-zones {
cpu_thermal: cpu-thermal {
- polling-delay-passive = <0>;
- polling-delay = <0>;
+ polling-delay-passive = <0>;
+ polling-delay = <0>;
thermal-sensors = <&thermal>;
trips {
cpu-crit {
- temperature = <95000>;
- hysteresis = <0>;
- type = "critical";
+ temperature = <95000>;
+ hysteresis = <0>;
+ type = "critical";
};
};
cooling-maps {
--
2.11.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 2/3] ARM: dts: r8a7791: consistently use single space before =
2018-01-26 9:36 [PATCH 0/3] ARM: dts: renesas: consistently use single space before = Simon Horman
2018-01-26 9:36 ` [PATCH 1/3] ARM: dts: r8a7790: " Simon Horman
@ 2018-01-26 9:36 ` Simon Horman
2018-01-26 10:36 ` Geert Uytterhoeven
2018-01-26 9:36 ` [PATCH 3/3] ARM: dts: r8a7793: " Simon Horman
2018-01-29 8:18 ` [PATCH 0/3] ARM: dts: renesas: " Simon Horman
3 siblings, 1 reply; 8+ messages in thread
From: Simon Horman @ 2018-01-26 9:36 UTC (permalink / raw)
To: linux-arm-kernel
Consistently use a single space before a =.
This patch fixes instances where a tab is used instead.
This patch should not introduce any functional change.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/boot/dts/r8a7791.dtsi | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi
index dc659351472f..f11dab71b03a 100644
--- a/arch/arm/boot/dts/r8a7791.dtsi
+++ b/arch/arm/boot/dts/r8a7791.dtsi
@@ -1703,16 +1703,16 @@
thermal-zones {
cpu_thermal: cpu-thermal {
- polling-delay-passive = <0>;
- polling-delay = <0>;
+ polling-delay-passive = <0>;
+ polling-delay = <0>;
thermal-sensors = <&thermal>;
trips {
cpu-crit {
- temperature = <95000>;
- hysteresis = <0>;
- type = "critical";
+ temperature = <95000>;
+ hysteresis = <0>;
+ type = "critical";
};
};
cooling-maps {
--
2.11.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 3/3] ARM: dts: r8a7793: consistently use single space before =
2018-01-26 9:36 [PATCH 0/3] ARM: dts: renesas: consistently use single space before = Simon Horman
2018-01-26 9:36 ` [PATCH 1/3] ARM: dts: r8a7790: " Simon Horman
2018-01-26 9:36 ` [PATCH 2/3] ARM: dts: r8a7791: " Simon Horman
@ 2018-01-26 9:36 ` Simon Horman
2018-01-26 10:37 ` Geert Uytterhoeven
2018-01-29 8:18 ` [PATCH 0/3] ARM: dts: renesas: " Simon Horman
3 siblings, 1 reply; 8+ messages in thread
From: Simon Horman @ 2018-01-26 9:36 UTC (permalink / raw)
To: linux-arm-kernel
Consistently use a single space before a =.
This patch fixes instances where a tab is used instead.
This patch should not introduce any functional change.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/boot/dts/r8a7793.dtsi | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/arm/boot/dts/r8a7793.dtsi b/arch/arm/boot/dts/r8a7793.dtsi
index aa7d7792fb13..f9c5a557107d 100644
--- a/arch/arm/boot/dts/r8a7793.dtsi
+++ b/arch/arm/boot/dts/r8a7793.dtsi
@@ -1362,16 +1362,16 @@
thermal-zones {
cpu_thermal: cpu-thermal {
- polling-delay-passive = <0>;
- polling-delay = <0>;
+ polling-delay-passive = <0>;
+ polling-delay = <0>;
thermal-sensors = <&thermal>;
trips {
cpu-crit {
- temperature = <95000>;
- hysteresis = <0>;
- type = "critical";
+ temperature = <95000>;
+ hysteresis = <0>;
+ type = "critical";
};
};
cooling-maps {
--
2.11.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 1/3] ARM: dts: r8a7790: consistently use single space before =
2018-01-26 9:36 ` [PATCH 1/3] ARM: dts: r8a7790: " Simon Horman
@ 2018-01-26 10:35 ` Geert Uytterhoeven
0 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2018-01-26 10:35 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Jan 26, 2018 at 10:36 AM, Simon Horman
<horms+renesas@verge.net.au> wrote:
> Consistently use a single space before a =.
>
> This patch fixes instances where a tab is used instead.
>
> This patch should not introduce any functional change.
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 2/3] ARM: dts: r8a7791: consistently use single space before =
2018-01-26 9:36 ` [PATCH 2/3] ARM: dts: r8a7791: " Simon Horman
@ 2018-01-26 10:36 ` Geert Uytterhoeven
0 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2018-01-26 10:36 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Jan 26, 2018 at 10:36 AM, Simon Horman
<horms+renesas@verge.net.au> wrote:
> Consistently use a single space before a =.
>
> This patch fixes instances where a tab is used instead.
>
> This patch should not introduce any functional change.
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 3/3] ARM: dts: r8a7793: consistently use single space before =
2018-01-26 9:36 ` [PATCH 3/3] ARM: dts: r8a7793: " Simon Horman
@ 2018-01-26 10:37 ` Geert Uytterhoeven
0 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2018-01-26 10:37 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Jan 26, 2018 at 10:36 AM, Simon Horman
<horms+renesas@verge.net.au> wrote:
> Consistently use a single space before a =.
>
> This patch fixes instances where a tab is used instead.
>
> This patch should not introduce any functional change.
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 0/3] ARM: dts: renesas: consistently use single space before =
2018-01-26 9:36 [PATCH 0/3] ARM: dts: renesas: consistently use single space before = Simon Horman
` (2 preceding siblings ...)
2018-01-26 9:36 ` [PATCH 3/3] ARM: dts: r8a7793: " Simon Horman
@ 2018-01-29 8:18 ` Simon Horman
3 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2018-01-29 8:18 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Jan 26, 2018 at 10:36:32AM +0100, Simon Horman wrote:
> Consistently use a single space before a =.
>
> This series fixes instances where a tab is used instead.
>
> This is part of an ongoing effort to improve consistency within and between
> the DT of Renesas SoCs to allow for easier comparison and maintenance.
>
> This series should not introduce any functional change.
>
> Based on renesas-devel-20180123-v4.15-rc9
I have applied this series with Geert's reviewed-by tags.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2018-01-29 8:18 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-26 9:36 [PATCH 0/3] ARM: dts: renesas: consistently use single space before = Simon Horman
2018-01-26 9:36 ` [PATCH 1/3] ARM: dts: r8a7790: " Simon Horman
2018-01-26 10:35 ` Geert Uytterhoeven
2018-01-26 9:36 ` [PATCH 2/3] ARM: dts: r8a7791: " Simon Horman
2018-01-26 10:36 ` Geert Uytterhoeven
2018-01-26 9:36 ` [PATCH 3/3] ARM: dts: r8a7793: " Simon Horman
2018-01-26 10:37 ` Geert Uytterhoeven
2018-01-29 8:18 ` [PATCH 0/3] ARM: dts: renesas: " Simon Horman
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).