* [GIT PULL] thermal drivers changes for v6.16-rc1
@ 2025-05-19 16:16 Daniel Lezcano
2025-05-19 19:06 ` Rafael J. Wysocki
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Lezcano @ 2025-05-19 16:16 UTC (permalink / raw)
To: rafael
Cc: krzysztof.kozlowski, luca.ceresoli, kike.correo99.f,
angelogioacchino.delregno, arnd, ansuelsmth, srichara,
george.moussalem, linux-kernel, linux-pm
Hi Rafael,
Please consider pulling the following changes since commit
82f2b0b97b36ee3fcddf0f0780a9a0825d52fec3:
Linux 6.15-rc6 (2025-05-11 14:54:11 -0700)
are available in the Git repository at:
ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git tags/thermal-v6.16-rc1
for you to fetch changes up to e23cba0ab49a9cf95e9bc3a86cfbf336b0e285f6:
thermal/drivers/airoha: Fix spelling mistake (2025-05-16 12:50:01 +0200)
----------------------------------------------------------------
- Make the Hisilicon driver to compile by default when ARCH_HISI is
set (Krzysztof Kozlowski)
- Cleanup printk format with use of %pC instead of %pCn in the bcm2835
driver (Luca Ceresoli)
- Fix variable naming coding style in the AmLogic driver (Enrique
Isidoro Vazquez Ramos)
- Fix missing debugfs entry removal on failure by using the devm_
variant in the LVTS driver (AngeloGioacchino Del Regno)
- Remove the unused lvts_debugfs_exit() function as the devm variant
introduced before takes care of removing the debugfs entry in the
LVTS driver (Arnd Bergmann)
- Add the Airoha EN7581 thermal sensor support along with its DT
bindings (Christian Marangi)
- Add ipq5018 compatible string DT binding, cleanup and add its suppot
in the QCom Tsens driver driver (Sricharan Ramabadhran and George
Moussalem)
- Fix comments typos in the Airoha driver (Christian Marangi)
----------------------------------------------------------------
AngeloGioacchino Del Regno (1):
thermal/drivers/mediatek/lvts: Fix debugfs unregister on failure
Arnd Bergmann (1):
thermal/drivers/mediatek/lvts: Remove unused lvts_debugfs_exit
Christian Marangi (3):
dt-bindings: thermal: Add support for Airoha EN7581 thermal sensor
thermal/drivers: Add support for Airoha EN7581 thermal sensor
thermal/drivers/airoha: Fix spelling mistake
Enrique Isidoro Vazquez Ramos (1):
thermal/drivers/amlogic: Rename Uptat to uptat to follow kernel coding style
George Moussalem (2):
thermal/drivers/qcom/tsens: Update conditions to strictly evaluate for IP v2+
thermal/drivers/qcom/tsens: Add support for tsens v1 without RPM
Krzysztof Kozlowski (1):
thermal/drivers/hisi: Do not enable by default during compile testing
Luca Ceresoli (2):
thermal/drivers/bcm2835: Use %pC instead of %pCn
vsprintf: remove redundant and unused %pCn format specifier
Sricharan Ramabadhran (2):
dt-bindings: thermal: qcom-tsens: Add ipq5018 compatible
thermal/drivers/qcom/tsens: Add support for IPQ5018 tsens
--
<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] 2+ messages in thread* Re: [GIT PULL] thermal drivers changes for v6.16-rc1
2025-05-19 16:16 [GIT PULL] thermal drivers changes for v6.16-rc1 Daniel Lezcano
@ 2025-05-19 19:06 ` Rafael J. Wysocki
0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2025-05-19 19:06 UTC (permalink / raw)
To: Daniel Lezcano
Cc: rafael, krzysztof.kozlowski, luca.ceresoli, kike.correo99.f,
angelogioacchino.delregno, arnd, ansuelsmth, srichara,
george.moussalem, linux-kernel, linux-pm
Hi Daniel,
On Mon, May 19, 2025 at 6:16 PM Daniel Lezcano
<daniel.lezcano@linaro.org> wrote:
>
> Hi Rafael,
>
> Please consider pulling the following changes since commit
> 82f2b0b97b36ee3fcddf0f0780a9a0825d52fec3:
>
> Linux 6.15-rc6 (2025-05-11 14:54:11 -0700)
>
> are available in the Git repository at:
>
> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git tags/thermal-v6.16-rc1
>
> for you to fetch changes up to e23cba0ab49a9cf95e9bc3a86cfbf336b0e285f6:
>
> thermal/drivers/airoha: Fix spelling mistake (2025-05-16 12:50:01 +0200)
>
> ----------------------------------------------------------------
> - Make the Hisilicon driver to compile by default when ARCH_HISI is
> set (Krzysztof Kozlowski)
>
> - Cleanup printk format with use of %pC instead of %pCn in the bcm2835
> driver (Luca Ceresoli)
>
> - Fix variable naming coding style in the AmLogic driver (Enrique
> Isidoro Vazquez Ramos)
>
> - Fix missing debugfs entry removal on failure by using the devm_
> variant in the LVTS driver (AngeloGioacchino Del Regno)
>
> - Remove the unused lvts_debugfs_exit() function as the devm variant
> introduced before takes care of removing the debugfs entry in the
> LVTS driver (Arnd Bergmann)
>
> - Add the Airoha EN7581 thermal sensor support along with its DT
> bindings (Christian Marangi)
>
> - Add ipq5018 compatible string DT binding, cleanup and add its suppot
> in the QCom Tsens driver driver (Sricharan Ramabadhran and George
> Moussalem)
>
> - Fix comments typos in the Airoha driver (Christian Marangi)
>
> ----------------------------------------------------------------
> AngeloGioacchino Del Regno (1):
> thermal/drivers/mediatek/lvts: Fix debugfs unregister on failure
>
> Arnd Bergmann (1):
> thermal/drivers/mediatek/lvts: Remove unused lvts_debugfs_exit
>
> Christian Marangi (3):
> dt-bindings: thermal: Add support for Airoha EN7581 thermal sensor
> thermal/drivers: Add support for Airoha EN7581 thermal sensor
> thermal/drivers/airoha: Fix spelling mistake
>
> Enrique Isidoro Vazquez Ramos (1):
> thermal/drivers/amlogic: Rename Uptat to uptat to follow kernel coding style
>
> George Moussalem (2):
> thermal/drivers/qcom/tsens: Update conditions to strictly evaluate for IP v2+
> thermal/drivers/qcom/tsens: Add support for tsens v1 without RPM
>
> Krzysztof Kozlowski (1):
> thermal/drivers/hisi: Do not enable by default during compile testing
>
> Luca Ceresoli (2):
> thermal/drivers/bcm2835: Use %pC instead of %pCn
> vsprintf: remove redundant and unused %pCn format specifier
>
> Sricharan Ramabadhran (2):
> dt-bindings: thermal: qcom-tsens: Add ipq5018 compatible
> thermal/drivers/qcom/tsens: Add support for IPQ5018 tsens
>
> --
Pulled and added to linux-pm.git/thermal, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-19 19:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-19 16:16 [GIT PULL] thermal drivers changes for v6.16-rc1 Daniel Lezcano
2025-05-19 19:06 ` Rafael J. Wysocki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox