mbox series

[v2,0/2] Add thermal cooling support to NVIDIA Tegra devfreq

Message ID 20210601022319.17938-1-digetx@gmail.com (mailing list archive)
Headers show
Series Add thermal cooling support to NVIDIA Tegra devfreq | expand

Message

Dmitry Osipenko June 1, 2021, 2:23 a.m. UTC
This series adds two remaining patches of the ACTMON cooling support
series, converting the DT binding to schema and adding cooling properties.
The rest of the patches are already applied.

Changelog:

v2: - Added back the "MEMORY CONTROLLER" section to the description of the
      interconnect-names property, which was suggested by Thierry Reding.

    - Added r-b from Rob Herring and acks from Chanwoo Choi and
      Thierry Reding.

Dmitry Osipenko (2):
  dt-bindings: devfreq: tegra30-actmon: Convert to schema
  dt-bindings: devfreq: tegra30-actmon: Add cooling-cells

 .../arm/tegra/nvidia,tegra30-actmon.txt       |  57 --------
 .../devfreq/nvidia,tegra30-actmon.yaml        | 126 ++++++++++++++++++
 2 files changed, 126 insertions(+), 57 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/arm/tegra/nvidia,tegra30-actmon.txt
 create mode 100644 Documentation/devicetree/bindings/devfreq/nvidia,tegra30-actmon.yaml

Comments

Chanwoo Choi June 1, 2021, 3:35 p.m. UTC | #1
On 21. 6. 1. 오전 11:23, Dmitry Osipenko wrote:
> This series adds two remaining patches of the ACTMON cooling support
> series, converting the DT binding to schema and adding cooling properties.
> The rest of the patches are already applied.
> 
> Changelog:
> 
> v2: - Added back the "MEMORY CONTROLLER" section to the description of the
>        interconnect-names property, which was suggested by Thierry Reding.
> 
>      - Added r-b from Rob Herring and acks from Chanwoo Choi and
>        Thierry Reding.
> 
> Dmitry Osipenko (2):
>    dt-bindings: devfreq: tegra30-actmon: Convert to schema
>    dt-bindings: devfreq: tegra30-actmon: Add cooling-cells
> 
>   .../arm/tegra/nvidia,tegra30-actmon.txt       |  57 --------
>   .../devfreq/nvidia,tegra30-actmon.yaml        | 126 ++++++++++++++++++
>   2 files changed, 126 insertions(+), 57 deletions(-)
>   delete mode 100644 Documentation/devicetree/bindings/arm/tegra/nvidia,tegra30-actmon.txt
>   create mode 100644 Documentation/devicetree/bindings/devfreq/nvidia,tegra30-actmon.yaml
> 

Applied them. Thanks.