devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/22] dt-bindings: thermal: few cleanups
@ 2024-06-14  9:45 Krzysztof Kozlowski
  2024-06-14  9:46 ` [PATCH 01/22] dt-bindings: thermal: samsung,exynos: specify cells Krzysztof Kozlowski
                   ` (22 more replies)
  0 siblings, 23 replies; 41+ messages in thread
From: Krzysztof Kozlowski @ 2024-06-14  9:45 UTC (permalink / raw)
  To: Daniel Lezcano, Zhang Rui, Lukasz Luba, Rob Herring, Conor Dooley,
	Alim Akhtar, Guillaume La Roque, Krzysztof Kozlowski,
	Vasily Khoruzhick, Chen-Yu Tsai, Jernej Skrabec, Samuel Holland,
	Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	Anson Huang, Thierry Reding, Jonathan Hunter, Dmitry Baryshkov,
	Amit Kucheria, Niklas Söderlund, Heiko Stuebner, Biju Das,
	Orson Zhai, Baolin Wang, Chunyan Zhang, Alexandre Torgue,
	Pascal Paillet, Keerthy, Broadcom internal kernel review list,
	Florian Fainelli, Scott Branden, zhanghongchen, Matthias Brugger,
	AngeloGioacchino Del Regno, Bjorn Andersson, Geert Uytterhoeven
  Cc: linux-pm, linux-samsung-soc, devicetree, linux-arm-kernel,
	linux-kernel, linux-amlogic, linux-sunxi, imx, linux-tegra,
	linux-arm-msm, linux-renesas-soc, linux-rockchip, linux-stm32,
	Florian Fainelli, linux-rpi-kernel, linux-mediatek,
	Krzysztof Kozlowski

Hi,

Few cleanups witout practical impact, except maybe the Amlogic schema
(bringing required cells).

Best regards,
Krzysztof

---
Krzysztof Kozlowski (22):
      dt-bindings: thermal: samsung,exynos: specify cells
      dt-bindings: thermal: amlogic: reference thermal-sensor schema
      dt-bindings: thermal: allwinner,sun8i-a83t-ths: reference thermal-sensor schema
      dt-bindings: thermal: brcm,avs-ro: reference thermal-sensor schema
      dt-bindings: thermal: generic-adc: reference thermal-sensor schema
      dt-bindings: thermal: imx8mm: reference thermal-sensor schema
      dt-bindings: thermal: nvidia,tegra186-bpmp: reference thermal-sensor schema
      dt-bindings: thermal: nvidia,tegra30-tsensor: reference thermal-sensor schema
      dt-bindings: thermal: qcom-spmi-adc-tm-hc: reference thermal-sensor schema
      dt-bindings: thermal: qcom-spmi-adc-tm5: reference thermal-sensor schema
      dt-bindings: thermal: qcom-tsens: reference thermal-sensor schema
      dt-bindings: thermal: qoriq: reference thermal-sensor schema
      dt-bindings: thermal: rcar-gen3: reference thermal-sensor schema
      dt-bindings: thermal: rockchip: reference thermal-sensor schema
      dt-bindings: thermal: rzg2l: reference thermal-sensor schema
      dt-bindings: thermal: socionext,uniphier: reference thermal-sensor schema
      dt-bindings: thermal: sprd: reference thermal-sensor schema
      dt-bindings: thermal: st,stm32: reference thermal-sensor schema
      dt-bindings: thermal: ti,am654: reference thermal-sensor schema
      dt-bindings: thermal: ti,j72xx: reference thermal-sensor schema
      dt-bindings: thermal: simplify few bindings
      dt-bindings: thermal: cleanup examples indentation

 .../bindings/thermal/allwinner,sun8i-a83t-ths.yaml |  6 +-
 .../bindings/thermal/amlogic,thermal.yaml          | 22 ++---
 .../bindings/thermal/brcm,avs-ro-thermal.yaml      | 22 ++---
 .../devicetree/bindings/thermal/brcm,avs-tmon.yaml | 17 ++--
 .../bindings/thermal/brcm,bcm2835-thermal.yaml     |  1 -
 .../bindings/thermal/fsl,scu-thermal.yaml          |  1 -
 .../bindings/thermal/generic-adc-thermal.yaml      |  5 +-
 .../bindings/thermal/imx8mm-thermal.yaml           |  5 +-
 .../bindings/thermal/loongson,ls2k-thermal.yaml    |  1 -
 .../bindings/thermal/mediatek,lvts-thermal.yaml    |  1 -
 .../bindings/thermal/nvidia,tegra124-soctherm.yaml |  1 -
 .../thermal/nvidia,tegra186-bpmp-thermal.yaml      | 12 +--
 .../bindings/thermal/nvidia,tegra30-tsensor.yaml   |  9 +-
 .../bindings/thermal/qcom,spmi-temp-alarm.yaml     |  1 -
 .../bindings/thermal/qcom-spmi-adc-tm-hc.yaml      |  8 +-
 .../bindings/thermal/qcom-spmi-adc-tm5.yaml        |  8 +-
 .../devicetree/bindings/thermal/qcom-tsens.yaml    | 96 ++++++++++------------
 .../devicetree/bindings/thermal/qoriq-thermal.yaml |  5 +-
 .../bindings/thermal/rcar-gen3-thermal.yaml        | 69 ++++++++--------
 .../devicetree/bindings/thermal/rcar-thermal.yaml  | 60 +++++++-------
 .../bindings/thermal/rockchip-thermal.yaml         |  5 +-
 .../devicetree/bindings/thermal/rzg2l-thermal.yaml | 41 ++++-----
 .../bindings/thermal/samsung,exynos-thermal.yaml   |  3 +-
 .../thermal/socionext,uniphier-thermal.yaml        |  5 +-
 .../devicetree/bindings/thermal/sprd-thermal.yaml  | 47 +++++------
 .../bindings/thermal/st,stm32-thermal.yaml         |  5 +-
 .../bindings/thermal/ti,am654-thermal.yaml         | 15 ++--
 .../bindings/thermal/ti,j72xx-thermal.yaml         |  5 +-
 28 files changed, 230 insertions(+), 246 deletions(-)
