2023-04-16 09:52:42

by Daniel Lezcano

[permalink] [raw]
Subject: [GIT PULL] thermal for v6.4-rc1 #2


Hi Rafael,

please consider pulling the following changes, they are all from the
thermal/bleeding-edge which was then merged to thermal/linux-next

Thanks

-- Daniel

The following changes since commit 75f74a907164eaeb1bd5334b01504a84b2b63bf5:

Merge tag 'thermal-v6.4-rc1-1' of
ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux
(2023-04-03 20:43:32 +0200)

are available in the Git repository at:


ssh://[email protected]/pub/scm/linux/kernel/git/thermal/linux.git
tags/thermal-v6.4-rc1-2

for you to fetch changes up to 3d439b1a2ad36c8b4ea151c8de25309d60d17407:

thermal/core: Alloc-copy-free the thermal zone parameters structure
(2023-04-07 18:36:28 +0200)

----------------------------------------------------------------
- Do preparating cleaning and DT bindings for RK3588 support
(Sebastian Reichel)

- Add driver support for RK3588 (Finley Xiao)

- Use devm_reset_control_array_get_exclusive() for the Rockchip driver
(Ye Xingchen)

- Detect power gated thermal zones and return -EAGAIN when reading the
temperature (Mikko Perttunen)

- Remove thermal_bind_params structure as it is unused (Zhang Rui)

- Drop unneeded quotes in DT bindings allowing to run yamllint (Rob
Herring)

- Update the power allocator documentation according to the thermal
trace relocation (Lukas Bulwahn)

- Fix sensor 1 interrupt status bitmask for the Mediatek LVTS sensor
(Chen-Yu Tsai)

- Use the dev_err_probe() helper in the Amlogic driver (Ye Xingchen)

- Add AP domain support to LVTS thermal controllers for mt8195
(Balsam CHIHI)

- Remove buggy call to thermal_of_zone_unregister() (Daniel Lezcano)

- Make thermal_of_zone_[un]register() private to the thermal OF code
(Daniel Lezcano)

- Create a private copy of the thermal zone device parameters
structure when registering a thermal zone (Daniel Lezcano)

----------------------------------------------------------------
Balsam CHIHI (2):
dt-bindings: thermal: mediatek: Add AP domain to LVTS thermal
controllers for mt8195
thermal/drivers/mediatek/lvts_thermal: Add AP domain for mt8195

Chen-Yu Tsai (1):
thermal/drivers/mediatek/lvts_thermal: Fix sensor 1 interrupt
status bitmask

Daniel Lezcano (3):
thermal/drivers/bcm2835: Remove buggy call to
thermal_of_zone_unregister
thermal/of: Unexport unused OF functions
thermal/core: Alloc-copy-free the thermal zone parameters structure

Finley Xiao (1):
thermal/drivers/rockchip: Support RK3588 SoC in the thermal driver

Lukas Bulwahn (1):
MAINTAINERS: adjust entry in THERMAL/POWER_ALLOCATOR after header
movement

Mikko Perttunen (1):
thermal/drivers/tegra-bpmp: Handle offline zones

Rob Herring (1):
dt-bindings: thermal: Drop unneeded quotes

Sebastian Reichel (6):
thermal/drivers/rockchip: Simplify getting match data
thermal/drivers/rockchip: Simplify clock logic
thermal/drivers/rockchip: Use dev_err_probe
thermal/drivers/rockchip: Simplify channel id logic
thermal/drivers/rockchip: Support dynamic sized sensor array
dt-bindings: rockchip-thermal: Support the RK3588 SoC compatible

Ye Xingchen (2):
thermal/drivers/rockchip: use
devm_reset_control_array_get_exclusive()
thermal: amlogic: Use dev_err_probe()

Zhang Rui (1):
thermal/core: Remove thermal_bind_params structure

Documentation/devicetree/bindings/thermal/amlogic,thermal.yaml | 2 +-
Documentation/devicetree/bindings/thermal/imx-thermal.yaml | 4 +--
Documentation/devicetree/bindings/thermal/qoriq-thermal.yaml | 4 +--
Documentation/devicetree/bindings/thermal/rockchip-thermal.yaml | 1 +
Documentation/driver-api/thermal/sysfs-api.rst | 40
-------------------------
MAINTAINERS | 2 +-
drivers/thermal/amlogic_thermal.c | 7
++---
drivers/thermal/broadcom/bcm2835_thermal.c | 4 +--
drivers/thermal/mediatek/lvts_thermal.c | 100
+++++++++++++++++++++++++++++++++++++++++++++++---------------
drivers/thermal/rockchip_thermal.c | 324
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------
drivers/thermal/tegra/tegra-bpmp-thermal.c | 9
+++++-
drivers/thermal/thermal_core.c | 144
+++++++++++++++--------------------------------------------------------------------------
drivers/thermal/thermal_of.c | 8
++---
include/dt-bindings/thermal/mediatek,lvts-thermal.h | 10
+++++++
include/linux/thermal.h | 55
----------------------------------
15 files changed, 358 insertions(+), 356 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


2023-04-17 14:06:56

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [GIT PULL] thermal for v6.4-rc1 #2

