HiIf using 'request_irq' API with IRQF_NO_THREAD, then the provided handler is invoked as hard irq, and no threaded irq is launched.
If using 'request_threaded_irq' API with 2 handlers, then two threaded irq are launched.
Is there a way to configure irq so that one handler is invoked as hard irq, and the second handler is launched as threaded irq?
With best regards Yosi Yarchi