| From: |
| Tao Wang <kevin.wangtao-AT-hisilicon.com> |
| To: |
| <rui.zhang-AT-intel.com>, <edubezval-AT-gmail.com>, <robh+dt-AT-kernel.org>, <mark.rutland-AT-arm.com>, <xuwei5-AT-hisilicon.com>, <catalin.marinas-AT-arm.com>, <will.deacon-AT-arm.com> |
| Subject: |
| [PATCH 0/9] add support for Hi3660 tsensor |
| Date: |
| Fri, 22 Sep 2017 17:42:03 +0800 |
| Message-ID: |
| <1506073332-92438-1-git-send-email-kevin.wangtao@hisilicon.com> |
| Cc: |
| <leo.yan-AT-linaro.org>, <lonela.Voinescu-AT-arm.com>, <Valentin.Schneider-AT-arm.com>, <vincent.guittot-AT-linaro.org>, <daniel.lezcano-AT-linaro.org>, <sunzhaosheng-AT-hisilicon.com>, <gengyanping-AT-hisilicon.com>, <linux-pm-AT-vger.kernel.org>, <devicetree-AT-vger.kernel.org>, <linux-kernel-AT-vger.kernel.org>, <linux-arm-kernel-AT-lists.infradead.org>, Kevin Wangtao <kevin.wangtao-AT-linaro.org> |
From: Kevin Wangtao <kevin.wangtao@linaro.org>
This patchset reorganize hisi thermal driver and make it both
support Hi6220 and Hi3660.
This patchset is based on Daniel thermal patch V2.
https://lkml.org/lkml/2017/9/4/432
Kevin Wangtao (9):
thermal/drivers/hisi: move clk operation to related function
thermal/drivers/hisi: use round up step value
thermal/drivers/hisi: put platform code together
thermal/drivers/hisi: add platform prefix to function name
thermal/drivers/hisi: perpare to add support for other hisi platform
thermal/drivers/hisi: add support for multi temp threshold
dt-bindings: Document the hi3660 thermal sensor binding
thermal/drivers/hisi: add support for hi3660 SoC
arm64: dts: register Hi3660's thermal sensor
.../bindings/thermal/hisilicon-thermal.txt | 9 +
arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 8 +
drivers/thermal/hisi_thermal.c | 494 ++++++++++++++-------
3 files changed, 351 insertions(+), 160 deletions(-)
--
2.8.1