mbox series

[GIT,PULL] thermal fixes for v5.8-rc4

Message ID 55cb7814-8305-23bd-873c-5a82104b1248@linaro.org (mailing list archive)
State Mainlined, archived
Headers show
Series [GIT,PULL] thermal fixes for v5.8-rc4 | expand

Pull-request

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

Message

Daniel Lezcano June 29, 2020, 10:31 a.m. UTC
The following changes since commit 9ebcfadb0610322ac537dd7aa5d9cbc2b2894c68:

  Linux 5.8-rc3 (2020-06-28 15:00:24 -0700)

are available in the Git repository at:


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

for you to fetch changes up to 5f8f06425a0dcdad7bedbb77e67f5c65ab4dacfc:

  thermal/drivers/rcar_gen3: Fix undefined temperature if negative
(2020-06-29 12:15:34 +0200)

----------------------------------------------------------------
- Fix undefined temperature if negative on the rcar_gen3 (Dien Pham)

- Fix wrong frequency converted from power for the cpufreq cooling
  device (Finley Xiao)

- Fix compilation warnings by making functions static in the tsens
  driver (Amit Kucheria)

- Fix return value of sprd_thm_probe for the Spreadtrum driver
  (Tiezhu Yang)

- Fix bank number settings on the Mediatek mt8183 (Michael Kao)

- Fix missing of_node_put() at probe time i.MX (Anson Huang)

----------------------------------------------------------------
Amit Kucheria (1):
      thermal/drivers/tsens: Fix compilation warnings by making
functions static

Anson Huang (1):
      thermal/drivers: imx: Fix missing of_node_put() at probe time

Dien Pham (1):
      thermal/drivers/rcar_gen3: Fix undefined temperature if negative

Finley Xiao (1):
      thermal/drivers/cpufreq_cooling: Fix wrong frequency converted
from power

Michael Kao (1):
      thermal/drivers/mediatek: Fix bank number settings on mt8183

Tiezhu Yang (1):
      thermal/drivers/sprd: Fix return value of sprd_thm_probe()

 drivers/thermal/cpufreq_cooling.c   |  6 +++---
 drivers/thermal/imx_thermal.c       |  7 ++++---
 drivers/thermal/mtk_thermal.c       |  5 ++++-
 drivers/thermal/qcom/tsens.c        | 10 +++++-----
 drivers/thermal/rcar_gen3_thermal.c |  2 +-
 drivers/thermal/sprd_thermal.c      |  4 ++--
 6 files changed, 19 insertions(+), 15 deletions(-)

Comments

pr-tracker-bot@kernel.org June 29, 2020, 9 p.m. UTC | #1
The pull request you sent on Mon, 29 Jun 2020 12:31:32 +0200:

> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git tags/thermal-v5.8-rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/be88fef34f784a8d612366e7ebb149785de7f928

Thank you!