linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Daniel Lezcano <daniel.lezcano@linaro.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "Zhang Rui" <rui.zhang@intel.com>,
	"Linux PM mailing list" <linux-pm@vger.kernel.org>,
	"Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>,
	"Chunyan Zhang" <zhang.chunyan@linaro.org>,
	"Srinivas Pandruvada" <srinivas.pandruvada@linux.intel.com>,
	"Rajeshwari Ravindra Kamble" <rkambl@codeaurora.org>,
	"Yang Yingliang" <yangyingliang@huawei.com>,
	"Niklas Söderlund" <niklas.soderlund+renesas@ragnatech.se>,
	"Krzysztof Kozlowski" <krzk@kernel.org>,
	"Dmitry Osipenko" <digetx@gmail.com>,
	"Ezequiel Garcia" <ezequiel@collabora.com>,
	"Bjorn Andersson" <bjorn.andersson@linaro.org>,
	"Andy Shevchenko" <andriy.shevchenko@linux.intel.com>,
	"Yangtao Li" <tiny.windzz@gmail.com>,
	"Finley Xiao" <finley.xiao@rock-chips.com>
Subject: [GIT PULL] thermal for v5.14-rc1
Date: Sat, 3 Jul 2021 18:17:37 +0200	[thread overview]
Message-ID: <7a9ac752-2c1a-b05f-c5bd-9049c0bdd54e@linaro.org> (raw)

The following changes since commit 614124bea77e452aa6df7a8714e8bc820b489922:

  Linux 5.13-rc5 (2021-06-06 15:47:27 -0700)

are available in the Git repository at:


ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git
tags/thermal-v5.14-rc1

for you to fetch changes up to 1264017b3ab6d903760673a8515180af6e7a7f28:

  thermal/drivers/int340x/processor_thermal: Fix tcc setting (2021-06-29
08:15:53 +0200)

----------------------------------------------------------------
- Add rk3568 sensor support (Finley Xiao)

- Add missing MODULE_DEVICE_TABLE for the Spreadtrum sensor (Chunyan
  Zhang)

- Export additionnal attributes for the int340x thermal processor
  (Srinivas Pandruvada)

- Add SC7280 compatible for the tsens driver (Rajeshwari Ravindra
  Kamble)

- Fix kernel documentation for thermal_zone_device_unregister()	and
  use devm_platform_get_and_ioremap_resource() (Yang Yingliang)

- Fix coefficient calculations for the rcar_gen3 sensor driver (Niklas
  Söderlund)

- Fix shadowing variable rcar_gen3_ths_tj_1 (Geert Uytterhoeven)

- Add missing of_node_put() for the iMX and Spreadtrum sensors
  (Krzysztof Kozlowski)

- Correct compile-testing of tegra drivers, add tegra3 DT bindings and
  new thermal sensor for tegra3 (Dmitry Osipenko)

- Stop the thermal zone monitoring when unregistering it to prevent a
  temperature update without the 'get_temp' callback (Dmitry Osipenko)

- Add rk3568 DT bindings, convert bindings to yaml schemas and add the
  corresponding compatible in the Rockchip sensor (Ezequiel Garcia)

- Add the sc8180x compatible for the Qualcomm tsensor (Bjorn Andersson)

- Use the find_first_zero_bit()	function instead of custom code (Andy
  Shevchenko)

- Fix the kernel doc for the device cooling device (Yang Li)

- Reorg the processor thermal int340x to set the scene for the PCI
  mmio driver (Srinivas Pandruvada)

- Add PCI MMIO driver for the int340x processor thermal driver
  (Srinivas Pandruvada)

- Add hwmon sensors for the mediatek sensor (Frank Wunderlich)

- Fix warning for return value reported by Smatch for the int340x
  thermal processor (Srinivas Pandruvada)

- Fix wrong register access and decoding for the int340x thermal
  processor (Srinivas Pandruvada)

----------------------------------------------------------------
Andy Shevchenko (1):
      thermal/drivers/intel/intel_soc_dts_iosf: Switch to use
find_first_zero_bit()

Bjorn Andersson (1):
      dt-bindings: thermal: tsens: Add sc8180x compatible

Chunyan Zhang (1):
      thermal/drivers/sprd: Add missing MODULE_DEVICE_TABLE

Dmitry Osipenko (4):
      thermal/drivers/tegra: Correct compile-testing of drivers
      dt-bindings: thermal: Add binding for Tegra30 thermal sensor
      thermal/core/thermal_of: Stop zone device before unregistering it
      thermal/drivers/tegra: Add driver for Tegra30 thermal sensor

Ezequiel Garcia (2):
      dt-bindings: thermal: convert rockchip-thermal to json-schema
      dt-bindings: rockchip-thermal: Support the RK3568 SoC compatible

Finley Xiao (1):
      thermal/drivers/rockchip: Support RK3568 SoCs in the thermal driver

Frank Wunderlich (1):
      thermal/drivers/mediatek: Add sensors-support

Geert Uytterhoeven (1):
      thermal/drivers/rcar_gen3_thermal: Do not shadow rcar_gen3_ths_tj_1

