Re: [PATCH] soc: apple: apple-pmgr-pwrstate: Switch to IRQ-safe mode

From: Hector Martin
Date: Tue Jan 31 2023 - 06:41:43 EST


On 23/01/2023 15.51, Hector Martin wrote:
> This requires changing the reset path locking primitives to the spinlock
> path in genpd, instead of the mutex path.
>
> Signed-off-by: Hector Martin <marcan@xxxxxxxxx>
> ---
> drivers/soc/apple/apple-pmgr-pwrstate.c | 11 +++++++----
> 1 file changed, 7 insertions(+), 4 deletions(-)
>

Thanks for the reviews, applied to asahi-soc/soc!

- Hector