Linux-PM Archive mirror
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rafael@kernel.org>
To: Viresh Kumar <viresh.kumar@linaro.org>
Cc: "Rafael J. Wysocki" <rafael@kernel.org>,
	Linux PM <linux-pm@vger.kernel.org>
Subject: Re: [GIT PULL] cpufreq/arm updates for 6.10
Date: Tue, 30 Apr 2024 12:49:13 +0200	[thread overview]
Message-ID: <CAJZ5v0gyGWE1RNHaqQom8_hR0mpao44UrrGhmeL_6mdsAFChkQ@mail.gmail.com> (raw)
In-Reply-To: <20240430102756.fgar4rdd5s42245l@vireshk-i7>

Hi Viresh,

On Tue, Apr 30, 2024 at 12:28 PM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> The following changes since commit 4cece764965020c22cff7665b18a012006359095:
>
>   Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/cpufreq-arm-updates-6.10
>
> for you to fetch changes up to fde234239d161f958390e41d26cda2bb166f1994:
>
>   dt-bindings: cpufreq: cpufreq-qcom-hw: Add SM4450 compatibles (2024-04-26 18:13:41 +0530)
>
> ----------------------------------------------------------------
> ARM cpufreq updates for 6.10
>
> - Sun50i: Add support for opp_supported_hw, H616 platform and general
>   cleaups (Andre Przywara, Martin Botka, Brandon Cheo Fusi, Dan
>   Carpenter, and Viresh Kumar).
>
> - cppc: Fix possible null pointer dereference (Aleksandr Mishin).
>
> - Eliminate uses of of_node_put() (Javier Carrasco, and Shivani Gupta).
>
> - brcmstb-avs: ISO C90 forbids mixed declarations (Portia Stephens).
>
> - mediatek: Add support for MT7988A (Sam Shih).
>
> - cpufreq-qcom-hw: Add SM4450 compatibles in DT bindings (Tengfei Fan).
>
> ----------------------------------------------------------------
> Aleksandr Mishin (1):
>       cppc_cpufreq: Fix possible null pointer dereference
>
> Andre Przywara (2):
>       cpufreq: sun50i: Add support for opp_supported_hw
>       arm64: dts: allwinner: h616: enable DVFS for all boards
>
> Brandon Cheo Fusi (1):
>       cpufreq: sun50i: Refactor speed bin decoding
>
> Dan Carpenter (1):
>       cpufreq: sun50i: fix error returns in dt_has_supported_hw()
>
> Javier Carrasco (3):
>       cpupfreq: tegra124: eliminate uses of of_node_put()
>       cpufreq: dt: eliminate uses of of_node_put()
>       cpufreq: dt-platdev: eliminate uses of of_node_put()
>
> Martin Botka (5):
>       firmware: smccc: Export revision soc_id function
>       cpufreq: dt-platdev: Blocklist Allwinner H616/618 SoCs
>       dt-bindings: opp: Describe H616 OPPs and opp-supported-hw
>       cpufreq: sun50i: Add H616 support
>       arm64: dts: allwinner: h616: Add CPU OPPs table
>
> Portia Stephens (1):
>       cpufreq: brcmstb-avs-cpufreq: ISO C90 forbids mixed declarations
>
> Sam Shih (1):
>       cpufreq: mediatek: Add support for MT7988A
>
> Shivani Gupta (1):
>       cpufreq: ti: Implement scope-based cleanup in ti_cpufreq_match_node()
>
> Tengfei Fan (1):
>       dt-bindings: cpufreq: cpufreq-qcom-hw: Add SM4450 compatibles
>
> Viresh Kumar (1):
>       cpufreq: sun50i: Fix build warning around snprint()
>
>  Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml                  |   2 ++
>  Documentation/devicetree/bindings/opp/allwinner,sun50i-h6-operating-points.yaml |  87 ++++++++++++++++++++++++++-------------------------
>  arch/arm64/boot/dts/allwinner/sun50i-h616-bigtreetech-cb1.dtsi                  |   5 +++
>  arch/arm64/boot/dts/allwinner/sun50i-h616-cpu-opp.dtsi                          | 115 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  arch/arm64/boot/dts/allwinner/sun50i-h616-orangepi-zero2.dts                    |   5 +++
>  arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts                          |   5 +++
>  arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi                                  |   8 +++++
>  arch/arm64/boot/dts/allwinner/sun50i-h618-longan-module-3h.dtsi                 |   5 +++
>  arch/arm64/boot/dts/allwinner/sun50i-h618-orangepi-zero2w.dts                   |   5 +++
>  arch/arm64/boot/dts/allwinner/sun50i-h618-orangepi-zero3.dts                    |   5 +++
>  arch/arm64/boot/dts/allwinner/sun50i-h618-transpeed-8k618-t.dts                 |   5 +++
>  drivers/cpufreq/brcmstb-avs-cpufreq.c                                           |   5 ++-
>  drivers/cpufreq/cppc_cpufreq.c                                                  |  14 +++++++--
>  drivers/cpufreq/cpufreq-dt-platdev.c                                            |  10 +++---
>  drivers/cpufreq/cpufreq-dt.c                                                    |  21 ++++---------
>  drivers/cpufreq/mediatek-cpufreq.c                                              |  10 ++++++
>  drivers/cpufreq/sun50i-cpufreq-nvmem.c                                          | 209 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------
>  drivers/cpufreq/tegra124-cpufreq.c                                              |  19 ++++--------
>  drivers/cpufreq/ti-cpufreq.c                                                    |   4 +--
>  drivers/firmware/smccc/smccc.c                                                  |   1 +
>  20 files changed, 420 insertions(+), 120 deletions(-)
>  create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h616-cpu-opp.dtsi
>
> --

Pulled, thanks!

      reply	other threads:[~2024-04-30 10:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-30 10:27 [GIT PULL] cpufreq/arm updates for 6.10 Viresh Kumar
2024-04-30 10:49 ` Rafael J. Wysocki [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJZ5v0gyGWE1RNHaqQom8_hR0mpao44UrrGhmeL_6mdsAFChkQ@mail.gmail.com \
    --to=rafael@kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=viresh.kumar@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).