All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] thermal changes for v5.18-rc1
@ 2022-03-08 20:38 Daniel Lezcano
  2022-03-09 14:23 ` Rafael J. Wysocki
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Lezcano @ 2022-03-08 20:38 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux Kernel Mailing List, Linux PM mailing list,
	Dmitry Baryshkov, Florian Fainelli, Krzysztof Kozlowski,
	Luca Weiss, Mikko Perttunen, Romain Naour, Bjorn Andersson,
	YueHaibing


Hi Rafael,

please consider pulling,

The following changes since commit 5838a14832d447990827d85e90afe17e6fb9c175:

   thermal: core: Fix TZ_GET_TRIP NULL pointer dereference (2022-03-01 
16:11:38 +0100)

are available in the Git repository at:

   https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git 
tags/thermal-v5.18-rc1

for you to fetch changes up to a7da8a0955cbe81433afecad229d2a2ba60c3f0a:

   MAINTAINERS: thermal: samsung: update Krzysztof Kozlowski's email 
(2022-03-08 21:26:09 +0100)

Thanks
   -- Daniel

----------------------------------------------------------------
- Convert the DT bindings to yaml format for the Exynos platform
   and fix the MAINTAINERS file regarding this driver (Krzysztof
   Kozlowski)

- Register the thermal zones as HWmon sensors for the QCom's
   Tsens driver (Dmitry Baryshkov)

- Add the sm8150 platform support to LMh (Thara Gopinath)

- Add the msm8953 compatible documentation in the bindings (Luca
   Weiss)

- Register the thermal zones as HWmon sensors for the TI thermal
   platforms (Romain Naour)

- Check the command result from the IPC command to the
   BPMP in the Tegra driver (Mikko Perttunen)

- Silent the error for normal configuration where the interrupt
   is optionnal on the Broadcom thermal driver (Florian Fainelli)

- Remove a remaining dead code from the TI thermal driver (Yue
   Haibing)

- Update the email in MAINTAINERS file for the Exynos thermal
   driver (Krzysztof Kozlowski)

----------------------------------------------------------------
Dmitry Baryshkov (1):
       thermal/drivers/tsens: register thermal zones as hwmon sensors

Florian Fainelli (1):
       thermal/drivers/brcmstb_thermal: Interrupt is optional

Krzysztof Kozlowski (3):
       dt-bindings: thermal: samsung: Convert to dtschema
       MAINTAINERS: thermal: samsung: Drop obsolete properties
       MAINTAINERS: thermal: samsung: update Krzysztof Kozlowski's email

Luca Weiss (1):
       dt-bindings: thermal: tsens: Add msm8953 compatible

Mikko Perttunen (1):
       thermal: tegra-bpmp: Handle errors in BPMP response

Romain Naour (1):
       drivers/thermal/ti-soc-thermal: Add hwmon support

Thara Gopinath (2):
       thermal/drivers/qcom/lmh: Add support for sm8150
       dt-bindings: thermal: Add sm8150 compatible string for LMh

YueHaibing (1):
       thermal/drivers/ti-soc-thermal: Remove unused function 
ti_thermal_get_temp()

  .../devicetree/bindings/thermal/exynos-thermal.txt | 106 ------------
  .../devicetree/bindings/thermal/qcom-lmh.yaml      |   1 +
  .../devicetree/bindings/thermal/qcom-tsens.yaml    |   1 +
  .../bindings/thermal/samsung,exynos-thermal.yaml   | 184 
+++++++++++++++++++++
  MAINTAINERS                                        |   7 +-
  drivers/thermal/broadcom/brcmstb_thermal.c         |   2 +-
  drivers/thermal/qcom/lmh.c                         |  62 ++++---
  drivers/thermal/qcom/tsens.c                       |   5 +
  drivers/thermal/tegra/tegra-bpmp-thermal.c         |  13 +-
  drivers/thermal/ti-soc-thermal/ti-thermal-common.c |  12 +-
  10 files changed, 247 insertions(+), 146 deletions(-)
  delete mode 100644 
Documentation/devicetree/bindings/thermal/exynos-thermal.txt
  create mode 100644 
Documentation/devicetree/bindings/thermal/samsung,exynos-thermal.yaml



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

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

* Re: [GIT PULL] thermal changes for v5.18-rc1
  2022-03-08 20:38 [GIT PULL] thermal changes for v5.18-rc1 Daniel Lezcano
@ 2022-03-09 14:23 ` Rafael J. Wysocki
  0 siblings, 0 replies; 3+ messages in thread
