mbox series

[GIT,PULL] cpufreq/arm changes for 5.8

Message ID 20200512060814.jkbbxxsxw45mcmg7@vireshk-i7 (mailing list archive)
State Mainlined, archived
Headers show
Series [GIT,PULL] cpufreq/arm changes for 5.8 | expand

Pull-request

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

Message

Viresh Kumar May 12, 2020, 6:08 a.m. UTC
Hi Rafael,

This pull request contains:

- Build OMAP cpufreq driver by default for ARCH_OMAP2PLUS platform
  (Anders Roxell).

- Fix compatible bindings for qcom cpufreq driver (Ansuel Smith).

- Update qoriq cpufreq driver to automatically loaded when built as
  module and related changes (Mian Yousaf Kaukab and Geert
  Uytterhoeven).

- Add support for r8a7742 to cpufreq-dt platform driver (Lad
  Prabhakar).

- Add support for i.MX7ULP to imx cpufreq driver (Peng Fan).

--
viresh

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

The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936:

  Linux 5.7-rc2 (2020-04-19 14:35:30 -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 1f1755af4f062cb1cbd55ca4a250fe272b82fe2f:

  cpufreq: qoriq: Add platform dependencies (2020-05-08 10:53:10 +0530)

----------------------------------------------------------------
Anders Roxell (1):
      cpufreq: omap: Build driver by default for ARCH_OMAP2PLUS

Ansuel Smith (1):
      cpufreq: qcom: fix wrong compatible binding

Geert Uytterhoeven (1):
      cpufreq: qoriq: Add platform dependencies

Lad Prabhakar (1):
      cpufreq: dt: Add support for r8a7742

Mian Yousaf Kaukab (2):
      cpufreq: qoriq: convert to a platform driver
      clk: qoriq: add cpufreq platform device

Peng Fan (2):
      cpufreq: Add i.MX7ULP to cpufreq-dt-platdev blacklist
      cpufreq: imx-cpufreq-dt: support i.MX7ULP

 drivers/clk/clk-qoriq.c              | 30 +++++++++++--
 drivers/cpufreq/Kconfig              |  3 +-
 drivers/cpufreq/Kconfig.arm          |  1 +
 drivers/cpufreq/cpufreq-dt-platdev.c |  2 +
 drivers/cpufreq/imx-cpufreq-dt.c     | 84 +++++++++++++++++++++++++++++++++++-
 drivers/cpufreq/qcom-cpufreq-nvmem.c |  2 +-
 drivers/cpufreq/qoriq-cpufreq.c      | 76 +++++++++++++-------------------
 7 files changed, 144 insertions(+), 54 deletions(-)

Comments

Rafael J. Wysocki May 12, 2020, 2:26 p.m. UTC | #1
On Tue, May 12, 2020 at 8:08 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> This pull request contains:
>
> - Build OMAP cpufreq driver by default for ARCH_OMAP2PLUS platform
>   (Anders Roxell).
>
> - Fix compatible bindings for qcom cpufreq driver (Ansuel Smith).
>
> - Update qoriq cpufreq driver to automatically loaded when built as
>   module and related changes (Mian Yousaf Kaukab and Geert
>   Uytterhoeven).
>
> - Add support for r8a7742 to cpufreq-dt platform driver (Lad
>   Prabhakar).
>
> - Add support for i.MX7ULP to imx cpufreq driver (Peng Fan).
>
> --
> viresh
>
> -------------------------8<-------------------------
>
> The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936:
>
>   Linux 5.7-rc2 (2020-04-19 14:35:30 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git cpufreq/arm/linux-next

Pulled, thanks!