All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Nayak, Rajendra" <rnayak@codeaurora.org>
To: Eduardo Valentin <edubezval@gmail.com>
Cc: andy.gross@linaro.org, rui.zhang@intel.com,
	linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, sboyd@codeaurora.org,
	nrajan@codeaurora.org, lina.iyer@linaro.org,
	punit.agrawal@arm.com
Subject: Re: [PATCH v6 00/11] qcom: Add support for TSENS driver
Date: Mon, 4 Jul 2016 13:34:06 +0530	[thread overview]
Message-ID: <577A1876.4000005@codeaurora.org> (raw)
In-Reply-To: <20160702012301.GB9035@localhost.localdomain>


On 7/2/2016 6:53 AM, Eduardo Valentin wrote:
> On Fri, Jul 01, 2016 at 01:52:25PM -0700, Eduardo Valentin wrote:
>> On Thu, Jun 30, 2016 at 09:55:04AM +0530, Rajendra Nayak wrote:
>>> Rui,
>>>
>>> On 06/17/2016 11:29 AM, Nayak, Rajendra wrote:
>>>> Hey Eduardo,
>>>>
>>>> On 6/10/2016 11:32 AM, Rajendra Nayak wrote:
>>>>> Eduardo,
>>>>>
>>>>> On 05/05/2016 02:21 PM, Rajendra Nayak wrote:
>>>>>> Current set of patches apply on 4.6-rc6. Fixes for the nvmem apis
>>>>>> are now posted [1] and queued in -next [2]
>>>>>> Patches [1-6] will need to be merged via thermal tree/Eduardo.
>>>>>
>>>>> Any plans to pull these in for 4.8?
>>>>
>>>> These patches have been on the list for quite a while, and they
>>>> do not have any outstanding dependencies or comments to be
>>>> addressed. I would really hope to see these in for 4.8.
>>>> Let me know if there is something you want me to address before
>>>> you pull them in.
>>>
>>> Would you be able to pull this driver in? I haven't heard back
>>> anything from Eduardo despite multiple pings.
>>> These patches (v6) have been on the list for a couple months now,
>>> which address all issues/concerns that were raised by Eduardo
>>> in his previous reviews.
>>
>> Apologize for the late answer. I will take care of queueing them.
>
> Applied patches 1-6. The DT patches lack the cooling map, on all of
> them. In case you do not have a working cooling device in your
> platform, at least add an empty map with a TODO flag.

Thanks Eduardo. I will add empty maps in cases where
CPUfreq support is still missing.

>
> After you fix the DT patch, you may add my
>
> Acked-by: Eduardo Valentin <edubezval@gmail.com>
>
> on them.
>
>>
>> BR,
>>

WARNING: multiple messages have this Message-ID (diff)
From: rnayak@codeaurora.org (Nayak, Rajendra)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 00/11] qcom: Add support for TSENS driver
Date: Mon, 4 Jul 2016 13:34:06 +0530	[thread overview]
Message-ID: <577A1876.4000005@codeaurora.org> (raw)
In-Reply-To: <20160702012301.GB9035@localhost.localdomain>


On 7/2/2016 6:53 AM, Eduardo Valentin wrote:
> On Fri, Jul 01, 2016 at 01:52:25PM -0700, Eduardo Valentin wrote:
>> On Thu, Jun 30, 2016 at 09:55:04AM +0530, Rajendra Nayak wrote:
>>> Rui,
>>>
>>> On 06/17/2016 11:29 AM, Nayak, Rajendra wrote:
>>>> Hey Eduardo,
>>>>
>>>> On 6/10/2016 11:32 AM, Rajendra Nayak wrote:
>>>>> Eduardo,
>>>>>
>>>>> On 05/05/2016 02:21 PM, Rajendra Nayak wrote:
>>>>>> Current set of patches apply on 4.6-rc6. Fixes for the nvmem apis
>>>>>> are now posted [1] and queued in -next [2]
>>>>>> Patches [1-6] will need to be merged via thermal tree/Eduardo.
>>>>>
>>>>> Any plans to pull these in for 4.8?
>>>>
>>>> These patches have been on the list for quite a while, and they
>>>> do not have any outstanding dependencies or comments to be
>>>> addressed. I would really hope to see these in for 4.8.
>>>> Let me know if there is something you want me to address before
>>>> you pull them in.
>>>
>>> Would you be able to pull this driver in? I haven't heard back
>>> anything from Eduardo despite multiple pings.
>>> These patches (v6) have been on the list for a couple months now,
>>> which address all issues/concerns that were raised by Eduardo
>>> in his previous reviews.
>>
>> Apologize for the late answer. I will take care of queueing them.
>
> Applied patches 1-6. The DT patches lack the cooling map, on all of
> them. In case you do not have a working cooling device in your
> platform, at least add an empty map with a TODO flag.