From: Rafael J. Wysocki @ 2022-03-09 14:23 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Rafael J. Wysocki, Linux Kernel Mailing List,
	Linux PM mailing list, Dmitry Baryshkov, Florian Fainelli,
	Krzysztof Kozlowski, Luca Weiss, Mikko Perttunen, Romain Naour,
	Bjorn Andersson, YueHaibing

On Tue, Mar 8, 2022 at 9:38 PM Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
>
>
> Hi Rafael,
>
> please consider pulling,
>
> The following changes since commit 5838a14832d447990827d85e90afe17e6fb9c175:
>
>    thermal: core: Fix TZ_GET_TRIP NULL pointer dereference (2022-03-01
> 16:11:38 +0100)
>
> are available in the Git repository at:
>
>    https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git
> tags/thermal-v5.18-rc1
>
> for you to fetch changes up to a7da8a0955cbe81433afecad229d2a2ba60c3f0a:
>
>    MAINTAINERS: thermal: samsung: update Krzysztof Kozlowski's email
> (2022-03-08 21:26:09 +0100)
>
> Thanks
>    -- Daniel
>
> ----------------------------------------------------------------
> - Convert the DT bindings to yaml format for the Exynos platform
>    and fix the MAINTAINERS file regarding this driver (Krzysztof
>    Kozlowski)
>
> - Register the thermal zones as HWmon sensors for the QCom's
>    Tsens driver (Dmitry Baryshkov)
>
> - Add the sm8150 platform support to LMh (Thara Gopinath)
>
> - Add the msm8953 compatible documentation in the bindings (Luca
>    Weiss)
>
> - Register the thermal zones as HWmon sensors for the TI thermal
>    platforms (Romain Naour)
>
> - Check the command result from the IPC command to the
>    BPMP in the Tegra driver (Mikko Perttunen)
>
> - Silent the error for normal configuration where the interrupt
>    is optionnal on the Broadcom thermal driver (Florian Fainelli)
>
> - Remove a remaining dead code from the TI thermal driver (Yue
>    Haibing)
>
> - Update the email in MAINTAINERS file for the Exynos thermal
>    driver (Krzysztof Kozlowski)
>
> ----------------------------------------------------------------
> Dmitry Baryshkov (1):
>        thermal/drivers/tsens: register thermal zones as hwmon sensors
>
> Florian Fainelli (1):
>        thermal/drivers/brcmstb_thermal: Interrupt is optional
>
> Krzysztof Kozlowski (3):
>        dt-bindings: thermal: samsung: Convert to dtschema
>        MAINTAINERS: thermal: samsung: Drop obsolete properties
>        MAINTAINERS: thermal: samsung: update Krzysztof Kozlowski's email
>
> Luca Weiss (1):
>        dt-bindings: thermal: tsens: Add msm8953 compatible
>
> Mikko Perttunen (1):
>        thermal: tegra-bpmp: Handle errors in BPMP response
>
> Romain Naour (1):
>        drivers/thermal/ti-soc-thermal: Add hwmon support
>
> Thara Gopinath (2):
>        thermal/drivers/qcom/lmh: Add support for sm8150
>        dt-bindings: thermal: Add sm8150 compatible string for LMh
>
> YueHaibing (1):
>        thermal/drivers/ti-soc-thermal: Remove unused function
> ti_thermal_get_temp()
>
>   .../devicetree/bindings/thermal/exynos-thermal.txt | 106 ------------
>   .../devicetree/bindings/thermal/qcom-lmh.yaml      |   1 +
>   .../devicetree/bindings/thermal/qcom-tsens.yaml    |   1 +
>   .../bindings/thermal/samsung,exynos-thermal.yaml   | 184
> +++++++++++++++++++++
>   MAINTAINERS                                        |   7 +-
>   drivers/thermal/broadcom/brcmstb_thermal.c         |   2 +-
>   drivers/thermal/qcom/lmh.c                         |  62 ++++---
>   drivers/thermal/qcom/tsens.c                       |   5 +
>   drivers/thermal/tegra/tegra-bpmp-thermal.c         |  13 +-
>   drivers/thermal/ti-soc-thermal/ti-thermal-common.c |  12 +-
>   10 files changed, 247 insertions(+), 146 deletions(-)
>   delete mode 100644
> Documentation/devicetree/bindings/thermal/exynos-thermal.txt
>   create mode 100644
> Documentation/devicetree/bindings/thermal/samsung,exynos-thermal.yaml

