Re: [PATCH v2 2/4] thermal: mediatek: add Mediatek thermal driver for mt2712
From: Matthias Brugger <matthias.bgg@gmail.com>
Date: 2017-08-31 15:29:57
Also in:
linux-pm
On 08/31/2017 04:10 PM, Zhang Rui wrote:
On Fri, 2017-08-25 at 11:39 +0800, Dawei Chien wrote:quoted
On Fri, 2017-08-25 at 11:23 +0800, Zhang Rui wrote:quoted
Hi, Dawei, On Fri, 2017-08-25 at 11:10 +0800, Dawei Chien wrote:quoted
On Fri, 2017-08-25 at 10:30 +0800, Zhang Rui wrote:quoted
On Tue, 2017-08-08 at 21:23 +0800, Zhang Rui wrote:quoted
On Tue, 2017-08-01 at 15:28 +0800, Louis Yu wrote:quoted
This patch adds support for mt2712 chip to mtk_thermal, and integrate mt2712 into the same mediatek thermal driver. MT2712 has only 1 bank and 4 sensors. Signed-off-by: Louis Yu <redacted> --- drivers/thermal/mtk_thermal.c | 70 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 66 insertions(+), 4 deletions(-)diff --git a/drivers/thermal/mtk_thermal.cb/drivers/thermal/mtk_thermal.c index 7737f14..e35d28d 100644--- a/drivers/thermal/mtk_thermal.c +++ b/drivers/thermal/mtk_thermal.c@@ -3,6 +3,7 @@ * Author: Hanyi Wu <hanyi.wu@mediatek.com> * Sascha Hauer <s.hauer@pengutronix.de> * Dawei Chien <dawei.chien@mediatek.com> + * Louis Yu <louis.yu@mediatek.com>I need the feedback from the previous authors for the changes in all this patch set.Hanyi, Sascha and Dawei, can you please review this patch and let me know your opinion? thanks, ruiHi Rui, In my opinion, I agree this patch set for supporting MT2712 thermal sensor. Reviewed-by: Dawei Chien <redacted>thanks for reviewing.quoted
quoted
quoted
quoted
* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as@@ -111,9 +112,10 @@ /* * Layout of the fuses providing the calibration data - * These macros could be used for both MT8173 and MT2701. + * These macros could be used for both MT8173, MT2701, andMT2712. * MT8173 has five sensors and need five VTS calibration data, - * and MT2701 has three sensors and need three VTS calibration data. + * and MT2701 has three sensors and need three VTS calibration data, + * and MT2712 has four sensors and need four VTS calibration data. */why bother change these comments again in patch 3/4? thanks, ruiHi Rui, May we know your opinion if this patch set need merge patch2/3/4what do you mean? If you're okay with this, I will merge the full patch set. thanks, ruiHi Rui, It's okay to me. Since we saw your comment "why bother change these comments again in patch 3/4?", so I think you might suggest to merge patch2/patch3/patch4 to one patch.I will take patch 2, 3 and 4 as separate patches. BTW, is it okay for me to add your Reviewed-by for all the patch series? thanks, rui
Hi Rui, Normally the driver maintainers also take the devicetree bindings documentation and the SoC maintainter takes the acutal dts declaration for each SoC. Please let me know if you prefer, that I take care of the bindings documentation as well. Best regards, Matthias