Thanks Eduardo. I will add empty maps in cases where
CPUfreq support is still missing.

>
> After you fix the DT patch, you may add my
>
> Acked-by: Eduardo Valentin <edubezval@gmail.com>
>
> on them.
>
>>
>> BR,
>>

  reply	other threads:[~2016-07-04  8:04 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-05  8:51 [PATCH v6 00/11] qcom: Add support for TSENS driver Rajendra Nayak
2016-05-05  8:51 ` Rajendra Nayak
2016-05-05  8:51 ` [PATCH v6 01/11] thermal: qcom: tsens: Add a skeletal TSENS drivers Rajendra Nayak
2016-05-05  8:51   ` Rajendra Nayak
2016-05-05  8:51 ` [PATCH v6 02/11] thermal: qcom: tsens-8916: Add support for 8916 family of SoCs Rajendra Nayak
2016-05-05  8:51   ` Rajendra Nayak
2016-05-05  8:51 ` [PATCH v6 03/11] thermal: qcom: tsens-8974: Add support for 8974 " Rajendra Nayak
2016-05-05  8:51   ` Rajendra Nayak
2016-05-05  8:51 ` [PATCH v6 04/11] thermal: core: export apis to get slope and offset Rajendra Nayak
2016-05-05  8:51   ` Rajendra Nayak
2016-05-05  8:51 ` [PATCH v6 05/11] thermal: qcom: tsens-8960: Add support for 8960 family of SoCs Rajendra Nayak
2016-05-05  8:51   ` Rajendra Nayak
2016-05-05  8:51 ` [PATCH v6 06/11] thermal: qcom: tsens-8996: Add support for 8996 " Rajendra Nayak
2016-05-05  8:51   ` Rajendra Nayak
2016-05-05  8:51 ` [PATCH v6 07/11] arm: dts: msm8974: Add thermal zones, tsens and qfprom nodes Rajendra Nayak
2016-05-05  8:51   ` Rajendra Nayak
2016-07-02  1:19   ` Eduardo Valentin
2016-07-02  1:19     ` Eduardo Valentin
2016-05-05  8:51 ` [PATCH v6 08/11] arm: dts: apq8064: " Rajendra Nayak
2016-05-05  8:51   ` Rajendra Nayak
2016-05-05  8:51 ` [PATCH v6 09/11] arm: dts: apq8084: " Rajendra Nayak
2016-05-05  8:51   ` Rajendra Nayak
2016-05-05  8:51 ` [PATCH v6 10/11] arm64: dts: msm8916: " Rajendra Nayak
2016-05-05  8:51   ` Rajendra Nayak
2016-05-05  8:51 ` [PATCH v6 11/11] arm64: dts: msm8996: " Rajendra Nayak
2016-05-05  8:51   ` Rajendra Nayak
2016-06-10  6:02 ` [PATCH v6 00/11] qcom: Add support for TSENS driver Rajendra Nayak
2016-06-10  6:02   ` Rajendra Nayak
2016-06-17  5:59   ` Nayak, Rajendra
2016-06-17  5:59     ` Nayak, Rajendra
2016-06-30  4:25     ` Rajendra Nayak
2016-06-30  4:25       ` Rajendra Nayak
2016-07-01 20:52       ` Eduardo Valentin
2016-07-01 20:52         ` Eduardo Valentin
2016-07-02  1:23         ` Eduardo Valentin
2016-07-02  1:23           ` Eduardo Valentin
2016-07-04  8:04           ` Nayak, Rajendra [this message]
2016-07-04  8:04             ` Nayak, Rajendra
2016-07-28  8:33       ` Zhang Rui
2016-07-28  8:33         ` Zhang Rui
2016-07-28  8:55         ` Zhang Rui
2016-07-28  8:55           ` Zhang Rui
2016-08-09  3:51           ` Rajendra Nayak
2016-08-09  3:51             ` Rajendra Nayak

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=577A1876.4000005@codeaurora.org \
    --to=rnayak@codeaurora.org \
    --cc=andy.gross@linaro.org \
    --cc=edubezval@gmail.com \
    --cc=lina.iyer@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=nrajan@codeaurora.org \
    --cc=punit.agrawal@arm.com \
    --cc=rui.zhang@intel.com \
    --cc=sboyd@codeaurora.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.