Now pulled and pushed out, thanks!

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

* [GIT PULL] thermal changes for v5.18-rc1
@ 2022-03-08 18:11 Daniel Lezcano
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Lezcano @ 2022-03-08 18:11 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux Kernel Mailing List, Linux PM mailing list,
	Dmitry Baryshkov, Florian Fainelli, Krzysztof Kozlowski,
	Luca Weiss, Mikko Perttunen, Romain Naour, Bjorn Andersson,
	YueHaibing


Hi Rafael,

please consider pulling,


The following changes since commit 8a43cf06864363f43917b046ab689fab61fd44f2:

   Merge branch 'thermal-hfi' into linux-next (2022-03-08 15:49:29 +0100)

are available in the Git repository at:

   https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git 
tags/thermal-v5.18-rc1

for you to fetch changes up to c0013ecc2f1da00ac1683259aa02a8f696fecd6f:

   MAINTAINERS: thermal: samsung: update Krzysztof Kozlowski's email 
(2022-03-08 15:57:04 +0100)


Thanks
   -- Daniel

----------------------------------------------------------------
- Convert the DT bindings to yaml format for the Exynos platform
   and fix the MAINTAINERS file regarding this driver (Krzysztof
   Kozlowski)

- Register the thermal zones as HWmon sensors for the QCom's
   Tsens driver (Dmitry Baryshkov)

- Add the sm8150 platform support to LMh (Thara Gopinath)

- Add the msm8953 compatible documentation in the bindings (Luca
   Weiss)

- Register the thermal zones as HWmon sensors for the TI thermal
   platforms (Romain Naour)

- Check the command result from the IPC command to the
   BPMP in the Tegra driver (Mikko Perttunen)

- Silent the error for normal configuration where the interrupt
   is optionnal on the Broadcom thermal driver (Florian Fainelli)

- Remove a remaining dead code from the TI thermal driver (Yue
   Haibing)

- Update the email in MAINTAINERS file for the Exynos thermal
   driver (Krzysztof Kozlowski)

----------------------------------------------------------------
Dmitry Baryshkov (1):
       thermal/drivers/tsens: register thermal zones as hwmon sensors

Florian Fainelli (1):
       thermal/drivers/brcmstb_thermal: Interrupt is optional

Krzysztof Kozlowski (3):
       dt-bindings: thermal: samsung: Convert to dtschema
       MAINTAINERS: thermal: samsung: Drop obsolete properties
       MAINTAINERS: thermal: samsung: update Krzysztof Kozlowski's email

Luca Weiss (1):
       dt-bindings: thermal: tsens: Add msm8953 compatible

Mikko Perttunen (1):
       thermal: tegra-bpmp: Handle errors in BPMP response

Romain Naour (1):
       drivers/thermal/ti-soc-thermal: Add hwmon support

Thara Gopinath (2):
       thermal/drivers/qcom/lmh: Add support for sm8150
       dt-bindings: thermal: Add sm8150 compatible string for LMh

YueHaibing (1):
       thermal/drivers/ti-soc-thermal: Remove unused function 
ti_thermal_get_temp()

  .../devicetree/bindings/thermal/exynos-thermal.txt | 106 ------------
  .../devicetree/bindings/thermal/qcom-lmh.yaml      |   1 +
  .../devicetree/bindings/thermal/qcom-tsens.yaml    |   1 +
  .../bindings/thermal/samsung,exynos-thermal.yaml   | 184 
+++++++++++++++++++++
  MAINTAINERS                                        |   7 +-
  drivers/thermal/broadcom/brcmstb_thermal.c         |   2 +-
  drivers/thermal/qcom/lmh.c                         |  62 ++++---
  drivers/thermal/qcom/tsens.c                       |   5 +
  drivers/thermal/tegra/tegra-bpmp-thermal.c         |  13 +-
  drivers/thermal/ti-soc-thermal/ti-thermal-common.c |  12 +-
  10 files changed, 247 insertions(+), 146 deletions(-)
  delete mode 100644 
Documentation/devicetree/bindings/thermal/exynos-thermal.txt
  create mode 100644 
Documentation/devicetree/bindings/thermal/samsung,exynos-thermal.yaml


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

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

end of thread, other threads:[~2022-03-09 14:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-08 20:38 [GIT PULL] thermal changes for v5.18-rc1 Daniel Lezcano
2022-03-09 14:23 ` Rafael J. Wysocki
  -- strict thread matches above, loose matches on Subject: below --
2022-03-08 18:11 Daniel Lezcano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.