mbox series

[GIT,PULL] pmdomain fixes for v6.8-rc7

Message ID 20240301095623.3659989-1-ulf.hansson@linaro.org
State New
Headers show
Series [GIT,PULL] pmdomain fixes for v6.8-rc7 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm.git tags/pmdomain-v6.8-rc4

Message

Ulf Hansson March 1, 2024, 9:56 a.m. UTC
Hi Linus,

Here's a PR with a couple of pmdomain fixes intended for v6.8-rc7. Details about
the highlights are as usual found in the signed tag.

Please pull this in!

Kind regards
Ulf Hansson


The following changes since commit 841c35169323cd833294798e58b9bf63fa4fa1de:

  Linux 6.8-rc4 (2024-02-11 12:18:13 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm.git tags/pmdomain-v6.8-rc4

for you to fetch changes up to 2a93c6cbd5a703d44c414a3c3945a87ce11430ba:

  pmdomain: qcom: rpmhpd: Fix enabled_corner aggregation (2024-02-28 16:31:45 +0100)

----------------------------------------------------------------
Providers:
 - qcom: Fix enabled_corner aggregation for rpmhpd
 - arm: Fix NULL dereference on scmi_perf_domain removal

----------------------------------------------------------------
Bjorn Andersson (1):
      pmdomain: qcom: rpmhpd: Fix enabled_corner aggregation

Cristian Marussi (1):
      pmdomain: arm: Fix NULL dereference on scmi_perf_domain removal

 drivers/pmdomain/arm/scmi_perf_domain.c | 3 +++
 drivers/pmdomain/qcom/rpmhpd.c          | 7 +++++--
 2 files changed, 8 insertions(+), 2 deletions(-)