All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] thermal: exynos: Add support for Exynos5433 TMU
@ 2015-02-26 11:35 ` Chanwoo Choi
  0 siblings, 0 replies; 18+ messages in thread
From: Chanwoo Choi @ 2015-02-26 11:35 UTC (permalink / raw)
  To: rui.zhang, edubezval, l.majewski
  Cc: kgene, b.zolnierkie, amit.daniel, a.kesavan, inki.dae,
	chanho61.park, kyungmin.park, linux-pm, linux-arm-kernel,
	linux-samsung-soc, linux-kernel, Chanwoo Choi

This patch add the support for Exynos5433 TMU (Thermal Management Unit).
Exynos5433 TMU includes five sensors as following and each sensor support the
eight rising/falling interrupt according to threshold value. Exynos5433 TMU has
a little difference register map from Exynos4/Exynos7.
- two temperature sensor for Cortex-A57 (ATLAS)
- one temperature sensor for Cortex-A53 (APOLLO)
- one temperature sensor for G3D IP
- one temperature sensor for ISP IP

Depends on:
[1] [PATCH v4 0/8] arm64: Add the support for new Exynos5433 SoC
    - https://lkml.org/lkml/2015/2/24/2
[2] [PATCH v2 0/2] thermal: exynos: Fix NULL pointer error and bug of PD_DET_EN of Exynos7
    - https://lkml.org/lkml/2015/2/23/778

Chanwoo Choi (3):
  thermal: exynos: Add the support for Exynos5433 TMU
  arm64: dts: exynos: Add TMU sensor dt node for Exynos5433 SoC
  arm64: dts: exynos: Add thermal-zones dt node for Exynos5433 SoC

 .../dts/exynos/exynos5433-tmu-sensor-conf.dtsi     |  22 ++
 arch/arm64/boot/dts/exynos/exynos5433-tmu.dtsi     | 231 +++++++++++++++++++++
 arch/arm64/boot/dts/exynos/exynos5433.dtsi         |  56 +++++
 drivers/thermal/samsung/exynos_tmu.c               | 161 +++++++++++++-
 drivers/thermal/samsung/exynos_tmu.h               |   1 +
 5 files changed, 466 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm64/boot/dts/exynos/exynos5433-tmu-sensor-conf.dtsi
 create mode 100644 arch/arm64/boot/dts/exynos/exynos5433-tmu.dtsi

-- 
1.8.5.5


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

end of thread, other threads:[~2015-03-05  5:45 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-26 11:35 [PATCH 0/3] thermal: exynos: Add support for Exynos5433 TMU Chanwoo Choi
2015-02-26 11:35 ` Chanwoo Choi
2015-02-26 11:35 ` Chanwoo Choi
2015-02-26 11:35 ` [PATCH 1/3] thermal: exynos: Add the " Chanwoo Choi
2015-02-26 11:35   ` Chanwoo Choi
2015-02-26 11:35   ` Chanwoo Choi
2015-03-04 10:38   ` Lukasz Majewski
2015-03-04 10:38     ` Lukasz Majewski
2015-03-05  5:44     ` Chanwoo Choi
2015-03-05  5:44       ` Chanwoo Choi
2015-02-26 11:35 ` [PATCH 2/3] arm64: dts: exynos: Add TMU sensor dt node for Exynos5433 SoC Chanwoo Choi
2015-02-26 11:35   ` Chanwoo Choi
2015-03-04 10:48   ` Lukasz Majewski
2015-03-04 10:48     ` Lukasz Majewski
2015-02-26 11:35 ` [PATCH 3/3] arm64: dts: exynos: Add thermal-zones " Chanwoo Choi
2015-02-26 11:35   ` Chanwoo Choi
2015-03-04 10:53   ` Lukasz Majewski
2015-03-04 10:53     ` Lukasz Majewski

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.