mbox series

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

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

Pull-request

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

Message

Ulf Hansson Feb. 9, 2024, 12:38 p.m. UTC
Hi Linus,

Here's a PR with a couple of pmdomain fixes for v6.8-rc4. 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 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -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-rc1

for you to fetch changes up to c41336f4d69057cbf88fed47951379b384540df5:

  pmdomain: mediatek: fix race conditions with genpd (2024-01-23 13:19:15 +0100)

----------------------------------------------------------------
Core:
 - Move the unused cleanup to a _sync initcall

Providers:
 - mediatek: Fix race conditions at probe/remove with genpd
 - renesas: r8a77980-sysc: CR7 must be always on

----------------------------------------------------------------
Eugen Hristev (1):
      pmdomain: mediatek: fix race conditions with genpd

Geert Uytterhoeven (1):
      pmdomain: renesas: r8a77980-sysc: CR7 must be always on

Konrad Dybcio (1):
      pmdomain: core: Move the unused cleanup to a _sync initcall

 drivers/pmdomain/core.c                    |  2 +-
 drivers/pmdomain/mediatek/mtk-pm-domains.c | 15 +++++++--------
 drivers/pmdomain/renesas/r8a77980-sysc.c   |  3 ++-
 3 files changed, 10 insertions(+), 10 deletions(-)