Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1337033 > unrolled thread

[PATCH 2/3] thermal: exynos: Document number of supported trip-points

Started byKrzysztof Kozlowski <k.kozlowski@samsung.com>
First post2016-02-18 06:20 +0100
Last post2016-02-22 04:00 +0100
Articles 3 — 3 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 2/3] thermal: exynos: Document number of supported trip-points Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-02-18 06:20 +0100
    Re: [PATCH 2/3] thermal: exynos: Document number of supported  trip-points Chanwoo Choi <cw00.choi@samsung.com> - 2016-02-18 06:30 +0100
    Re: [PATCH 2/3] thermal: exynos: Document number of supported  trip-points Rob Herring <robh@kernel.org> - 2016-02-22 04:00 +0100

#1337033 — [PATCH 2/3] thermal: exynos: Document number of supported trip-points

FromKrzysztof Kozlowski <k.kozlowski@samsung.com>
Date2016-02-18 06:20 +0100
Subject[PATCH 2/3] thermal: exynos: Document number of supported trip-points
Message-ID<r3pap-EO-5@gated-at.bofh.it>
Document the number of configurable temperature thresholds (for
trip-points in interrupt-driven mode).

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
---
 Documentation/devicetree/bindings/thermal/exynos-thermal.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Documentation/devicetree/bindings/thermal/exynos-thermal.txt b/Documentation/devicetree/bindings/thermal/exynos-thermal.txt
index 34315d7fbfde..faa62059b5c5 100644
--- a/Documentation/devicetree/bindings/thermal/exynos-thermal.txt
+++ b/Documentation/devicetree/bindings/thermal/exynos-thermal.txt
@@ -44,6 +44,14 @@
 - vtmu-supply: This entry is optional and provides the regulator node supplying
 		voltage to TMU. If needed this entry can be placed inside
 		board/platform specific dts file.
+
+The Exynos TMU supports generating interrupts when reaching given
+temperature thresholds. Number of supported thermal trip points depends
+on the SoC (only first trip points defined in DT will be configured):
+ - most of SoC: 4
+ - samsung,exynos5433-tmu: 8
+ - samsung,exynos7-tmu: 8
+
 Following properties are mandatory (depending on SoC):
 - samsung,tmu_gain: Gain value for internal TMU operation.
 - samsung,tmu_reference_voltage: Value of TMU IP block's reference voltage
-- 
2.5.0

[toc] | [next] | [standalone]


#1337044 — Re: [PATCH 2/3] thermal: exynos: Document number of supported trip-points

FromChanwoo Choi <cw00.choi@samsung.com>
Date2016-02-18 06:30 +0100
SubjectRe: [PATCH 2/3] thermal: exynos: Document number of supported trip-points
Message-ID<r3pk6-MU-13@gated-at.bofh.it>
In reply to#1337033
On 2016년 02월 18일 14:14, Krzysztof Kozlowski wrote:
> Document the number of configurable temperature thresholds (for
> trip-points in interrupt-driven mode).
> 
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> ---
>  Documentation/devicetree/bindings/thermal/exynos-thermal.txt | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/thermal/exynos-thermal.txt b/Documentation/devicetree/bindings/thermal/exynos-thermal.txt
> index 34315d7fbfde..faa62059b5c5 100644
> --- a/Documentation/devicetree/bindings/thermal/exynos-thermal.txt
> +++ b/Documentation/devicetree/bindings/thermal/exynos-thermal.txt
> @@ -44,6 +44,14 @@
>  - vtmu-supply: This entry is optional and provides the regulator node supplying
>  		voltage to TMU. If needed this entry can be placed inside
>  		board/platform specific dts file.
> +
> +The Exynos TMU supports generating interrupts when reaching given
> +temperature thresholds. Number of supported thermal trip points depends
> +on the SoC (only first trip points defined in DT will be configured):
> + - most of SoC: 4
> + - samsung,exynos5433-tmu: 8
> + - samsung,exynos7-tmu: 8
> +
>  Following properties are mandatory (depending on SoC):
>  - samsung,tmu_gain: Gain value for internal TMU operation.
>  - samsung,tmu_reference_voltage: Value of TMU IP block's reference voltage
> 

Exynos5433 has the 8 interrupt for thermal. Looks good to me.
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>

Best Regards,
Chanwoo Choi

[toc] | [prev] | [next] | [standalone]


#1339098 — Re: [PATCH 2/3] thermal: exynos: Document number of supported trip-points

FromRob Herring <robh@kernel.org>
Date2016-02-22 04:00 +0100
SubjectRe: [PATCH 2/3] thermal: exynos: Document number of supported trip-points
Message-ID<r4OT8-7hh-35@gated-at.bofh.it>
In reply to#1337033
On Thu, Feb 18, 2016 at 02:14:19PM +0900, Krzysztof Kozlowski wrote:
> Document the number of configurable temperature thresholds (for
> trip-points in interrupt-driven mode).
> 
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> ---
>  Documentation/devicetree/bindings/thermal/exynos-thermal.txt | 8 ++++++++
>  1 file changed, 8 insertions(+)

Acked-by: Rob Herring <robh@kernel.org>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web