[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190516172633.12607-1-tiny.windzz@gmail.com>
Date: Thu, 16 May 2019 13:26:31 -0400
From: Yangtao Li <tiny.windzz@...il.com>
To: rui.zhang@...el.com, edubezval@...il.com,
daniel.lezcano@...aro.org, robh+dt@...nel.org,
mark.rutland@....com, maxime.ripard@...tlin.com, wens@...e.org,
davem@...emloft.net, mchehab+samsung@...nel.org,
gregkh@...uxfoundation.org, linus.walleij@...aro.org,
Jonathan.Cameron@...wei.com, nicolas.ferre@...rochip.com,
paulmck@...ux.ibm.com
Cc: linux-pm@...r.kernel.org, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Yangtao Li <tiny.windzz@...il.com>
Subject: [PATCH v2 0/2] add thermal driver for h6
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
Powered by blists - more mailing lists