The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Daniel Lezcano <daniel.lezcano@linaro.org>
To: "Rafael J. Wysocki" <rafael@kernel.org>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Daniel Golle <daniel@makrotopia.org>,
	Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Randy Dunlap <rdunlap@infradead.org>,
	"Viorel Suman (OSS)" <viorel.suman@oss.nxp.com>,
	Yangtao Li <tiny.windzz@gmail.com>,
	ye.xingchen@zte.com.cn,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux PM mailing list <linux-pm@vger.kernel.org>
Subject: [GIT PULL] thermal changes for v6.3-rc1
Date: Thu, 26 Jan 2023 17:19:15 +0100	[thread overview]
Message-ID: <8317ac88-2ff5-9289-9123-0e222d2da905@linaro.org> (raw)

Hi Rafael,

please consider pulling:

The following changes since commit 3a151494dc04c76add577ae66e8a04f900638aaf:

   thermal/drivers/armada: Use strscpy() to instead of strncpy() 
(2023-01-06 14:14:48 +0100)

are available in the Git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git 
tags/thermal-v6.3-rc1

for you to fetch changes up to 8c5ee9155f8ae133070b40ee4be03cafb35c188d:

   thermal/drivers/armada: Use the thermal_zone_get_crit_temp() 
(2023-01-24 12:37:56 +0100)

----------------------------------------------------------------
- Fix kerneldoc format errors for Rockchip, Mediatek and Uniphier
   (Randy Dunlap)

- Add the missing 'qcom,adc-tm7' compatible string in the dt-bindings
   (Krzysztof Kozlowski)

- Improve the calibration routine by relying on the nvmem to read the
   values and provide a set of fixes for the QCom tsens driver (Dmitry
   Baryshkov)

- Remove the duplicate interrupt setting routine in the QCom tsens
   driver (Daniel Lezcano)

- Fix a wrong loop condition in the i.MX SC thermal driver and add the
   iMX8QM sensors (Viorel Suman)

- Fix header inclusion asm-generic.h by asm.h for the
   qcom-spmi-adc-tm5 driver (Andy Shevchenko)

- Use the devm_platform_get_and_ioremap_resource() combo function in
   all the drivers where the conversion applies (Ye Xingchen)

- Replace a literal mask by an existing corresponding macro (Yangtao
   Li)

- Add support for MT7986 and MT7981 (Daniel Golle)

- Use thermal_zone_get_crit_temp() for the Armada thermal driver
   (Daniel Lezcano)

----------------------------------------------------------------
Andy Shevchenko (1):
       thermal/drivers/qcom-spmi-adc-tm5: Use asm intead of asm-generic

Daniel Golle (2):
       thermal/drivers/mtk: Use function pointer for raw_to_mcelsius
       thermal/drivers/mtk: Add support for MT7986 and MT7981

Daniel Lezcano (2):
       thermal/drivers/qcom: Remove duplicate set next trip point 
interrupt code
       thermal/drivers/armada: Use the thermal_zone_get_crit_temp()

Dmitry Baryshkov (14):
       dt-bindings: thermal: tsens: add msm8956 compat
       dt-bindings: thermal: tsens: support per-sensor calibration cells
       dt-bindings: thermal: tsens: add per-sensor cells for msm8974
       thermal/drivers/tsens: Drop unnecessary hw_ids
       thermal/drivers/tsens: Drop msm8976-specific defines
       thermal/drivers/tsens: Sort out msm8976 vs msm8956 data
       thermal/drivers/tsens: fix slope values for msm8939
       thermal/drivers/tsens: limit num_sensors to 9 for msm8939
       thermal/drivers/tsens: Support using nvmem cells for calibration data
       thermal/drivers/tsens: Support using nvmem cells for msm8974 
calibration
       thermal/drivers/tsens: Rework legacy calibration data parsers
       thermal/drivers/tsens: Drop single-cell code for mdm9607
       thermal/drivers/tsens: Drop single-cell code for msm8939
       thermal/drivers/tsens: Drop single-cell code for msm8976/msm8956

