All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Thermal reset support in PMC
@ 2014-08-05  8:12 ` Mikko Perttunen
  0 siblings, 0 replies; 65+ messages in thread
From: Mikko Perttunen @ 2014-08-05  8:12 UTC (permalink / raw)
  To: swarren-3lzwWm7+Weoh9ZMKESR00Q,
	thierry.reding-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, Mikko Perttunen

Hi,

this series adds support for hardware-triggered thermal reset to the PMC
driver. Namely, it adds device tree properties for specifying the I2C
command to be sent when thermtrip is triggered. It is to be noted
that thermtrip won't be ever triggered without a soctherm driver to
calibrate the sensors, but I'll follow up with that patch.

pmc.c required some juggling around to make the match data usable in
probe, since I didn't want to put the code into the initcall either, since
the soctherm driver won't be initialized by that point anyway.

Series tested on Jetson-TK1. Should work on Tegra30 and Tegra114 too.

Thanks,
Mikko

Mikko Perttunen (3):
  of: Add descriptions of thermtrip properties to Tegra PMC bindings
  ARM: tegra: Add PMC thermtrip programming to Jetson TK1 device tree
  ARM: tegra: Add thermal reset (thermtrip) support to PMC

 .../bindings/arm/tegra/nvidia,tegra20-pmc.txt      |  13 +
 arch/arm/boot/dts/tegra124-jetson-tk1.dts          |   5 +
 drivers/soc/tegra/pmc.c                            | 348 +++++++++++++--------
 3 files changed, 234 insertions(+), 132 deletions(-)

-- 
1.8.1.5

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

end of thread, other threads:[~2014-08-13 11:00 UTC | newest]

Thread overview: 65+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-05  8:12 [PATCH 0/3] Thermal reset support in PMC Mikko Perttunen
2014-08-05  8:12 ` Mikko Perttunen
2014-08-05  8:12 ` Mikko Perttunen
2014-08-05  8:12 ` [PATCH 1/3] of: Add descriptions of thermtrip properties to Tegra PMC bindings Mikko Perttunen
2014-08-05  8:12   ` Mikko Perttunen
2014-08-05  8:12   ` Mikko Perttunen
     [not found]   ` <1407226380-747-2-git-send-email-mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2014-08-13  7:35     ` Thierry Reding
2014-08-13  7:35       ` Thierry Reding
2014-08-13  7:35       ` Thierry Reding
2014-08-13  7:51       ` Mikko Perttunen
2014-08-13  7:51         ` Mikko Perttunen
2014-08-13  7:51         ` Mikko Perttunen
2014-08-13  8:01         ` Thierry Reding
2014-08-13  8:01           ` Thierry Reding
2014-08-05  8:12 ` [PATCH 2/3] ARM: tegra: Add PMC thermtrip programming to Jetson TK1 device tree Mikko Perttunen
2014-08-05  8:12   ` Mikko Perttunen
2014-08-05  8:12   ` Mikko Perttunen
     [not found]   ` <1407226380-747-3-git-send-email-mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2014-08-13  7:37     ` Thierry Reding
2014-08-13  7:37       ` Thierry Reding
2014-08-13  7:37       ` Thierry Reding
2014-08-13  7:52       ` Mikko Perttunen
2014-08-13  7:52         ` Mikko Perttunen
2014-08-13  7:52         ` Mikko Perttunen
2014-08-13  8:03         ` Thierry Reding
2014-08-13  8:03           ` Thierry Reding
2014-08-13  8:06           ` Mikko Perttunen
2014-08-13  8:06             ` Mikko Perttunen
2014-08-13  8:06             ` Mikko Perttunen
2014-08-05  8:13 ` [PATCH 3/3] ARM: tegra: Add thermal reset (thermtrip) support to PMC Mikko Perttunen
2014-08-05  8:13   ` Mikko Perttunen
2014-08-05  8:13   ` Mikko Perttunen
     [not found]   ` <1407226380-747-4-git-send-email-mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2014-08-13  7:53     ` Thierry Reding
2014-08-13  7:53       ` Thierry Reding
2014-08-13  7:53       ` Thierry Reding
2014-08-13  8:05       ` Mikko Perttunen
2014-08-13  8:05         ` Mikko Perttunen
2014-08-13 10:10     ` Wei Ni
2014-08-13 10:10       ` Wei Ni
2014-08-13 10:10       ` Wei Ni
     [not found] ` <1407226380-747-1-git-send-email-mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2014-08-13  8:07   ` [PATCH 0/3] Thermal reset support in PMC Thierry Reding
2014-08-13  8:07     ` Thierry Reding
2014-08-13  8:07     ` Thierry Reding
2014-08-13  8:12     ` Mikko Perttunen
2014-08-13  8:12       ` Mikko Perttunen
2014-08-13  8:12       ` Mikko Perttunen
     [not found]       ` <53EB1DF5.301-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2014-08-13  8:42         ` Mikko Perttunen
2014-08-13  8:42           ` Mikko Perttunen
2014-08-13  8:42           ` Mikko Perttunen
     [not found]           ` <53EB250D.5070207-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2014-08-13  8:57             ` Thierry Reding
2014-08-13  8:57               ` Thierry Reding
2014-08-13  8:57               ` Thierry Reding
2014-08-13  9:52               ` Mikko Perttunen
2014-08-13  9:52                 ` Mikko Perttunen
2014-08-13  9:52                 ` Mikko Perttunen
2014-08-13 10:36                 ` Thierry Reding
2014-08-13 10:36                   ` Thierry Reding
2014-08-13 10:41                   ` Mikko Perttunen
2014-08-13 10:41                     ` Mikko Perttunen
2014-08-13 10:41                     ` Mikko Perttunen
     [not found]                     ` <53EB40F0.4000300-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2014-08-13 10:53                       ` Thierry Reding
2014-08-13 10:53                         ` Thierry Reding
2014-08-13 10:53                         ` Thierry Reding
2014-08-13 10:59                         ` Mikko Perttunen
2014-08-13 10:59                           ` Mikko Perttunen
2014-08-13 10:59                           ` 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.