linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Matthias Brugger <matthias.bgg@gmail.com>
To: Zhang Rui <rui.zhang@intel.com>, Dawei Chien <dawei.chien@mediatek.com>
Cc: Louis Yu <louis.yu@mediatek.com>,
	Eduardo Valentin <edubezval@gmail.com>,
	hanyi.wu@mediatek.com, s.hauer@pengutronix.de,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Fan Chen <fan.chen@mediatek.com>,
	Eddie Huang <eddie.huang@mediatek.com>,
	linux-pm@vger.kernel.org, linux-mediatek@lists.infradead.org,
	srv_heupstream@mediatek.com
Subject: Re: [PATCH v2 2/4] thermal: mediatek: add Mediatek thermal driver for mt2712
Date: Thu, 31 Aug 2017 18:29:33 +0300	[thread overview]
Message-ID: <f288b9c7-dc2e-79bd-4503-b46bec9ac404@gmail.com> (raw)
In-Reply-To: <1504185003.2749.1.camel@intel.com>



On 08/31/2017 04:10 PM, Zhang Rui wrote:
> On Fri, 2017-08-25 at 11:39 +0800, Dawei Chien wrote:
>> On Fri, 2017-08-25 at 11:23 +0800, Zhang Rui wrote:
>>>
>>> Hi, Dawei,
>>>
>>>
>>> On Fri, 2017-08-25 at 11:10 +0800, Dawei Chien wrote:
>>>>
>>>> On Fri, 2017-08-25 at 10:30 +0800, Zhang Rui wrote:
>>>>>
>>>>>
>>>>> On Tue, 2017-08-08 at 21:23 +0800, Zhang Rui wrote:
>>>>>>
>>>>>>
>>>>>> On Tue, 2017-08-01 at 15:28 +0800, Louis Yu wrote:
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> 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 <louis.yu@mediatek.com>
>>>>>>> ---
>>>>>>>   drivers/thermal/mtk_thermal.c | 70
>>>>>>> ++++++++++++++++++++++++++++++++++++++++---
>>>>>>>   1 file changed, 66 insertions(+), 4 deletions(-)
>>>>>>>
>>>>>>> diff --git a/drivers/thermal/mtk_thermal.c
>>>>>>> b/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,
>>>>> rui
>>>> Hi Rui,
>>>> In my opinion, I agree this patch set for supporting MT2712
>>>> thermal
>>>> sensor.
>>>>
>>>> Reviewed-by: Dawei Chien <dawei.chien@mediatek.com>
>>>>
>>> thanks for reviewing.
>>>>
>>>>>
>>>>>
>>>>>>
>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>    *
>>>>>>>    * 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, and
>>>>>>> MT2712.
>>>>>>>    * 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,
>>>>>> rui
>>>> Hi Rui,
>>>> May we know your opinion if this patch set need merge patch2/3/4
>>>>
>>> what do you mean? If you're okay with this, I will merge the full
>>> patch
>>> set.
>>>
>>> thanks,
>>> rui
>> Hi 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

  reply	other threads:[~2017-08-31 15:29 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-01  7:28 [PATCH v2 0/4] Add Mediatek thermal driver for mt2712 Louis Yu
2017-08-01  7:28 ` [PATCH v2 1/4] dt-bindings: thermal: Add binding document for Mediatek thermal controller Louis Yu
2017-08-01  7:28 ` [PATCH v2 2/4] thermal: mediatek: add Mediatek thermal driver for mt2712 Louis Yu
2017-08-08 13:23   ` Zhang Rui
2017-08-10  3:32     ` Louis Yu
2017-08-15 11:14       ` Louis Yu
2017-08-25  2:30     ` Zhang Rui
2017-08-25  3:10       ` Dawei Chien
2017-08-25  3:23         ` Zhang Rui
2017-08-25  3:39           ` Dawei Chien
2017-08-31 13:10             ` Zhang Rui
2017-08-31 15:29               ` Matthias Brugger [this message]
2017-09-01  1:26               ` Dawei Chien
2017-08-01  7:28 ` [PATCH v2 3/4] thermal: mediatek: extend calibration data for mt2712 chip Louis Yu
2017-08-01  7:28 ` [PATCH v2 4/4] thermal: mediatek: minor mtk_thermal.c cleanups Louis Yu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f288b9c7-dc2e-79bd-4503-b46bec9ac404@gmail.com \
    --to=matthias.bgg@gmail.com \
    --cc=dawei.chien@mediatek.com \
    --cc=eddie.huang@mediatek.com \
    --cc=edubezval@gmail.com \
    --cc=fan.chen@mediatek.com \
    --cc=hanyi.wu@mediatek.com \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=louis.yu@mediatek.com \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=rui.zhang@intel.com \
    --cc=s.hauer@pengutronix.de \
    --cc=srv_heupstream@mediatek.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).