mbox series

[GIT,PULL] More cpufreq/arm updates for 6.9

Message ID 20240315055427.lvhpxvojegoqrcvy@vireshk-i7 (mailing list archive)
State In Next
Delegated to: Rafael Wysocki
Headers show
Series [GIT,PULL] More cpufreq/arm updates for 6.9 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/cpufreq-arm-updates-6.9-2

Message

Viresh Kumar March 15, 2024, 5:54 a.m. UTC
Hi Rafael,

The following changes since commit abb3f9717a67a2666b2bc2f19543a657e3d4ad63:

  OPP: Extend dev_pm_opp_data with turbo support (2024-03-11 10:39:24 +0530)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/cpufreq-arm-updates-6.9-2

for you to fetch changes up to a8e949d41c72a0a860b1c3571d6b274e9b77b6bb:

  cpufreq: scmi: Enable boost support (2024-03-15 11:19:27 +0530)

----------------------------------------------------------------
ARM cpufreq updates for 6.9

- zero initialize a cpumask (Marek Szyprowski).
- Boost support for scmi cpufreq driver (Sibi Sankar).

----------------------------------------------------------------
Marek Szyprowski (1):
      cpufreq: dt: always allocate zeroed cpumask

Sibi Sankar (2):
      firmware: arm_scmi: Add support for marking certain frequencies as turbo
      cpufreq: scmi: Enable boost support

Viresh Kumar (1):
      Merge branch 'opp/boost-data' into cpufreq/arm/linux-next

 Documentation/power/opp.rst                    |  2 +-
 Documentation/translations/zh_CN/power/opp.rst |  2 +-
 drivers/cpufreq/Kconfig.arm                    |  1 +
 drivers/cpufreq/brcmstb-avs-cpufreq.c          |  2 ++
 drivers/cpufreq/cpufreq-dt-platdev.c           |  1 +
 drivers/cpufreq/cpufreq-dt.c                   |  2 +-
 drivers/cpufreq/imx6q-cpufreq.c                | 45 +++++++++++++++------------------------------
 drivers/cpufreq/mediatek-cpufreq-hw.c          | 19 ++++++++++++++++++-
 drivers/cpufreq/scmi-cpufreq.c                 | 46 +++++++++++++++++++++++++++++++++++++++++++++-
 drivers/firmware/arm_scmi/driver.c             |  5 ++++-
 drivers/firmware/arm_scmi/perf.c               | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++----
 drivers/firmware/arm_scmi/powercap.c           | 12 ++++++++----
 drivers/firmware/arm_scmi/protocols.h          |  4 +++-
 include/linux/scmi_protocol.h                  |  8 ++++++++
 14 files changed, 160 insertions(+), 45 deletions(-)

Comments

Rafael J. Wysocki March 15, 2024, 12:15 p.m. UTC | #1
Hi Viresh,

On Fri, Mar 15, 2024 at 6:54 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> The following changes since commit abb3f9717a67a2666b2bc2f19543a657e3d4ad63:
>
>   OPP: Extend dev_pm_opp_data with turbo support (2024-03-11 10:39:24 +0530)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/cpufreq-arm-updates-6.9-2
>
> for you to fetch changes up to a8e949d41c72a0a860b1c3571d6b274e9b77b6bb:
>
>   cpufreq: scmi: Enable boost support (2024-03-15 11:19:27 +0530)
>
> ----------------------------------------------------------------
> ARM cpufreq updates for 6.9
>
> - zero initialize a cpumask (Marek Szyprowski).
> - Boost support for scmi cpufreq driver (Sibi Sankar).
>
> ----------------------------------------------------------------
> Marek Szyprowski (1):
>       cpufreq: dt: always allocate zeroed cpumask
>
> Sibi Sankar (2):
>       firmware: arm_scmi: Add support for marking certain frequencies as turbo
>       cpufreq: scmi: Enable boost support
>
> Viresh Kumar (1):
>       Merge branch 'opp/boost-data' into cpufreq/arm/linux-next
>
>  Documentation/power/opp.rst                    |  2 +-
>  Documentation/translations/zh_CN/power/opp.rst |  2 +-
>  drivers/cpufreq/Kconfig.arm                    |  1 +
>  drivers/cpufreq/brcmstb-avs-cpufreq.c          |  2 ++
>  drivers/cpufreq/cpufreq-dt-platdev.c           |  1 +
>  drivers/cpufreq/cpufreq-dt.c                   |  2 +-
>  drivers/cpufreq/imx6q-cpufreq.c                | 45 +++++++++++++++------------------------------
>  drivers/cpufreq/mediatek-cpufreq-hw.c          | 19 ++++++++++++++++++-
>  drivers/cpufreq/scmi-cpufreq.c                 | 46 +++++++++++++++++++++++++++++++++++++++++++++-
>  drivers/firmware/arm_scmi/driver.c             |  5 ++++-
>  drivers/firmware/arm_scmi/perf.c               | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++----
>  drivers/firmware/arm_scmi/powercap.c           | 12 ++++++++----
>  drivers/firmware/arm_scmi/protocols.h          |  4 +++-
>  include/linux/scmi_protocol.h                  |  8 ++++++++
>  14 files changed, 160 insertions(+), 45 deletions(-)
>
> --

Pulled and added to the linux-next branch in linux-pm.git, thanks!