All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] arm64: dts: renesas: r8a779{5,6}: decrease temperature
@ 2018-04-17 20:54 Niklas Söderlund
  2018-04-17 20:54 ` [PATCH 1/2] arm64: dts: renesas: r8a7795: decrease temperature hysteresis Niklas Söderlund
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Niklas Söderlund @ 2018-04-17 20:54 UTC (permalink / raw)
  To: Simon Horman, devicetree; +Cc: linux-renesas-soc, Niklas Söderlund

From: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

Hi Simon,

This series decrease the hysteresis from 2C to 1C for the two boards we 
have described upstream. They have no dependencies and are ready to be 
accepted if the review is in favor of them.

Niklas Söderlund (2):
  arm64: dts: renesas: r8a7795: decrease temperature hysteresis
  arm64: dts: renesas: r8a7796: decrease temperature hysteresis

 arch/arm64/boot/dts/renesas/r8a7795.dtsi | 12 ++++++------
 arch/arm64/boot/dts/renesas/r8a7796.dtsi | 12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

-- 
2.17.0


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

* [PATCH 1/2] arm64: dts: renesas: r8a7795: decrease temperature hysteresis
  2018-04-17 20:54 [PATCH 0/2] arm64: dts: renesas: r8a779{5,6}: decrease temperature Niklas Söderlund
@ 2018-04-17 20:54 ` Niklas Söderlund
  2018-04-17 20:54 ` [PATCH 2/2] arm64: dts: renesas: r8a7796: " Niklas Söderlund
  2018-04-18 13:53 ` [PATCH 0/2] arm64: dts: renesas: r8a779{5,6}: decrease temperature Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Niklas Söderlund @ 2018-04-17 20:54 UTC (permalink / raw)
  To: Simon Horman, devicetree; +Cc: linux-renesas-soc, Niklas Söderlund

From: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

To incorporate more tests by the hardware team decrease the hysteresis
value to 1C.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
---
 arch/arm64/boot/dts/renesas/r8a7795.dtsi | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
index 5ae85d8a7685aec8..6eaa7c78d8402a7c 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
@@ -2826,12 +2826,12 @@
 			trips {
 				sensor1_passive: sensor1-passive {
 					temperature = <95000>;
-					hysteresis = <2000>;
+					hysteresis = <1000>;
 					type = "passive";
 				};
 				sensor1_crit: sensor1-crit {
 					temperature = <120000>;
-					hysteresis = <2000>;
+					hysteresis = <1000>;
 					type = "critical";
 				};
 			};
@@ -2852,12 +2852,12 @@
 			trips {
 				sensor2_passive: sensor2-passive {
 					temperature = <95000>;
-					hysteresis = <2000>;
+					hysteresis = <1000>;
 					type = "passive";
 				};
 				sensor2_crit: sensor2-crit {
 					temperature = <120000>;
-					hysteresis = <2000>;
+					hysteresis = <1000>;
 					type = "critical";
 				};
 			};
@@ -2878,12 +2878,12 @@
 			trips {
 				sensor3_passive: sensor3-passive {
 					temperature = <95000>;
-					hysteresis = <2000>;
+					hysteresis = <1000>;
 					type = "passive";
 				};
 				sensor3_crit: sensor3-crit {
 					temperature = <120000>;
-					hysteresis = <2000>;
+					hysteresis = <1000>;
 					type = "critical";
 				};
 			};
-- 
2.17.0


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

* [PATCH 2/2] arm64: dts: renesas: r8a7796: decrease temperature hysteresis
  2018-04-17 20:54 [PATCH 0/2] arm64: dts: renesas: r8a779{5,6}: decrease temperature Niklas Söderlund
  2018-04-17 20:54 ` [PATCH 1/2] arm64: dts: renesas: r8a7795: decrease temperature hysteresis Niklas Söderlund
@ 2018-04-17 20:54 ` Niklas Söderlund
  2018-04-18 13:53 ` [PATCH 0/2] arm64: dts: renesas: r8a779{5,6}: decrease temperature Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Niklas Söderlund @ 2018-04-17 20:54 UTC (permalink / raw)
  To: Simon Horman, devicetree; +Cc: linux-renesas-soc, Niklas Söderlund

From: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

To incorporate more tests by the hardware team decrease the hysteresis
value to 1C.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
---
 arch/arm64/boot/dts/renesas/r8a7796.dtsi | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
index 599c74d6a6cb67ab..e3a28b9a5fbdd2a6 100644
--- a/arch/arm64/boot/dts/renesas/r8a7796.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
@@ -2438,12 +2438,12 @@
 			trips {
 				sensor1_passive: sensor1-passive {
 					temperature = <95000>;
-					hysteresis = <2000>;
+					hysteresis = <1000>;
 					type = "passive";
 				};
 				sensor1_crit: sensor1-crit {
 					temperature = <120000>;
-					hysteresis = <2000>;
+					hysteresis = <1000>;
 					type = "critical";
 				};
 			};
@@ -2464,12 +2464,12 @@
 			trips {
 				sensor2_passive: sensor2-passive {
 					temperature = <95000>;
-					hysteresis = <2000>;
+					hysteresis = <1000>;
 					type = "passive";
 				};
 				sensor2_crit: sensor2-crit {
 					temperature = <120000>;
-					hysteresis = <2000>;
+					hysteresis = <1000>;
 					type = "critical";
 				};
 			};
@@ -2490,12 +2490,12 @@
 			trips {
 				sensor3_passive: sensor3-passive {
 					temperature = <95000>;
-					hysteresis = <2000>;
+					hysteresis = <1000>;
 					type = "passive";
 				};
 				sensor3_crit: sensor3-crit {
 					temperature = <120000>;
-					hysteresis = <2000>;
+					hysteresis = <1000>;
 					type = "critical";
 				};
 			};
-- 
2.17.0


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

* Re: [PATCH 0/2] arm64: dts: renesas: r8a779{5,6}: decrease temperature
  2018-04-17 20:54 [PATCH 0/2] arm64: dts: renesas: r8a779{5,6}: decrease temperature Niklas Söderlund
  2018-04-17 20:54 ` [PATCH 1/2] arm64: dts: renesas: r8a7795: decrease temperature hysteresis Niklas Söderlund
  2018-04-17 20:54 ` [PATCH 2/2] arm64: dts: renesas: r8a7796: " Niklas Söderlund
@ 2018-04-18 13:53 ` Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2018-04-18 13:53 UTC (permalink / raw)
  To: Niklas Söderlund
  Cc: devicetree, linux-renesas-soc, Niklas Söderlund

On Tue, Apr 17, 2018 at 10:54:26PM +0200, Niklas Söderlund wrote:
> From: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> 
> Hi Simon,
> 
> This series decrease the hysteresis from 2C to 1C for the two boards we 
> have described upstream. They have no dependencies and are ready to be 
> accepted if the review is in favor of them.

Thanks Niklas,

applied.

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

end of thread, other threads:[~2018-04-18 13:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-17 20:54 [PATCH 0/2] arm64: dts: renesas: r8a779{5,6}: decrease temperature Niklas Söderlund
2018-04-17 20:54 ` [PATCH 1/2] arm64: dts: renesas: r8a7795: decrease temperature hysteresis Niklas Söderlund
2018-04-17 20:54 ` [PATCH 2/2] arm64: dts: renesas: r8a7796: " Niklas Söderlund
2018-04-18 13:53 ` [PATCH 0/2] arm64: dts: renesas: r8a779{5,6}: decrease temperature Simon Horman

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.