linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [v7,0/3] mt8183: Add Mediatek thermal driver and dtsi
@ 2021-03-16  7:01 Michael Kao
  2021-03-16  7:01 ` [v7,1/3] arm64: dts: mt8183: add thermal zone node Michael Kao
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Michael Kao @ 2021-03-16  7:01 UTC (permalink / raw)
  To: michael.kao, fan.chen, Zhang Rui, Daniel Lezcano, linux-pm,
	srv_heupstream
  Cc: Eduardo Valentin, Rob Herring, Mark Rutland, Matthias Brugger,
	hsinyi, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek

This patchset supports for MT8183 chip to mtk_thermal.c.
Add thermal zone of all the thermal sensor in SoC for
another get temperatrue. They don't need to thermal throttle.
And we bind coolers for thermal zone nodes of cpu_thermal.

Changes in v7:  
    - Fix build error in v6. 

Changes in v6:
    - Rebase to kernel-5.11-rc1.
    - [1/3]
	- add interrupts property.
    - [2/3]
	- add the Tested-by in the commit message.
    - [3/3]
	- use the mt->conf->msr[id] instead of conf->msr[id] in the
	  _get_sensor_temp and mtk_thermal_bank_temperature.
	- remove the redundant space in _get_sensor_temp and
	  mtk_read_sensor_temp.
	- change kmalloc to dev_kmalloc in mtk_thermal_probe.

Changes in v5:
    - Rebase to kernel-5.9-rc1.
    - Revise the title of cover letter.
    - Drop "[v4,7/7] thermal: mediatek: use spinlock to protect PTPCORESEL"
    - [2/2]
        -  Add the judgement to the version of raw_to_mcelsius.

Changes in v4:
    - Rebase to kernel-5.6-rc1.
    - [1/7]
        - Squash thermal zone settings in the dtsi from [v3,5/8]
          arm64: dts: mt8183: Increase polling frequency for CPU thermal zone.
        - Remove the property of interrupts and mediatek,hw-reset-temp.
    - [2/7]
        - Correct commit message.
    - [4/7]
        - Change the target temperature to the 80C and change the commit message.
    - [6/7]
        - Adjust newline alignment.
        - Fix the judgement on the return value of registering thermal zone.

Changes in v3:
    - Rebase to kernel-5.5-rc1.
    - [1/8]
        - Update sustainable power of cpu, tzts1~5 and tztsABB.
    - [7/8]
        - Bypass the failure that non cpu_thermal sensor is not find in thermal-zones
          in dts, which is normal for mt8173, so prompt a warning here instead of
          failing.

        Return -EAGAIN instead of -EACCESS on the first read of sensor that
        often are bogus values. This can avoid following warning on boot:

          thermal thermal_zone6: failed to read out thermal zone (-13)

Changes in v2:
    - [1/8]
        - Add the sustainable-power,trips,cooling-maps to the tzts1~tztsABB.
    - [4/8]
        - Add the min opp of cpu throttle.

Matthias Kaehlcke (1):
  arm64: dts: mt8183: Configure CPU cooling

Michael Kao (2):
  thermal: mediatek: add another get_temp ops for thermal sensors
  arm64: dts: mt8183: add thermal zone node

 arch/arm64/boot/dts/mediatek/mt8183.dtsi | 141 +++++++++++++++++++++++
 drivers/thermal/mtk_thermal.c            | 100 ++++++++++++----
 2 files changed, 216 insertions(+), 25 deletions(-)

-- 
2.18.0
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-05-06  5:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-16  7:01 [v7,0/3] mt8183: Add Mediatek thermal driver and dtsi Michael Kao
2021-03-16  7:01 ` [v7,1/3] arm64: dts: mt8183: add thermal zone node Michael Kao
2021-03-22 11:20   ` Hsin-Yi Wang
2021-03-29 17:08     ` Matthias Brugger
2021-04-09  8:09   ` Daniel Lezcano
2021-03-16  7:01 ` [v7,2/3] arm64: dts: mt8183: Configure CPU cooling Michael Kao
2021-03-29 17:12   ` Matthias Brugger
2021-03-16  7:01 ` [v7, 3/3] thermal: mediatek: add another get_temp ops for thermal sensors Michael Kao
2021-04-07  8:49   ` Michael Kao
2021-04-09  8:16   ` Daniel Lezcano
2021-04-29  2:39     ` [v7,3/3] " Michael Kao
2021-05-06  5:14     ` Michael Kao

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).