Krzysztof Kozlowski (1):
       dt-bindings: thermal: qcom-spmi-adc-tm5: add qcom,adc-tm7

Rafael J. Wysocki (1):
       Merge tag 'generic-trip-point' of 
ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux

Randy Dunlap (3):
       thermal/drivers/mtk_thermal: Fix kernel-doc function name
       thermal/drivers/rockchip: Fix kernel-doc warnings
       thermal/drivers/uniphier: Use regular comment syntax

Viorel Suman (2):
       thermal/drivers/imx_sc_thermal: Fix the loop condition
       thermal/drivers/imx_sc_thermal: Add iMX8QM sensors

Yangtao Li (1):
       thermal/drivers/sun8i: Convert to use macro

ye xingchen (9):
       thermal/drivers/brcmstb_thermal: Use 
devm_platform_get_and_ioremap_resource()
       thermal/drivers/bcm2835: Use devm_platform_get_and_ioremap_resource()
       thermal/drivers/dove: Use devm_platform_get_and_ioremap_resource()
       thermal/drivers/armada: Use devm_platform_get_and_ioremap_resource()
       thermal/drivers/mtk_thermal: Use 
devm_platform_get_and_ioremap_resource()
       thermal/drivers/rockchip: Use 
devm_platform_get_and_ioremap_resource()
       thermal/drivers/thermal_mmio: Use 
devm_platform_get_and_ioremap_resource()
       thermal/drivers/kirkwood: Use 
devm_platform_get_and_ioremap_resource()
       thermal/drivers/spear: Use devm_platform_get_and_ioremap_resource()

  .../bindings/thermal/qcom-spmi-adc-tm5.yaml        |   1 +
  .../devicetree/bindings/thermal/qcom-tsens.yaml    | 153 ++++-
  drivers/thermal/armada_thermal.c                   |  42 +-
  drivers/thermal/broadcom/bcm2835_thermal.c         |   4 +-
  drivers/thermal/broadcom/brcmstb_thermal.c         |   4 +-
  drivers/thermal/dove_thermal.c                     |   7 +-
  drivers/thermal/imx_sc_thermal.c                   |   8 +-
  drivers/thermal/kirkwood_thermal.c                 |   4 +-
  drivers/thermal/mtk_thermal.c                      | 149 ++++-
  drivers/thermal/qcom/qcom-spmi-adc-tm5.c           |   3 +-
  drivers/thermal/qcom/tsens-v0_1.c                  | 655 
++++++---------------
  drivers/thermal/qcom/tsens-v1.c                    | 340 +++--------
  drivers/thermal/qcom/tsens.c                       | 219 +++++--
  drivers/thermal/qcom/tsens.h                       |  46 +-
  drivers/thermal/rockchip_thermal.c                 |  10 +-
  drivers/thermal/spear_thermal.c                    |   4 +-
  drivers/thermal/sun8i_thermal.c                    |   4 +-
  drivers/thermal/thermal_mmio.c                     |   4 +-
  drivers/thermal/uniphier_thermal.c                 |   2 +-
  19 files changed, 800 insertions(+), 859 deletions(-)

-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

             reply	other threads:[~2023-01-26 16:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-26 16:19 Daniel Lezcano [this message]
2023-01-26 16:26 ` [GIT PULL] thermal changes for v6.3-rc1 Rafael J. Wysocki

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=8317ac88-2ff5-9289-9123-0e222d2da905@linaro.org \
    --to=daniel.lezcano@linaro.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=daniel@makrotopia.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=rafael@kernel.org \
    --cc=rdunlap@infradead.org \
    --cc=tiny.windzz@gmail.com \
    --cc=viorel.suman@oss.nxp.com \
    --cc=ye.xingchen@zte.com.cn \
    /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