What is the difference between IRQ and FIQ as per the Linux API wise? Are they use same api?
Is the difference only inside ARM core or is it do do with the kernel function calls also?
What is the difference between IRQ and FIQ as per the Linux API wise?
Share
No, they use different APIs. The best place to look is in
arch/arm/kernel/fiq.cof the kernel tree. It looks like there are a few drivers in the tree that use it that may be helpful as examples.