mbox series

[GIT,PULL] cpufreq/arm changes for 5.1 (3)

Message ID 20190301073425.qxpyvrx6pxo4ywge@vireshk-i7 (mailing list archive)
State Mainlined
Delegated to: Rafael Wysocki
Headers show
Series [GIT,PULL] cpufreq/arm changes for 5.1 (3) | expand

Pull-request

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

Message

Viresh Kumar March 1, 2019, 7:34 a.m. UTC
Hi Rafael,

This pull request contains:

- Minor fixes for ap806 and kryo cpufreq drivers (Julia Lawall and
  Viresh Kumar).

--
viresh

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

The following changes since commit f525a670533d961fd72ab748e3aac002d7b3d1b9:

  cpufreq: ap806: add cpufreq driver for Armada 8K (2019-02-07 10:01:51 +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 0334906c06967142c8805fbe88acf787f65d3d26:

  cpufreq: kryo: Release OPP tables on module removal (2019-02-28 09:38:22 +0530)

----------------------------------------------------------------
Julia Lawall (1):
      cpufreq: ap806: add missing of_node_put after of_device_is_available

Viresh Kumar (1):
      cpufreq: kryo: Release OPP tables on module removal

 drivers/cpufreq/armada-8k-cpufreq.c |  4 +++-
 drivers/cpufreq/qcom-cpufreq-kryo.c | 20 ++++++++++++++++++--
 2 files changed, 21 insertions(+), 3 deletions(-)

Comments

Rafael J. Wysocki March 1, 2019, 9:24 a.m. UTC | #1
On Fri, Mar 1, 2019 at 8:34 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> This pull request contains:
>
> - Minor fixes for ap806 and kryo cpufreq drivers (Julia Lawall and
>   Viresh Kumar).

Pulled, thanks!