Re: [PATCH v9 3/7] rust: irq: add support for non-threaded IRQs and handlers
From: Daniel Almeida
Date: Mon Aug 18 2025 - 08:50:38 EST
Hi Andreas,
> On 18 Aug 2025, at 05:14, Andreas Hindborg <a.hindborg@xxxxxxxxxx> wrote:
>
> "Daniel Almeida" <daniel.almeida@xxxxxxxxxxxxx> writes:
>
>> This patch adds support for non-threaded IRQs and handlers through
>> irq::Registration and the irq::Handler trait.
>>
>> Registering an irq is dependent upon having a IrqRequest that was
>> previously allocated by a given device. This will be introduced in
>> subsequent patches.
>>
>> Tested-by: Joel Fernandes <joelagnelf@xxxxxxxxxx>
>> Tested-by: Dirk Behme <dirk.behme@xxxxxxxxxxxx>
>> Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>
>> Signed-off-by: Daniel Almeida <daniel.almeida@xxxxxxxxxxxxx>
>> ---
This was merged as you noticed in the other thread, but I can of course send
new patches to address your comments.
I will get back to you on this soon.
— Daniel