linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add TMU support for Exynos7
@ 2014-11-14 11:17 Abhilash Kesavan
  2014-11-14 11:17 ` [PATCH 1/4] thermal: exynos: add optional sclk support Abhilash Kesavan
                   ` (4 more replies)
  0 siblings, 5 replies; 21+ messages in thread
From: Abhilash Kesavan @ 2014-11-14 11:17 UTC (permalink / raw)
  To: rui.zhang, edubezval, linux-pm
  Cc: b.zolnierkie, amit.daniel, kesavan.abhilash

The Thermal Management Unit (TMU) in Exynos7 provides software-controlled
(thermal throttling) and hardware-controlled (thermal tripping) management
schemes.
There are several changes in terms of the register and bit offsets in the
Exynos7 TMU from that in older SoCs. There are also new bits, more trigger
levels and a special clock for TMU that has been introduced in Exynos7.
This patchset modifies the thermal driver to handle all these changes.

This series is based on linux-next(20141114) and tested on an Exynos7-based
espresso board.
Abhilash Kesavan (4):
  thermal: exynos: add optional sclk support
  thermal: exynos: add a triminfo_mask field in exynos_tmu_register
    structure
  thermal: exynos: modify the prototype for code_to_temp function
  thermal: exynos: Add TMU support for Exynos7 SoC

 .../devicetree/bindings/thermal/exynos-thermal.txt |    4 +
 drivers/thermal/samsung/exynos_tmu.c               |  106 ++++++++++++++----
 drivers/thermal/samsung/exynos_tmu.h               |   13 ++-
 drivers/thermal/samsung/exynos_tmu_data.c          |  117 ++++++++++++++++++++
 drivers/thermal/samsung/exynos_tmu_data.h          |   27 +++++
 5 files changed, 247 insertions(+), 20 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2014-11-24 11:10 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-14 11:17 [PATCH 0/4] Add TMU support for Exynos7 Abhilash Kesavan
2014-11-14 11:17 ` [PATCH 1/4] thermal: exynos: add optional sclk support Abhilash Kesavan
2014-11-14 11:18 ` [PATCH 2/4] thermal: exynos: add a triminfo_mask field in exynos_tmu_register structure Abhilash Kesavan
2014-11-14 11:18 ` [PATCH 3/4] thermal: exynos: modify the prototype for code_to_temp function Abhilash Kesavan
2014-11-14 11:18 ` [PATCH 4/4] thermal: exynos: Add TMU support for Exynos7 SoC Abhilash Kesavan
2014-11-14 12:19 ` [PATCH 0/4] Add TMU support for Exynos7 Bartlomiej Zolnierkiewicz
2014-11-14 12:30   ` Abhilash Kesavan
2014-11-14 13:02     ` Lukasz Majewski
2014-11-14 14:07       ` Abhilash Kesavan
2014-11-14 14:50         ` Lukasz Majewski
2014-11-18  8:08         ` Lukasz Majewski
2014-11-18  8:14           ` Abhilash Kesavan
2014-11-19 13:18             ` Eduardo Valentin
2014-11-20 13:05               ` Abhilash Kesavan
2014-11-20 13:22                 ` Lukasz Majewski
2014-11-20 14:49                   ` Abhilash Kesavan
2014-11-22  7:45                     ` Abhilash Kesavan
2014-11-24  9:24                       ` Lukasz Majewski
2014-11-24 10:50                         ` Abhilash Kesavan
2014-11-24 11:04                           ` Lukasz Majewski
2014-11-24 11:09                             ` Abhilash Kesavan

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).