Searched hist:"1 c832d7c41cdb2f617bffa74c3d70f7c4a5667fc" (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/kernel/ |
| H A D | interrupt.c | 1c832d7c41cdb2f617bffa74c3d70f7c4a5667fc Tue Dec 17 02:45:15 UTC 2019 davidwang <davidwang@realtek.com> core: support shared irq
With some platforms would have multiplexed interrupts and software implement difference interrupt handler. Currently the interrupt mechanism only handle the first matched handler, and can not support shared irq.
New change to keep find another matched handler if the previous handler return none.
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Signed-off-by: davidwang <davidwang@realtek.com>
|
| /optee_os/core/include/kernel/ |
| H A D | interrupt.h | 1c832d7c41cdb2f617bffa74c3d70f7c4a5667fc Tue Dec 17 02:45:15 UTC 2019 davidwang <davidwang@realtek.com> core: support shared irq
With some platforms would have multiplexed interrupts and software implement difference interrupt handler. Currently the interrupt mechanism only handle the first matched handler, and can not support shared irq.
New change to keep find another matched handler if the previous handler return none.
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Signed-off-by: davidwang <davidwang@realtek.com>
|