[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1471492253-7185-1-git-send-email-dawei.chien@mediatek.com>
Date: Thu, 18 Aug 2016 11:50:50 +0800
From: Dawei Chien <dawei.chien@...iatek.com>
To: Zhang Rui <rui.zhang@...el.com>,
Eduardo Valentin <edubezval@...il.com>
CC: Rob Herring <robh+dt@...nel.org>, Pawel Moll <pawel.moll@....com>,
Mark Rutland <mark.rutland@....com>,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
Kumar Gala <galak@...eaurora.org>,
Russell King <linux@...linux.org.uk>,
Matthias Brugger <matthias.bgg@...il.com>,
<linux-pm@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-mediatek@...ts.infradead.org>,
<srv_heupstream@...iatek.com>,
Sascha Hauer <kernel@...gutronix.de>,
Fan Chen <fan.chen@...iatek.com>,
Eddie Huang <eddie.huang@...iatek.com>,
Yingjoe Chen <yingjoe.chen@...iatek.com>,
Erin Lo <erin.lo@...iatek.com>
Subject: [PATCH v2 0/3] Add Mediatek thermal driver for mt2701
This series support for mt2701 chip to mtk_thermal.c,
and integrate both mt8173 and mt2701 on the same driver.
MT8173 has four banks and five sensors, and MT2701 has
only one bank and three sensors.
Change since V1:
1. Restore macro name with MT8173 for nvmem calibration data
since original macro name could be used for both MT2701/MT8173.
2. Add flexible array member to instead of normal array since
thermal bank has different array size between MT2701 to MT8173.
Dawei Chien (3):
dt-bindings: thermal: Add binding document for Mediatek thermal
controller
thermal: Add Mediatek thermal driver for mt2701.
arm: dts: thermal: add thermal/auxadc node.
.../bindings/thermal/mediatek-thermal.txt | 4 +-
arch/arm/boot/dts/mt2701.dtsi | 44 ++++
drivers/thermal/mtk_thermal.c | 215 ++++++++++++++------
3 files changed, 199 insertions(+), 64 deletions(-)
Powered by blists - more mailing lists