mbox series

[GIT,PULL] cpufreq/arm fixes for 5.19

Message ID 20220628080812.twfoo2tzot3m32i2@vireshk-i7 (mailing list archive)
State Mainlined, archived
Headers show
Series [GIT,PULL] cpufreq/arm fixes for 5.19 | expand

Pull-request

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

Message

Viresh Kumar June 28, 2022, 8:08 a.m. UTC
The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -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.19-rc5

for you to fetch changes up to be4b61ec45b3efe5e9077525fc92d544305eb2a6:

  cpufreq: Add MT8186 to cpufreq-dt-platdev blocklist (2022-06-28 13:34:56 +0530)

----------------------------------------------------------------
cpufreq arm fixes for 5.19-rc5

- Fix missing of_node_put for qoriq and pmac32 driver (Liang He).
- Fix issues around throttle interrupt for qcom driver (Stephen Boyd).
- Add MT8186 to cpufreq-dt-platdev blocklist (AngeloGioacchino Del Regno).

----------------------------------------------------------------
AngeloGioacchino Del Regno (1):
      cpufreq: Add MT8186 to cpufreq-dt-platdev blocklist

Liang He (2):
      drivers: cpufreq: Add missing of_node_put() in qoriq-cpufreq.c
      cpufreq: pmac32-cpufreq: Fix refcount leak bug

Stephen Boyd (1):
      cpufreq: qcom-hw: Don't do lmh things without a throttle interrupt

 drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
 drivers/cpufreq/pmac32-cpufreq.c     | 4 ++++
 drivers/cpufreq/qcom-cpufreq-hw.c    | 6 ++++++
 drivers/cpufreq/qoriq-cpufreq.c      | 1 +
 4 files changed, 12 insertions(+)

Comments

Rafael J. Wysocki June 28, 2022, 4 p.m. UTC | #1
On Tue, Jun 28, 2022 at 10:08 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:
>
>   Linux 5.19-rc1 (2022-06-05 17:18:54 -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.19-rc5
>
> for you to fetch changes up to be4b61ec45b3efe5e9077525fc92d544305eb2a6:
>
>   cpufreq: Add MT8186 to cpufreq-dt-platdev blocklist (2022-06-28 13:34:56 +0530)
>
> ----------------------------------------------------------------
> cpufreq arm fixes for 5.19-rc5
>
> - Fix missing of_node_put for qoriq and pmac32 driver (Liang He).
> - Fix issues around throttle interrupt for qcom driver (Stephen Boyd).
> - Add MT8186 to cpufreq-dt-platdev blocklist (AngeloGioacchino Del Regno).
>
> ----------------------------------------------------------------
> AngeloGioacchino Del Regno (1):
>       cpufreq: Add MT8186 to cpufreq-dt-platdev blocklist
>
> Liang He (2):
>       drivers: cpufreq: Add missing of_node_put() in qoriq-cpufreq.c
>       cpufreq: pmac32-cpufreq: Fix refcount leak bug
>
> Stephen Boyd (1):
>       cpufreq: qcom-hw: Don't do lmh things without a throttle interrupt
>
>  drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
>  drivers/cpufreq/pmac32-cpufreq.c     | 4 ++++
>  drivers/cpufreq/qcom-cpufreq-hw.c    | 6 ++++++
>  drivers/cpufreq/qoriq-cpufreq.c      | 1 +
>  4 files changed, 12 insertions(+)
>
> --

Pulled, thanks!