On Sun, Apr 16, 2023 at 11:49 AM Daniel Lezcano
<[email protected]> wrote:
>
>
> Hi Rafael,
>
> please consider pulling the following changes, they are all from the
> thermal/bleeding-edge which was then merged to thermal/linux-next
>
> Thanks
>
> -- Daniel
>
> The following changes since commit 75f74a907164eaeb1bd5334b01504a84b2b63bf5:
>
> Merge tag 'thermal-v6.4-rc1-1' of
> ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux
> (2023-04-03 20:43:32 +0200)
>
> are available in the Git repository at:
>
>
> ssh://[email protected]/pub/scm/linux/kernel/git/thermal/linux.git
> tags/thermal-v6.4-rc1-2
>
> for you to fetch changes up to 3d439b1a2ad36c8b4ea151c8de25309d60d17407:
>
> thermal/core: Alloc-copy-free the thermal zone parameters structure
> (2023-04-07 18:36:28 +0200)
>
> ----------------------------------------------------------------
> - Do preparating cleaning and DT bindings for RK3588 support
> (Sebastian Reichel)
>
> - Add driver support for RK3588 (Finley Xiao)
>
> - Use devm_reset_control_array_get_exclusive() for the Rockchip driver
> (Ye Xingchen)
>
> - Detect power gated thermal zones and return -EAGAIN when reading the
> temperature (Mikko Perttunen)
>
> - Remove thermal_bind_params structure as it is unused (Zhang Rui)
>
> - Drop unneeded quotes in DT bindings allowing to run yamllint (Rob
> Herring)
>
> - Update the power allocator documentation according to the thermal
> trace relocation (Lukas Bulwahn)
>
> - Fix sensor 1 interrupt status bitmask for the Mediatek LVTS sensor
> (Chen-Yu Tsai)
>
> - Use the dev_err_probe() helper in the Amlogic driver (Ye Xingchen)
>
> - Add AP domain support to LVTS thermal controllers for mt8195
> (Balsam CHIHI)
>
> - Remove buggy call to thermal_of_zone_unregister() (Daniel Lezcano)
>
> - Make thermal_of_zone_[un]register() private to the thermal OF code
> (Daniel Lezcano)
>
> - Create a private copy of the thermal zone device parameters
> structure when registering a thermal zone (Daniel Lezcano)
>
> ----------------------------------------------------------------
> Balsam CHIHI (2):
> dt-bindings: thermal: mediatek: Add AP domain to LVTS thermal
> controllers for mt8195
> thermal/drivers/mediatek/lvts_thermal: Add AP domain for mt8195
>
> Chen-Yu Tsai (1):
> thermal/drivers/mediatek/lvts_thermal: Fix sensor 1 interrupt
> status bitmask
>
> Daniel Lezcano (3):
> thermal/drivers/bcm2835: Remove buggy call to
> thermal_of_zone_unregister
> thermal/of: Unexport unused OF functions
> thermal/core: Alloc-copy-free the thermal zone parameters structure
>
> Finley Xiao (1):
> thermal/drivers/rockchip: Support RK3588 SoC in the thermal driver
>
> Lukas Bulwahn (1):
> MAINTAINERS: adjust entry in THERMAL/POWER_ALLOCATOR after header
> movement
>
> Mikko Perttunen (1):
> thermal/drivers/tegra-bpmp: Handle offline zones
>
> Rob Herring (1):
> dt-bindings: thermal: Drop unneeded quotes
>
> Sebastian Reichel (6):
> thermal/drivers/rockchip: Simplify getting match data
> thermal/drivers/rockchip: Simplify clock logic
> thermal/drivers/rockchip: Use dev_err_probe
> thermal/drivers/rockchip: Simplify channel id logic
> thermal/drivers/rockchip: Support dynamic sized sensor array
> dt-bindings: rockchip-thermal: Support the RK3588 SoC compatible
>
> Ye Xingchen (2):
> thermal/drivers/rockchip: use
> devm_reset_control_array_get_exclusive()
> thermal: amlogic: Use dev_err_probe()
>
> Zhang Rui (1):
> thermal/core: Remove thermal_bind_params structure
>
> Documentation/devicetree/bindings/thermal/amlogic,thermal.yaml | 2 +-
> Documentation/devicetree/bindings/thermal/imx-thermal.yaml | 4 +--
> Documentation/devicetree/bindings/thermal/qoriq-thermal.yaml | 4 +--
> Documentation/devicetree/bindings/thermal/rockchip-thermal.yaml | 1 +
> Documentation/driver-api/thermal/sysfs-api.rst | 40
> -------------------------
> MAINTAINERS | 2 +-
> drivers/thermal/amlogic_thermal.c | 7
> ++---
> drivers/thermal/broadcom/bcm2835_thermal.c | 4 +--
> drivers/thermal/mediatek/lvts_thermal.c | 100
> +++++++++++++++++++++++++++++++++++++++++++++++---------------
> drivers/thermal/rockchip_thermal.c | 324
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------
> drivers/thermal/tegra/tegra-bpmp-thermal.c | 9
> +++++-
> drivers/thermal/thermal_core.c | 144
> +++++++++++++++--------------------------------------------------------------------------
> drivers/thermal/thermal_of.c | 8
> ++---
> include/dt-bindings/thermal/mediatek,lvts-thermal.h | 10
> +++++++
> include/linux/thermal.h | 55
> ----------------------------------
> 15 files changed, 358 insertions(+), 356 deletions(-)
>
> --

Pulled and pushed out, thanks!