Krzysztof Kozlowski (2):
      thermal/drivers/imx_sc: Add missing of_node_put for loop iteration
      thermal/drivers/sprd: Add missing of_node_put for loop iteration

Niklas Söderlund (1):
      thermal/drivers/rcar_gen3_thermal: Fix coefficient calculations

Rajeshwari Ravindra Kamble (1):
      dt-bindings: thermal: tsens: Add compatible string to TSENS
binding for SC7280

Srinivas Pandruvada (6):
      thermal/drivers/int340x: processor_thermal: Export mailbox interface
      thermal/drivers/int340x: processor_thermal: Export additional
attributes
      thermal/drivers/int340x/processor_thermal: Split enumeration and
processing part
      thermal/drivers/int340x/processor_thermal: Add PCI MMIO based
thermal driver
      thermal/drivers/int340x/processor_thermal: Fix warning for return
value
      thermal/drivers/int340x/processor_thermal: Fix tcc setting

Yang Li (1):
      thermal: devfreq_cooling: Fix kernel-doc

Yang Yingliang (2):
      thermal/core: Correct function name thermal_zone_device_unregister()
      thermal/drivers/st: Use devm_platform_get_and_ioremap_resource()

 .../bindings/thermal/nvidia,tegra30-tsensor.yaml   |  73 +++
 .../devicetree/bindings/thermal/qcom-tsens.yaml    |   2 +
 .../bindings/thermal/rockchip-thermal.txt          |  85 ---
 .../bindings/thermal/rockchip-thermal.yaml         |  96 +++
 drivers/thermal/devfreq_cooling.c                  |   2 +-
 drivers/thermal/imx_sc_thermal.c                   |   3 +
 drivers/thermal/intel/int340x_thermal/Makefile     |   3 +
 .../intel/int340x_thermal/int3401_thermal.c        |  82 +++
 .../int340x_thermal/processor_thermal_device.c     | 309 ++--------
 .../int340x_thermal/processor_thermal_device.h     |   9 +
 .../int340x_thermal/processor_thermal_device_pci.c | 373 ++++++++++++
 .../processor_thermal_device_pci_legacy.c          | 163 +++++
 .../intel/int340x_thermal/processor_thermal_mbox.c |  12 +-
 .../intel/int340x_thermal/processor_thermal_rfim.c |  55 ++
 drivers/thermal/intel/intel_soc_dts_iosf.c         |  15 +-
 drivers/thermal/mtk_thermal.c                      |   6 +
 drivers/thermal/rcar_gen3_thermal.c                |   7 +-
 drivers/thermal/rockchip_thermal.c                 | 121 ++++
 drivers/thermal/sprd_thermal.c                     |  16 +-
 drivers/thermal/st/st_thermal_memmap.c             |  13 +-
 drivers/thermal/tegra/Kconfig                      |   9 +-
 drivers/thermal/tegra/Makefile                     |   1 +
 drivers/thermal/tegra/tegra30-tsensor.c            | 673
+++++++++++++++++++++
 drivers/thermal/thermal_core.c                     |   2 +-
 drivers/thermal/thermal_of.c                       |   3 +
 25 files changed, 1748 insertions(+), 385 deletions(-)
 create mode 100644
Documentation/devicetree/bindings/thermal/nvidia,tegra30-tsensor.yaml
 delete mode 100644
Documentation/devicetree/bindings/thermal/rockchip-thermal.txt
 create mode 100644
Documentation/devicetree/bindings/thermal/rockchip-thermal.yaml
 create mode 100644 drivers/thermal/intel/int340x_thermal/int3401_thermal.c
 create mode 100644
drivers/thermal/intel/int340x_thermal/processor_thermal_device_pci.c
 create mode 100644
drivers/thermal/intel/int340x_thermal/processor_thermal_device_pci_legacy.c
 create mode 100644 drivers/thermal/tegra/tegra30-tsensor.c

-- 
<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:[~2021-07-03 16:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-03 16:17 Daniel Lezcano [this message]
2021-07-03 19:34 ` [GIT PULL] thermal for v5.14-rc1 Linus Torvalds
2021-07-03 19:56   ` Dmitry Osipenko
2021-07-04  9:51     ` Daniel Lezcano
2021-07-04 12:04       ` Dmitry Osipenko
2021-07-04 13:19         ` Daniel Lezcano
2021-07-04 13:28           ` Dmitry Osipenko

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=7a9ac752-2c1a-b05f-c5bd-9049c0bdd54e@linaro.org \
    --to=daniel.lezcano@linaro.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=bjorn.andersson@linaro.org \
    --cc=digetx@gmail.com \
    --cc=ezequiel@collabora.com \
    --cc=finley.xiao@rock-chips.com \
    --cc=krzk@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=niklas.soderlund+renesas@ragnatech.se \
    --cc=rkambl@codeaurora.org \
    --cc=rui.zhang@intel.com \
    --cc=srinivas.pandruvada@linux.intel.com \
    --cc=tiny.windzz@gmail.com \
    --cc=torvalds@linux-foundation.org \
    --cc=yangyingliang@huawei.com \
    --cc=zhang.chunyan@linaro.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 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).