[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190525181329.18657-1-tiny.windzz@gmail.com>
Date: Sat, 25 May 2019 14:13:26 -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,
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 v3 0/3] add thermal driver for h6
This patchset add support for H6 thermal sensor.
BWY, do a cleanup in thermal makfile.
Yangtao Li (3):
thermal: sun8i: add thermal driver for h6
dt-bindings: thermal: add binding document for h6 thermal controller
thermal: fix indentation in makefile
.../bindings/thermal/sun8i-thermal.yaml | 71 +++
MAINTAINERS | 7 +
drivers/thermal/Kconfig | 14 +
drivers/thermal/Makefile | 9 +-
drivers/thermal/sun8i_thermal.c | 437 ++++++++++++++++++
5 files changed, 534 insertions(+), 4 deletions(-)
create mode 100644 Documentation/devicetree/bindings/thermal/sun8i-thermal.yaml
create mode 100644 drivers/thermal/sun8i_thermal.c
---
v3:
-Add a sun8i prefix to some function
-Remove disable callback and rename enable to init
-Remove clock enable, calibration from init callback
-Convert driver to interrupt based
-Convert doc to yaml file
---
2.17.0
Powered by blists - more mailing lists