---
base-commit: 6906a84c482f098d31486df8dc98cead21cce2d0
change-id: 20240614-dt-bindings-thermal-allof-401c50e61ef2

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


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

end of thread, other threads:[~2024-07-03 20:32 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-14  9:45 [PATCH 00/22] dt-bindings: thermal: few cleanups Krzysztof Kozlowski
2024-06-14  9:46 ` [PATCH 01/22] dt-bindings: thermal: samsung,exynos: specify cells Krzysztof Kozlowski
2024-06-14 14:29   ` Alim Akhtar
2024-06-15  9:39     ` Krzysztof Kozlowski
2024-06-24  4:06       ` Alim Akhtar
2024-06-14  9:46 ` [PATCH 02/22] dt-bindings: thermal: amlogic: reference thermal-sensor schema Krzysztof Kozlowski
2024-06-14 14:36   ` neil.armstrong
2024-07-03 20:31   ` Guillaume LA ROQUE
2024-06-14  9:46 ` [PATCH 03/22] dt-bindings: thermal: allwinner,sun8i-a83t-ths: " Krzysztof Kozlowski
2024-06-17  2:36   ` Vasily Khoruzhick
2024-06-21 14:46   ` Chen-Yu Tsai
2024-06-14  9:46 ` [PATCH 04/22] dt-bindings: thermal: brcm,avs-ro: " Krzysztof Kozlowski
2024-06-16 12:26   ` Florian Fainelli
2024-06-14  9:46 ` [PATCH 05/22] dt-bindings: thermal: generic-adc: " Krzysztof Kozlowski
2024-06-14  9:46 ` [PATCH 06/22] dt-bindings: thermal: imx8mm: " Krzysztof Kozlowski
2024-06-14  9:46 ` [PATCH 07/22] dt-bindings: thermal: nvidia,tegra186-bpmp: " Krzysztof Kozlowski
2024-06-14  9:46 ` [PATCH 08/22] dt-bindings: thermal: nvidia,tegra30-tsensor: " Krzysztof Kozlowski
2024-06-14  9:46 ` [PATCH 09/22] dt-bindings: thermal: qcom-spmi-adc-tm-hc: " Krzysztof Kozlowski
2024-06-14 10:35   ` Dmitry Baryshkov
2024-06-14  9:46 ` [PATCH 10/22] dt-bindings: thermal: qcom-spmi-adc-tm5: " Krzysztof Kozlowski
2024-06-14 10:35   ` Dmitry Baryshkov
2024-06-14  9:46 ` [PATCH 11/22] dt-bindings: thermal: qcom-tsens: " Krzysztof Kozlowski
2024-06-14 10:35   ` Dmitry Baryshkov
2024-07-02 21:05   ` Amit Kucheria
2024-06-14  9:46 ` [PATCH 12/22] dt-bindings: thermal: qoriq: " Krzysztof Kozlowski
2024-06-14  9:46 ` [PATCH 13/22] dt-bindings: thermal: rcar-gen3: " Krzysztof Kozlowski
2024-06-14 12:53   ` Niklas Söderlund
2024-06-14  9:46 ` [PATCH 14/22] dt-bindings: thermal: rockchip: " Krzysztof Kozlowski
2024-06-14 10:38   ` Heiko Stübner
2024-06-14  9:46 ` [PATCH 15/22] dt-bindings: thermal: rzg2l: " Krzysztof Kozlowski
2024-06-14 10:22   ` Biju Das
2024-06-14  9:46 ` [PATCH 16/22] dt-bindings: thermal: socionext,uniphier: " Krzysztof Kozlowski
2024-06-14  9:46 ` [PATCH 17/22] dt-bindings: thermal: sprd: " Krzysztof Kozlowski
2024-06-14 11:25   ` Baolin Wang
2024-06-14  9:46 ` [PATCH 18/22] dt-bindings: thermal: st,stm32: " Krzysztof Kozlowski
2024-06-14  9:46 ` [PATCH 19/22] dt-bindings: thermal: ti,am654: " Krzysztof Kozlowski
2024-06-14  9:46 ` [PATCH 20/22] dt-bindings: thermal: ti,j72xx: " Krzysztof Kozlowski
2024-06-14  9:46 ` [PATCH 21/22] dt-bindings: thermal: simplify few bindings Krzysztof Kozlowski
2024-06-17 11:12   ` AngeloGioacchino Del Regno
2024-06-14  9:46 ` [PATCH 22/22] dt-bindings: thermal: cleanup examples indentation Krzysztof Kozlowski
2024-06-16 18:49 ` [PATCH 00/22] dt-bindings: thermal: few cleanups Conor Dooley

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