All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/4] Tegra124 soctherm driver
@ 2014-08-21 10:17 ` Mikko Perttunen
  0 siblings, 0 replies; 60+ messages in thread
From: Mikko Perttunen @ 2014-08-21 10:17 UTC (permalink / raw)
  To: edubezval-Re5JQEeQqe8AvxtiuMwx3w,
	rui.zhang-ral2JQCrhuEAvxtiuMwx3w, swarren-3lzwWm7+Weoh9ZMKESR00Q,
	thierry.reding-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-pm-u79uwXL29TY76Z2rM5mHXA,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	juha-matti.tilli-X3B1VOXEql0, Mikko Perttunen

Hi,

this series adds support for the thermal monitoring features of the
soctherm unit on the Tegra124 SoC. 

The branch is also available in my github repo,
  git://github.com/cyndis/linux.git soctherm-v5

Thanks,
Mikko

Mikko Perttunen (4):
  of: Add bindings for nvidia,tegra124-soctherm
  ARM: tegra: Add soctherm and thermal zones to Tegra124 device tree
  ARM: tegra: Add thermal trip points for Jetson TK1
  thermal: Add Tegra SOCTHERM thermal management driver

 .../devicetree/bindings/thermal/tegra-soctherm.txt |  53 +++
 arch/arm/boot/dts/tegra124-jetson-tk1.dts          |  41 ++
 arch/arm/boot/dts/tegra124.dtsi                    |  47 ++
 drivers/thermal/Kconfig                            |  10 +
 drivers/thermal/Makefile                           |   1 +
 drivers/thermal/tegra_soctherm.c                   | 471 +++++++++++++++++++++
 include/dt-bindings/thermal/tegra124-soctherm.h    |  13 +
 7 files changed, 636 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/thermal/tegra-soctherm.txt
 create mode 100644 drivers/thermal/tegra_soctherm.c
 create mode 100644 include/dt-bindings/thermal/tegra124-soctherm.h

-- 
1.8.1.5

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

end of thread, other threads:[~2014-10-06  7:25 UTC | newest]

Thread overview: 60+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-21 10:17 [PATCH v5 0/4] Tegra124 soctherm driver Mikko Perttunen
2014-08-21 10:17 ` Mikko Perttunen
2014-08-21 10:17 ` Mikko Perttunen
2014-08-21 10:17 ` [PATCH v5 1/4] of: Add bindings for nvidia,tegra124-soctherm Mikko Perttunen
2014-08-21 10:17   ` Mikko Perttunen
2014-08-21 10:17   ` Mikko Perttunen
     [not found]   ` <1408616242-21009-2-git-send-email-mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2014-09-24 18:40     ` Eduardo Valentin
2014-09-24 18:40       ` Eduardo Valentin
2014-09-24 18:40       ` Eduardo Valentin
2014-09-24 19:43       ` Stephen Warren
2014-09-24 19:43         ` Stephen Warren
2014-08-21 10:17 ` [PATCH v5 2/4] ARM: tegra: Add soctherm and thermal zones to Tegra124 device tree Mikko Perttunen
2014-08-21 10:17   ` Mikko Perttunen
2014-08-21 10:17   ` Mikko Perttunen
2014-08-21 10:17 ` [PATCH v5 3/4] ARM: tegra: Add thermal trip points for Jetson TK1 Mikko Perttunen
2014-08-21 10:17   ` Mikko Perttunen
2014-08-21 10:17   ` Mikko Perttunen
     [not found]   ` <1408616242-21009-4-git-send-email-mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2014-09-24 18:32     ` Eduardo Valentin
2014-09-24 18:32       ` Eduardo Valentin
2014-09-24 18:32       ` Eduardo Valentin
2014-09-24 18:34       ` Mikko Perttunen
2014-09-24 18:34         ` Mikko Perttunen
2014-09-24 18:34         ` Mikko Perttunen
2014-09-24 18:41         ` Eduardo Valentin
2014-09-24 18:41           ` Eduardo Valentin
2014-09-24 18:43           ` Mikko Perttunen
2014-09-24 18:43             ` Mikko Perttunen
2014-09-24 18:48             ` Eduardo Valentin
2014-09-24 18:48               ` Eduardo Valentin
2014-09-24 19:01               ` Mikko Perttunen
2014-09-24 19:01                 ` Mikko Perttunen
2014-10-03 19:57       ` Pavel Machek
2014-10-03 19:57         ` Pavel Machek
2014-10-06  7:24         ` Peter De Schrijver
2014-10-06  7:24           ` Peter De Schrijver
2014-10-06  7:24           ` Peter De Schrijver
2014-08-21 10:17 ` [PATCH v5 4/4] thermal: Add Tegra SOCTHERM thermal management driver Mikko Perttunen
2014-08-21 10:17   ` Mikko Perttunen
2014-08-21 10:17   ` Mikko Perttunen
     [not found]   ` <1408616242-21009-5-git-send-email-mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2014-09-24 19:18     ` Eduardo Valentin
2014-09-24 19:18       ` Eduardo Valentin
2014-09-24 19:18       ` Eduardo Valentin
2014-09-24 19:32       ` Mikko Perttunen
2014-09-24 19:32         ` Mikko Perttunen
2014-09-24 23:24         ` Eduardo Valentin
2014-09-24 23:24           ` Eduardo Valentin
     [not found]         ` <54231C3D.6040900-/1wQRMveznE@public.gmane.org>
2014-09-25  5:59           ` Thierry Reding
2014-09-25  5:59             ` Thierry Reding
2014-09-25  5:59             ` Thierry Reding
2014-09-25  7:55             ` Mikko Perttunen
2014-09-25  7:55               ` Mikko Perttunen
2014-08-21 12:20 ` [PATCH v5 0/4] Tegra124 soctherm driver Juha-Matti Tilli
2014-08-21 12:20   ` Juha-Matti Tilli
2014-08-21 16:01   ` Eduardo Valentin
2014-08-21 16:01     ` Eduardo Valentin
2014-08-21 18:03     ` Juha-Matti Tilli
2014-08-21 18:03       ` Juha-Matti Tilli
2014-08-27 15:36     ` Mikko Perttunen
2014-08-27 15:36       ` Mikko Perttunen
2014-08-27 15:36       ` Mikko Perttunen

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.