Linux Power Management development
 help / color / mirror / Atom feed
From: Tero Kristo <t-kristo@ti.com>
To: "J, KEERTHY" <j-keerthy@ti.com>,
	Daniel Lezcano <daniel.lezcano@linaro.org>, <rui.zhang@intel.com>,
	<robh+dt@kernel.org>
Cc: <amit.kucheria@verdurent.com>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-pm@vger.kernel.org>, <mark.rutland@arm.com>
Subject: Re: [PATCH v6 0/4] thermal: k3: Add support for bandgap sensors
Date: Thu, 9 Apr 2020 17:37:05 +0300	[thread overview]
Message-ID: <e7dd6470-5992-8d22-5d0c-7532a47a400c@ti.com> (raw)
In-Reply-To: <0817f9ee-c72f-3e9f-00cf-e8ddaf608020@ti.com>

On 09/04/2020 17:07, J, KEERTHY wrote:
> 
> 
> On 4/9/2020 7:19 PM, Daniel Lezcano wrote:
>>
>> Hi Keerthy,
>>
>> On 07/04/2020 07:51, Keerthy wrote:
>>> Add VTM thermal support. In the Voltage Thermal
>>> Management Module(VTM), K3 AM654 supplies a voltage
>>> reference and a temperature sensor feature that are gathered in the band
>>> gap voltage and temperature sensor (VBGAPTS) module. The band
>>> gap provides current and voltage reference for its internal
>>> circuits and other analog IP blocks. The analog-to-digital
>>> converter (ADC) produces an output value that is proportional
>>> to the silicon temperature.
>>>
>>> Add support for bandgap sensors. Currently reading temperatures
>>> is supported.
>>
>> How do you want to proceed? Shall I take patches 1 & 2 ?
> 
> +Tero
> 
> Hi Tero,
> 
> Can you pull 3 & 4? Or Daniel can take all 4?

Let me pull the DT patches, that way we avoid any conflicts in the 
arm64/dts tree. There has been quite a bit of traffic on that front 
lately and we did mess up something with the current merge window already.

I believe you are picking the driver side changes to 5.8?

-Tero

> 
> - Keerthy
> 
>>
>>
>>> Changes in v6:
>>>
>>>    * Removed bunch of unused #defines and couple of redundant variables.
>>>    * Reordered patches a bit.
>>>    * Minor reordering in dt binding patch.
>>>
>>> Changes in v5:
>>>
>>>    * Removed thermal work function which was unused.
>>>    * Removed unused preve_tenmp and a couple more struct variables.
>>>    * Removed couple of redundant header function include.
>>>
>>> Changes in v4:
>>>
>>>    * Fixed comments from Daniel to remove trend function.
>>>    * Mostly cleaned up all the unused variables.
>>>    * Driver from bool to tristate.
>>>
>>> Changes in v3:
>>>
>>>    * Fixed errors seen with:
>>>      dt_binding_check 
>>> DT_SCHEMA_FILES=Documentation/devicetree/bindings/thermal/ti,am654-thermal.yaml 
>>>
>>>
>>> Changes in v2:
>>>
>>>    * Fixed yaml errors
>>>    * renamed am654-industrial-thermal.dtsi to 
>>> k3-am654-industrial-thermal.dtsi
>>>      to follow the convention for k3 family.
>>>
>>> Keerthy (4):
>>>    dt-bindings: thermal: k3: Add VTM bindings documentation
>>>    thermal: k3: Add support for bandgap sensors
>>>    arm64: dts: ti: am65-wakeup: Add VTM node
>>>    arm64: dts: ti: am654: Add thermal zones
>>>
>>>   .../bindings/thermal/ti,am654-thermal.yaml    |  56 ++++
>>>   arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi    |  11 +
>>>   .../dts/ti/k3-am654-industrial-thermal.dtsi   |  45 +++
>>>   drivers/thermal/Kconfig                       |  10 +
>>>   drivers/thermal/Makefile                      |   1 +
>>>   drivers/thermal/k3_bandgap.c                  | 264 ++++++++++++++++++
>>>   6 files changed, 387 insertions(+)
>>>   create mode 100644 
>>> Documentation/devicetree/bindings/thermal/ti,am654-thermal.yaml
>>>   create mode 100644 
>>> arch/arm64/boot/dts/ti/k3-am654-industrial-thermal.dtsi
>>>   create mode 100644 drivers/thermal/k3_bandgap.c
>>>
>>
>>

--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

  reply	other threads:[~2020-04-09 14:37 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-07  5:51 [PATCH v6 0/4] thermal: k3: Add support for bandgap sensors Keerthy
2020-04-07  5:51 ` [PATCH v6 1/4] dt-bindings: thermal: k3: Add VTM bindings documentation Keerthy
2020-04-08  7:30   ` Amit Kucheria
2020-04-07  5:51 ` [PATCH v6 2/4] thermal: k3: Add support for bandgap sensors Keerthy
2020-04-08  7:30   ` Amit Kucheria
2020-04-07  5:51 ` [PATCH v6 3/4] arm64: dts: ti: am65-wakeup: Add VTM node Keerthy
2020-04-08  7:30   ` Amit Kucheria
2020-04-07  5:51 ` [PATCH v6 4/4] arm64: dts: ti: am654: Add thermal zones Keerthy
2020-04-08  7:30   ` Amit Kucheria
2020-04-09 13:49 ` [PATCH v6 0/4] thermal: k3: Add support for bandgap sensors Daniel Lezcano
2020-04-09 14:07   ` J, KEERTHY
2020-04-09 14:37     ` Tero Kristo [this message]
2020-04-09 14:47       ` Daniel Lezcano
2020-04-27 10:21         ` Tero Kristo

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=e7dd6470-5992-8d22-5d0c-7532a47a400c@ti.com \
    --to=t-kristo@ti.com \
    --cc=amit.kucheria@verdurent.com \
    --cc=daniel.lezcano@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=j-keerthy@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=rui.zhang@intel.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