mbox series

[GIT,PULL] cpufreq/arm fixes for 5.17-rc6

Message ID 20220224043147.psbkkusn4bdv2eni@vireshk-i7
State New
Headers show
Series [GIT,PULL] cpufreq/arm fixes for 5.17-rc6 | expand

Pull-request

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

Message

Viresh Kumar Feb. 24, 2022, 4:31 a.m. UTC
Hi Rafael,

This pull request fixes issues related to throttle irq for Qcom SoCs.

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

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to ef8ee1cb8fc8976a68f5e89cd5f7b6f7de80c66f:

  cpufreq: qcom-hw: Delay enabling throttle_irq (2022-02-09 13:18:49 +0530)

----------------------------------------------------------------
Bjorn Andersson (2):
      cpufreq: Reintroduce ready() callback
      cpufreq: qcom-hw: Delay enabling throttle_irq

 Documentation/cpu-freq/cpu-drivers.rst                    |  3 +++
 Documentation/translations/zh_CN/cpu-freq/cpu-drivers.rst |  2 ++
 drivers/cpufreq/cpufreq.c                                 |  4 ++++
 drivers/cpufreq/qcom-cpufreq-hw.c                         | 11 ++++++++++-
 include/linux/cpufreq.h                                   |  3 +++
 5 files changed, 22 insertions(+), 1 deletion(-)