All of lore.kernel.org
 help / color / mirror / Atom feed
From: Viresh Kumar <viresh.kumar@linaro.org>
To: "Rafael J. Wysocki" <rafael@kernel.org>
Cc: Linux PM <linux-pm@vger.kernel.org>
Subject: [GIT PULL] cpufreq/arm changes for 5.8
Date: Tue, 12 May 2020 11:38:14 +0530	[thread overview]
Message-ID: <20200512060814.jkbbxxsxw45mcmg7@vireshk-i7> (raw)

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(-)


             reply	other threads:[~2020-05-12  6:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-12  6:08 Viresh Kumar [this message]
2020-05-12 14:26 ` [GIT PULL] cpufreq/arm changes for 5.8 Rafael J. Wysocki

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=20200512060814.jkbbxxsxw45mcmg7@vireshk-i7 \
    --to=viresh.kumar@linaro.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=rafael@kernel.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 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.