Yong Cong Sin

Results 58 comments of Yong Cong Sin

> I like that there is significant code removal 😁 They are now relocated into a separate file queueing for deprecation instead of outright removal 😬

Could you take a look at this one please? This is essentially a cleanup to the existing multilevel implementation which I hope that it can make it to the v3.6...

Thanks for the review! > with most continuing to use the old stuff Would it help if all multilevel interrupt drivers are updated to use the new implementation?

Pulling this back to draft - working on updating existing multilevel interrupt drivers

I've updated all the in-tree interrupt controller drivers that are multi-level(let me know if I missed any), and added a build-only test for all of them

force pushed again to adopt@henrikbrixandersen 's suggestion, added a new testcase and fixed an issue in the handling of 3rd level interrupt in the implementation while working on the test

~~Excluded `xtensa` from the test as its `CONFIG_NUM_IRQS` can't be modified, which is required by this test, opened #69579~~ workaround'd by guarding the `config IRQ_NUMS` with `RISCV`

> Just wondering how much have this been tested on actual hardware? It's been a while, to be on the safe side I'd say this is not tested on a...

ping @nashif could you please take a look agian? Thanks