mbox series

[v2,0/4] Rockchip thermal YAML and RK3568

Message ID 20210506175514.168365-1-ezequiel@collabora.com
Headers show
Series Rockchip thermal YAML and RK3568 | expand

Message

Ezequiel Garcia May 6, 2021, 5:55 p.m. UTC
v2:
* Convert to YAML
* Fix rk322x.dtsi
* Add comments as suggested by Daniel

Ezequiel Garcia (3):
  ARM: dts: rockchip: Fix thermal sensor cells
  dt-bindings: thermal: convert rockchip-thermal to json-schema
  dt-bindings: rockchip-thermal: Support the RK3568 SoC compatible

Finley Xiao (1):
  thermal/rockchip: Support RK3568 SoCs in the thermal driver

 .../bindings/thermal/rockchip-thermal.txt     |  85 ------------
 .../bindings/thermal/rockchip-thermal.yaml    |  96 ++++++++++++++
 arch/arm/boot/dts/rk322x.dtsi                 |   2 +-
 drivers/thermal/rockchip_thermal.c            | 121 ++++++++++++++++++
 4 files changed, 218 insertions(+), 86 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/thermal/rockchip-thermal.txt
 create mode 100644 Documentation/devicetree/bindings/thermal/rockchip-thermal.yaml

Comments

Heiko Stübner May 9, 2021, 11:55 p.m. UTC | #1
On Thu, 6 May 2021 14:55:10 -0300, Ezequiel Garcia wrote:
> v2:
> * Convert to YAML
> * Fix rk322x.dtsi
> * Add comments as suggested by Daniel
> 
> Ezequiel Garcia (3):
>   ARM: dts: rockchip: Fix thermal sensor cells
>   dt-bindings: thermal: convert rockchip-thermal to json-schema
>   dt-bindings: rockchip-thermal: Support the RK3568 SoC compatible
> 
> [...]

Applied, thanks!

[1/4] ARM: dts: rockchip: Fix thermal sensor cells
      commit: d5c24e20daf09587cbc221d40be1ba92673e8d94

Best regards,