Re: [PATCH] cache: sifive_ccache: Partially convert to a platform driver

From: Conor Dooley
Date: Thu Mar 28 2024 - 18:45:59 EST


From: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>

On Tue, 26 Mar 2024 22:45:24 -0700, Samuel Holland wrote:
> Commit 8ec99b033147 ("irqchip/sifive-plic: Convert PLIC driver into a
> platform driver") broke ccache initialization because the PLIC IRQ
> domain is no longer available during an arch_initcall:
>
> [ 0.087229] irq: no irq domain found for interrupt-controller@c000000 !
> [ 0.087255] CCACHE: Could not request IRQ 0
>
> [...]

Applied to riscv-soc-fixes, thanks for doing this Samuel.

[1/1] cache: sifive_ccache: Partially convert to a platform driver
https://git.kernel.org/conor/c/c90847bcbfb6

Thanks,
Conor.