mbox series

[v3,0/3] msm8939 cpufreq preparatory work

Message ID 20220708121156.2165250-1-bryan.odonoghue@linaro.org
Headers show
Series msm8939 cpufreq preparatory work | expand

Message

Bryan O'Donoghue July 8, 2022, 12:11 p.m. UTC
V3:
- Drop the exclusion of msm8939 from cpufreq-dt-platdev.
  I'm happy enough to bundle this in with CPR. - Stephan

V2:
- Previous series title "qcom-cpufreq-nvmem: Add msm8939 with some fixups"
  https://www.spinics.net/lists/linux-arm-msm/msg116201.html

- Drops adding msm8939 to the cpufreq-nvmem layer at all.
  cpufreq and CPR go hand in hand so we need to do the addition to
  cpufreq-nvmem in tandem with the associated CPR driver update. - Stephan

  We can still add in msm8939 to the cpufreq-dt-platdev block list and
  fixup the dt binding check errors found doing that.

- Adds a patch to the error reported by Rob's bot.
  Rob said he thought Krzysztof had a patch for that but, I couldn't find it
  so I just added a fix as the first patch - bod

- Adds Acked-by Rob to second patch
- Adds Acked-by Krzysztof to third patch

V1:
Fix up some missing compat strings for the qcom-cpufreq-nvmem yaml.
Add in msm8939 as a compatible qcom-cpufreq-nvmem.


Bryan O'Donoghue (3):
  dt-bindings: opp: opp-v2-kryo-cpu: Fix example binding checks
  dt-bindings: opp: Add missing compat devices
  dt-bindings: opp: Add msm8939 to the compatible list

 .../bindings/cpufreq/qcom-cpufreq-nvmem.yaml      |  7 +++++++
 .../devicetree/bindings/opp/opp-v2-kryo-cpu.yaml  | 15 +++++++++++++++
 2 files changed, 22 insertions(+)

Comments

Viresh Kumar July 11, 2022, 12:48 a.m. UTC | #1
On 08-07-22, 13:11, Bryan O'Donoghue wrote:
> V3:
> - Drop the exclusion of msm8939 from cpufreq-dt-platdev.
>   I'm happy enough to bundle this in with CPR. - Stephan
> 
> V2:
> - Previous series title "qcom-cpufreq-nvmem: Add msm8939 with some fixups"
>   https://www.spinics.net/lists/linux-arm-msm/msg116201.html
> 
> - Drops adding msm8939 to the cpufreq-nvmem layer at all.
>   cpufreq and CPR go hand in hand so we need to do the addition to
>   cpufreq-nvmem in tandem with the associated CPR driver update. - Stephan
> 
>   We can still add in msm8939 to the cpufreq-dt-platdev block list and
>   fixup the dt binding check errors found doing that.
> 
> - Adds a patch to the error reported by Rob's bot.
>   Rob said he thought Krzysztof had a patch for that but, I couldn't find it
>   so I just added a fix as the first patch - bod
> 
> - Adds Acked-by Rob to second patch
> - Adds Acked-by Krzysztof to third patch
> 
> V1:
> Fix up some missing compat strings for the qcom-cpufreq-nvmem yaml.
> Add in msm8939 as a compatible qcom-cpufreq-nvmem.
> 
> 
> Bryan O'Donoghue (3):
>   dt-bindings: opp: opp-v2-kryo-cpu: Fix example binding checks
>   dt-bindings: opp: Add missing compat devices
>   dt-bindings: opp: Add msm8939 to the compatible list
> 
>  .../bindings/cpufreq/qcom-cpufreq-nvmem.yaml      |  7 +++++++
>  .../devicetree/bindings/opp/opp-v2-kryo-cpu.yaml  | 15 +++++++++++++++
>  2 files changed, 22 insertions(+)

Applied. Thanks.