mbox series

[GIT,PULL] cpufreq/arm fixes for 6.2-rc

Message ID 20230110041125.tamqbqec5aqyck22@vireshk-i7
State New
Headers show
Series [GIT,PULL] cpufreq/arm fixes for 6.2-rc | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/cpufreq/arm/fixes-6.2-rc4

Message

Viresh Kumar Jan. 10, 2023, 4:11 a.m. UTC
Hi Rafael,

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/cpufreq/arm/fixes-6.2-rc4

for you to fetch changes up to 08f0adb193c008de640fde34a2e00a666c01d77c:

  cpufreq: armada-37xx: stop using 0 as NULL pointer (2023-01-10 09:32:03 +0530)

----------------------------------------------------------------
cpufreq arm fixes for 6.2-rc4

- Fix double initialization and set suspend-freq for Apple's cpufreq
  driver (Arnd Bergmann and Hector Martin).

- Fix reading of "reg" property, update cpufreq-dt's blocklist and
  update DT documentation for Qualcomm's cpufreq driver (Konrad Dybcio
  and Krzysztof Kozlowski).

- Replace 0 with NULL for Armada driver (Miles Chen).

- Fix potential overflows in CPPC driver (Pierre Gondois).

- Update blocklist for Tegra234 Soc (Sumit Gupta).

----------------------------------------------------------------
Arnd Bergmann (1):
      cpufreq: apple: remove duplicate intializer

Hector Martin (1):
      cpufreq: apple-soc: Switch to the lowest frequency on suspend

Konrad Dybcio (2):
      cpufreq: qcom-hw: Fix reading "reg" with address/size-cells != 2
      cpufreq: Add SM6375 to cpufreq-dt-platdev blocklist

Krzysztof Kozlowski (1):
      dt-bindings: cpufreq: cpufreq-qcom-hw: document interrupts

Miles Chen (1):
      cpufreq: armada-37xx: stop using 0 as NULL pointer

Pierre Gondois (1):
      cpufreq: CPPC: Add u64 casts to avoid overflowing

Sumit Gupta (1):
      cpufreq: Add Tegra234 to cpufreq-dt-platdev blocklist

 Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml | 11 +++++++++++
 drivers/cpufreq/apple-soc-cpufreq.c                            |  3 ++-
 drivers/cpufreq/armada-37xx-cpufreq.c                          |  2 +-
 drivers/cpufreq/cppc_cpufreq.c                                 | 11 ++++++-----
 drivers/cpufreq/cpufreq-dt-platdev.c                           |  2 ++
 drivers/cpufreq/qcom-cpufreq-hw.c                              | 22 ++++++++++++++++++++--
 6 files changed, 42 insertions(+), 9 deletions(-)

Comments

Rafael J. Wysocki Jan. 10, 2023, 7:59 p.m. UTC | #1
On Tue, Jan 10, 2023 at 5:11 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:
>
>   Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/cpufreq/arm/fixes-6.2-rc4
>
> for you to fetch changes up to 08f0adb193c008de640fde34a2e00a666c01d77c:
>
>   cpufreq: armada-37xx: stop using 0 as NULL pointer (2023-01-10 09:32:03 +0530)
>
> ----------------------------------------------------------------
> cpufreq arm fixes for 6.2-rc4
>
> - Fix double initialization and set suspend-freq for Apple's cpufreq
>   driver (Arnd Bergmann and Hector Martin).
>
> - Fix reading of "reg" property, update cpufreq-dt's blocklist and
>   update DT documentation for Qualcomm's cpufreq driver (Konrad Dybcio
>   and Krzysztof Kozlowski).
>
> - Replace 0 with NULL for Armada driver (Miles Chen).
>
> - Fix potential overflows in CPPC driver (Pierre Gondois).
>
> - Update blocklist for Tegra234 Soc (Sumit Gupta).
>
> ----------------------------------------------------------------
> Arnd Bergmann (1):
>       cpufreq: apple: remove duplicate intializer
>
> Hector Martin (1):
>       cpufreq: apple-soc: Switch to the lowest frequency on suspend
>
> Konrad Dybcio (2):
>       cpufreq: qcom-hw: Fix reading "reg" with address/size-cells != 2
>       cpufreq: Add SM6375 to cpufreq-dt-platdev blocklist
>
> Krzysztof Kozlowski (1):
>       dt-bindings: cpufreq: cpufreq-qcom-hw: document interrupts
>
> Miles Chen (1):
>       cpufreq: armada-37xx: stop using 0 as NULL pointer
>
> Pierre Gondois (1):
>       cpufreq: CPPC: Add u64 casts to avoid overflowing
>
> Sumit Gupta (1):
>       cpufreq: Add Tegra234 to cpufreq-dt-platdev blocklist
>
>  Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml | 11 +++++++++++
>  drivers/cpufreq/apple-soc-cpufreq.c                            |  3 ++-
>  drivers/cpufreq/armada-37xx-cpufreq.c                          |  2 +-
>  drivers/cpufreq/cppc_cpufreq.c                                 | 11 ++++++-----
>  drivers/cpufreq/cpufreq-dt-platdev.c                           |  2 ++
>  drivers/cpufreq/qcom-cpufreq-hw.c                              | 22 ++++++++++++++++++++--
>  6 files changed, 42 insertions(+), 9 deletions(-)
>
> --

Pulled, thanks!