linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] add thermal driver for h6
@ 2019-05-16 17:26 Yangtao Li
  2019-05-16 17:26 ` [PATCH v2 1/2] thermal: sun8i: " Yangtao Li
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Yangtao Li @ 2019-05-16 17:26 UTC (permalink / raw)
  To: rui.zhang, edubezval, daniel.lezcano, robh+dt, mark.rutland,
	maxime.ripard, wens, davem, mchehab+samsung, gregkh,
	linus.walleij, Jonathan.Cameron, nicolas.ferre, paulmck
  Cc: Yangtao Li, devicetree, linux-kernel, linux-arm-kernel, linux-pm

This patchset supprt H6 thermal controller.

Yangtao Li (2):
  thermal: sun8i: add thermal driver for h6
  dt-bindings: thermal: add binding document for h6 thermal controller

 .../bindings/thermal/sun8i-thermal.txt        |  34 ++
 MAINTAINERS                                   |   7 +
 drivers/thermal/Kconfig                       |  14 +
 drivers/thermal/Makefile                      |   1 +
 drivers/thermal/sun8i_thermal.c               | 422 ++++++++++++++++++
 5 files changed, 478 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/thermal/sun8i-thermal.txt
 create mode 100644 drivers/thermal/sun8i_thermal.c

---
v2:
-Additions and deletions of some comments
-Change some function prefix to "ths_"
-Support interrupt
---
2.17.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-05-17  7:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-16 17:26 [PATCH v2 0/2] add thermal driver for h6 Yangtao Li
2019-05-16 17:26 ` [PATCH v2 1/2] thermal: sun8i: " Yangtao Li
2019-05-16 21:35   ` Ondřej Jirman
2019-05-16 17:26 ` [PATCH v2 2/2] dt-bindings: thermal: add binding document for h6 thermal controller Yangtao Li
2019-05-17  7:43 ` [PATCH v2 0/2] add thermal driver for h6 Maxime Ripard

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