[GIT PULL] Apple SoC RTKit/PMGR updates for 6.3

From: Hector Martin
Date: Sat Feb 04 2023 - 05:08:25 EST



Hi SoC folks,

Please merge these driver changes for 6.3.

This batch comes with mostly RTKit changes adding APIs and features
needed for upcoming drivers, plus a PMGR change that also unblocks some
upcoming changes.

-Hector

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

https://github.com/AsahiLinux/linux.git tags/asahi-soc-rtkit-pmgr-6.3

for you to fetch changes up to 22991d8d57251509b8ee5c0b3dac04506fe5ed7a:

soc: apple: rtkit: Add register dump decoding to crashlog (2023-01-31 20:44:47 +0900)

----------------------------------------------------------------
Apple SoC RTKit/PMGR updates for 6.3.

This time around we have a PMGR change to allow IRQ-safe usage, RTKit
crash register dump decoding, and a bunch of RTKit API changes used by
upcoming drivers.

----------------------------------------------------------------
Asahi Lina (3):
soc: apple: rtkit: Add a private pointer to apple_rtkit_shmem
soc: apple: rtkit: Export non-devm init/free functions
soc: apple: rtkit: Add register dump decoding to crashlog

Hector Martin (2):
soc: apple: rtkit: Add apple_rtkit_idle() function
soc: apple: apple-pmgr-pwrstate: Switch to IRQ-safe mode

drivers/soc/apple/apple-pmgr-pwrstate.c | 11 ++--
drivers/soc/apple/rtkit-crashlog.c | 93 +++++++++++++++++++++++++++++++++
drivers/soc/apple/rtkit.c | 36 +++++++++++--
include/linux/soc/apple/rtkit.h | 26 +++++++++
4 files changed, 157 insertions(+), 9 deletions(-)