linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] cpufreq/arm changes for 5.4
@ 2019-09-05  3:11 Viresh Kumar
  2019-09-05  7:11 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Viresh Kumar @ 2019-09-05  3:11 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Linux PM

Hi Rafael,

This pull request contains:

- Minor fixes for mediatek driver (Andrew-sh.Cheng and Fabien Parent).
- Minor updates for imx driver (Anson Huang).
- Minor fix for ti-cpufreq driver (Gustavo A. R. Silva).
- Minor fix for ap806 driver (Hariprasad Kelam).
- Significant updates to qcom cpufreq drivers, mostly to support CPR
  stuff (Jorge Ramirez-Ortiz, Niklas Cassel, Sibi Sankar, Douglas
  RAILLARD and Sricharan R).
- New sun50i cpufreq driver (Yangtao Li).

- This pull request also contains few OPP changes as well, which were
  required because of dependencies for the qcom cpufreq changes. They
  will be detailed in the OPP pull request.

--
viresh

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

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

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 f75d2accca7785657311653c125bb22f342dc5d9:

  Merge branch 'cpufreq/qcom-updates' into cpufreq/arm/linux-next (2019-09-03 07:55:22 +0530)

----------------------------------------------------------------
Andrew-sh.Cheng (2):
      cpufreq: mediatek: change to regulator_get_optional
      cpufreq: mediatek: Add support for mt8183

Anson Huang (2):
      cpufreq: Use imx-cpufreq-dt for i.MX8MN's speed grading
      cpufreq: imx-cpufreq-dt: Add i.MX8MN support

Douglas RAILLARD (1):
      cpufreq: qcom-hw: invoke frequency-invariance setter function

Fabien Parent (1):
      cpufreq: mediatek-cpufreq: Add compatible for MT8516

Gustavo A. R. Silva (1):
      cpufreq: ti-cpufreq: Mark expected switch fall-through

Hariprasad Kelam (1):
      cpufreq: ap806: Add NULL check after kcalloc

Jorge Ramirez-Ortiz (1):
      cpufreq: Add qcs404 to cpufreq-dt-platdev blacklist

Niklas Cassel (6):
      opp: Add dev_pm_opp_find_level_exact()
      dt-bindings: opp: qcom-nvmem: Make speedbin related properties optional
      dt-bindings: opp: qcom-nvmem: Support pstates provided by a power domain
      dt-bindings: opp: Add qcom-opp bindings with properties needed for CPR
      cpufreq: qcom: Refactor the driver to make it easier to extend
      cpufreq: qcom: Add support for qcs404 on nvmem driver

Sibi Sankar (1):
      cpufreq: qcom-hw: Update logic to detect turbo frequency

Sricharan R (2):
      dt-bindings: opp: Re-organise kryo cpufreq to use it for other nvmem based qcom socs
      cpufreq: qcom: Re-organise kryo cpufreq to use it for other nvmem based qcom socs

Viresh Kumar (3):
      opp: Not all power-domains are scalable
      opp: Return genpd virtual devices from dev_pm_opp_attach_genpd()
      Merge branch 'cpufreq/qcom-updates' into cpufreq/arm/linux-next

Yangtao Li (2):
      cpufreq: Add sun50i nvmem based CPU scaling driver
      dt-bindings: cpufreq: Document allwinner,sun50i-h6-operating-points

 .../{kryo-cpufreq.txt => qcom-nvmem-cpufreq.txt}   | 127 +++++++-
 Documentation/devicetree/bindings/opp/qcom-opp.txt |  19 ++
 .../bindings/opp/sun50i-nvmem-cpufreq.txt          | 167 ++++++++++
 MAINTAINERS                                        |  11 +-
 drivers/cpufreq/Kconfig.arm                        |  16 +-
 drivers/cpufreq/Makefile                           |   3 +-
 drivers/cpufreq/armada-8k-cpufreq.c                |   2 +
 drivers/cpufreq/cpufreq-dt-platdev.c               |   5 +
 drivers/cpufreq/imx-cpufreq-dt.c                   |   8 +-
 drivers/cpufreq/mediatek-cpufreq.c                 |   4 +-
 drivers/cpufreq/qcom-cpufreq-hw.c                  |  23 +-
 drivers/cpufreq/qcom-cpufreq-kryo.c                | 249 ---------------
 drivers/cpufreq/qcom-cpufreq-nvmem.c               | 352 +++++++++++++++++++++
 drivers/cpufreq/sun50i-cpufreq-nvmem.c             | 226 +++++++++++++
 drivers/cpufreq/ti-cpufreq.c                       |   1 +
 drivers/opp/core.c                                 |  68 +++-
 include/linux/pm_opp.h                             |  12 +-
 17 files changed, 1011 insertions(+), 282 deletions(-)
 rename Documentation/devicetree/bindings/opp/{kryo-cpufreq.txt => qcom-nvmem-cpufreq.txt} (87%)
 create mode 100644 Documentation/devicetree/bindings/opp/qcom-opp.txt
 create mode 100644 Documentation/devicetree/bindings/opp/sun50i-nvmem-cpufreq.txt
 delete mode 100644 drivers/cpufreq/qcom-cpufreq-kryo.c
 create mode 100644 drivers/cpufreq/qcom-cpufreq-nvmem.c
 create mode 100644 drivers/cpufreq/sun50i-cpufreq-nvmem.c


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

* Re: [GIT PULL] cpufreq/arm changes for 5.4
  2019-09-05  3:11 [GIT PULL] cpufreq/arm changes for 5.4 Viresh Kumar
@ 2019-09-05  7:11 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2019-09-05  7:11 UTC (permalink / raw)
  To: Viresh Kumar; +Cc: Rafael J. Wysocki, Linux PM

On Thu, Sep 5, 2019 at 5:11 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> This pull request contains:
>
> - Minor fixes for mediatek driver (Andrew-sh.Cheng and Fabien Parent).
> - Minor updates for imx driver (Anson Huang).
> - Minor fix for ti-cpufreq driver (Gustavo A. R. Silva).
> - Minor fix for ap806 driver (Hariprasad Kelam).
> - Significant updates to qcom cpufreq drivers, mostly to support CPR
>   stuff (Jorge Ramirez-Ortiz, Niklas Cassel, Sibi Sankar, Douglas
>   RAILLARD and Sricharan R).
> - New sun50i cpufreq driver (Yangtao Li).
>
> - This pull request also contains few OPP changes as well, which were
>   required because of dependencies for the qcom cpufreq changes. They
>   will be detailed in the OPP pull request.
>
> --
> viresh
>
> -------------------------8<-------------------------
>
> The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:
>
>   Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)
>
> 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 f75d2accca7785657311653c125bb22f342dc5d9:
>
>   Merge branch 'cpufreq/qcom-updates' into cpufreq/arm/linux-next (2019-09-03 07:55:22 +0530)

Pulled and pushed out, thanks!

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

end of thread, other threads:[~2019-09-05  7:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-05  3:11 [GIT PULL] cpufreq/arm changes for 5.4 Viresh Kumar
2019-09-05  7:11 ` Rafael J. Wysocki

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 NNTP newsgroup(s).