[PATCH 1/2] ARCv2: IDU-intc: Add support for edge-triggered interrupts

2019-07-23 Thread Mischa Jonker
This adds support for an optional extra interrupt cell to specify edge vs level triggered. It is backward compatible with dts files with only one cell, and will default to level-triggered in such a case. Signed-off-by: Mischa Jonker --- arch/arc/kernel/mcip.c | 56 +++

[PATCH 2/2] dt-bindings: IDU-intc: Add support for edge-triggered interrupts

2019-07-23 Thread Mischa Jonker
This updates the documentation for supporting a optional extra interrupt cell to specify edge vs level triggered. Signed-off-by: Mischa Jonker --- .../interrupt-controller/snps,archs-idu-intc.txt | 30 ++ 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/Doc