mbox series

[GIT,PULL] cpufreq/arm fixes for 5.18-rc5

Message ID 20220426065239.qtho7kwvdohqnff2@vireshk-i7
State New
Headers show
Series [GIT,PULL] cpufreq/arm fixes for 5.18-rc5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/cpufreq-arm-fixes-5.18-rc5

Message

Viresh Kumar April 26, 2022, 6:52 a.m. UTC
The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/cpufreq-arm-fixes-5.18-rc5

for you to fetch changes up to e4e6448638a01905faeda9bf96aa9df7c8ef463c:

  cpufreq: qcom-cpufreq-hw: Clear dcvs interrupts (2022-04-26 12:08:31 +0530)

----------------------------------------------------------------
cpufreq arm fixes for 5.18-rc5

- Fix issues with the Qualcomm's cpufreq driver (Dmitry Baryshkov and
  Vladimir Zapolskiy).
- Fix memory leak with the Sun501 driver (Xiaobing Luo).

----------------------------------------------------------------
Dmitry Baryshkov (4):
      cpufreq: qcom-hw: drop affinity hint before freeing the IRQ
      cpufreq: qcom-hw: fix the race between LMH worker and cpuhp
      cpufreq: qcom-hw: fix the opp entries refcounting
      cpufreq: qcom-hw: provide online/offline operations

Vladimir Zapolskiy (2):
      cpufreq: qcom-cpufreq-hw: Fix throttle frequency value on EPSS platforms
      cpufreq: qcom-cpufreq-hw: Clear dcvs interrupts

Xiaobing Luo (1):
      cpufreq: fix memory leak in sun50i_cpufreq_nvmem_probe

 drivers/cpufreq/qcom-cpufreq-hw.c      | 70 +++++++++++++++++++++++++++-------
 drivers/cpufreq/sun50i-cpufreq-nvmem.c |  4 +-
 2 files changed, 60 insertions(+), 14 deletions(-)