2024-03-27 13:29:52

by Andreas Schwab

[permalink] [raw]
Subject: 6.9-rc1 regression: irq: no irq domain found for interrupt-controller@c000000

The SiFive ccache driver fails to look up its irqs:

[ 0.762329] irq: no irq domain found for interrupt-controller@c000000 !
[ 0.769358] CCACHE: Could not request IRQ 0

This is fatal for the JH7100 based boards, since they depend on it for
their DMA noncoherence.

--
Andreas Schwab, SUSE Labs, [email protected]
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


2024-03-27 14:40:12

by Samuel Holland

[permalink] [raw]
Subject: Re: 6.9-rc1 regression: irq: no irq domain found for interrupt-controller@c000000

Hi Andreas,

On 2024-03-27 7:21 AM, Andreas Schwab wrote:
> The SiFive ccache driver fails to look up its irqs:
>
> [ 0.762329] irq: no irq domain found for interrupt-controller@c000000 !
> [ 0.769358] CCACHE: Could not request IRQ 0
>
> This is fatal for the JH7100 based boards, since they depend on it for
> their DMA noncoherence.

I have posted a fix at
https://lore.kernel.org/linux-riscv/[email protected]/

Regards,
Samuel


2024-03-28 09:24:44

by Andreas Schwab

[permalink] [raw]
Subject: Re: 6.9-rc1 regression: irq: no irq domain found for interrupt-controller@c000000

On Mär 27 2024, Samuel Holland wrote:

> Hi Andreas,
>
> On 2024-03-27 7:21 AM, Andreas Schwab wrote:
>> The SiFive ccache driver fails to look up its irqs:
>>
>> [ 0.762329] irq: no irq domain found for interrupt-controller@c000000 !
>> [ 0.769358] CCACHE: Could not request IRQ 0
>>
>> This is fatal for the JH7100 based boards, since they depend on it for
>> their DMA noncoherence.
>
> I have posted a fix at
> https://lore.kernel.org/linux-riscv/[email protected]/

Thanks, I can confirm that this fixes the issue.

--
Andreas Schwab, SUSE Labs, [email protected]
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."