All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] cpufreq/arm updates for 5.18
@ 2022-03-22  6:14 Viresh Kumar
  2022-03-22 11:20 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Viresh Kumar @ 2022-03-22  6:14 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Linux PM

Hi Rafael,

This pull request:

- adds per core dvfs support for qcom Soc (Bjorn Andersson), convert to yaml
  binding (Manivannan Sadhasivam) and various other fixes to the qcom drivers
  (Luca Weiss).

- adds OPP table for imx7s SoC (Denys Drozdov) and minor fixes (Stefan Agner).

- fix CPPC driver's freq/performance conversions (Pierre Gondois).

- minor generic cleanups (Yury Norov).

Thanks.

-------------------------8<-------------------------

The following changes since commit ef8ee1cb8fc8976a68f5e89cd5f7b6f7de80c66f:

  cpufreq: qcom-hw: Delay enabling throttle_irq (2022-02-09 13:18:49 +0530)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git cpufreq/arm/linux-next

for you to fetch changes up to b7f2b0d3511a6bbf9387f08f370f9125663e18d8:

  dt-bindings: cpufreq: cpufreq-qcom-hw: Convert to YAML bindings (2022-03-11 09:00:26 +0530)

----------------------------------------------------------------
Bjorn Andersson (2):
      cpufreq: qcom-hw: Add support for per-core-dcvs
      cpufreq: blocklist Qualcomm sc8280xp and sa8540p in cpufreq-dt-platdev

Denys Drozdov (1):
      ARM: dts: imx7s: Define operating points table for cpufreq

Luca Weiss (1):
      cpufreq: qcom-cpufreq-nvmem: fix reading of PVS Valid fuse

Manivannan Sadhasivam (2):
      dt-bindings: dvfs: Use MediaTek CPUFREQ HW as an example
      dt-bindings: cpufreq: cpufreq-qcom-hw: Convert to YAML bindings

Pierre Gondois (1):
      cpufreq: CPPC: Fix performance/frequency conversion

Stefan Agner (1):
      cpufreq: Add i.MX7S to cpufreq-dt-platdev blocklist

Yury Norov (1):
      cpufreq: replace cpumask_weight with cpumask_empty where appropriate

 .../bindings/cpufreq/cpufreq-qcom-hw.txt           | 172 ------------------
 .../bindings/cpufreq/cpufreq-qcom-hw.yaml          | 201 +++++++++++++++++++++
 .../bindings/dvfs/performance-domain.yaml          |  14 +-
 arch/arm/boot/dts/imx7s.dtsi                       |  16 ++
 drivers/cpufreq/cppc_cpufreq.c                     |  43 +++--
 drivers/cpufreq/cpufreq-dt-platdev.c               |   3 +
 drivers/cpufreq/qcom-cpufreq-hw.c                  |  20 +-
 drivers/cpufreq/qcom-cpufreq-nvmem.c               |   2 +-
 drivers/cpufreq/scmi-cpufreq.c                     |   2 +-
 9 files changed, 272 insertions(+), 201 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.txt
 create mode 100644 Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml


-- 
viresh

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] cpufreq/arm updates for 5.18
  2022-03-22  6:14 [GIT PULL] cpufreq/arm updates for 5.18 Viresh Kumar
@ 2022-03-22 11:20 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2022-03-22 11:20 UTC (permalink / raw)
  To: Viresh Kumar; +Cc: Rafael J. Wysocki, Linux PM

On Tue, Mar 22, 2022 at 7:14 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> This pull request:
>
> - adds per core dvfs support for qcom Soc (Bjorn Andersson), convert to yaml
>   binding (Manivannan Sadhasivam) and various other fixes to the qcom drivers
>   (Luca Weiss).
>
> - adds OPP table for imx7s SoC (Denys Drozdov) and minor fixes (Stefan Agner).
>
> - fix CPPC driver's freq/performance conversions (Pierre Gondois).
>
> - minor generic cleanups (Yury Norov).
>
> Thanks.
>
> -------------------------8<-------------------------
>
> The following changes since commit ef8ee1cb8fc8976a68f5e89cd5f7b6f7de80c66f:
>
>   cpufreq: qcom-hw: Delay enabling throttle_irq (2022-02-09 13:18:49 +0530)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git cpufreq/arm/linux-next
>
> for you to fetch changes up to b7f2b0d3511a6bbf9387f08f370f9125663e18d8:
>
>   dt-bindings: cpufreq: cpufreq-qcom-hw: Convert to YAML bindings (2022-03-11 09:00:26 +0530)
>
> ----------------------------------------------------------------
> Bjorn Andersson (2):
>       cpufreq: qcom-hw: Add support for per-core-dcvs
>       cpufreq: blocklist Qualcomm sc8280xp and sa8540p in cpufreq-dt-platdev
>
> Denys Drozdov (1):
>       ARM: dts: imx7s: Define operating points table for cpufreq
>
> Luca Weiss (1):
>       cpufreq: qcom-cpufreq-nvmem: fix reading of PVS Valid fuse
>
> Manivannan Sadhasivam (2):
>       dt-bindings: dvfs: Use MediaTek CPUFREQ HW as an example
>       dt-bindings: cpufreq: cpufreq-qcom-hw: Convert to YAML bindings
>
> Pierre Gondois (1):
>       cpufreq: CPPC: Fix performance/frequency conversion
>
> Stefan Agner (1):
>       cpufreq: Add i.MX7S to cpufreq-dt-platdev blocklist
>
> Yury Norov (1):
>       cpufreq: replace cpumask_weight with cpumask_empty where appropriate
>
>  .../bindings/cpufreq/cpufreq-qcom-hw.txt           | 172 ------------------
>  .../bindings/cpufreq/cpufreq-qcom-hw.yaml          | 201 +++++++++++++++++++++
>  .../bindings/dvfs/performance-domain.yaml          |  14 +-
>  arch/arm/boot/dts/imx7s.dtsi                       |  16 ++
>  drivers/cpufreq/cppc_cpufreq.c                     |  43 +++--
>  drivers/cpufreq/cpufreq-dt-platdev.c               |   3 +
>  drivers/cpufreq/qcom-cpufreq-hw.c                  |  20 +-
>  drivers/cpufreq/qcom-cpufreq-nvmem.c               |   2 +-
>  drivers/cpufreq/scmi-cpufreq.c                     |   2 +-
>  9 files changed, 272 insertions(+), 201 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.txt
>  create mode 100644 Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml
>
>
> --

Pulled, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-22 11:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-22  6:14 [GIT PULL] cpufreq/arm updates for 5.18 Viresh Kumar
2022-03-22 11:20 ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.