Hi Mischa,
> -Original Message-
> From: Mischa Jonker
> Sent: Tuesday, July 23, 2019 1:26 PM
> To: Vineet Gupta ; Alexey Brodkin
> ;
> kstew...@linuxfoundation.org; t...@linutronix.de; robh...@kernel.org;
> linux-snps-
> a...@lists.infradead.org; linux-ker...@vger.kernel.org;
> devicet
Hi Mischa,
> -Original Message-
> From: Mischa Jonker
> Sent: Tuesday, July 23, 2019 1:26 PM
> To: Vineet Gupta ; Alexey Brodkin
> ;
> kstew...@linuxfoundation.org; t...@linutronix.de; robh...@kernel.org;
> linux-snps-
> a...@lists.infradead.org; linux-ker...@vger.kernel.org;
> devicet
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.
Note that I had to make a change to idu_irq_set_affinity as well, as
this function was setting
* Some lines exceeded 80 characters.
* Clarified statement about AUX register interface
Signed-off-by: Mischa Jonker
---
.../bindings/interrupt-controller/snps,archs-idu-intc.txt| 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git
a/Documentation/devicetree/binding
This updates the documentation for supporting an optional extra interrupt
cell to specify edge vs level triggered.
Signed-off-by: Mischa Jonker
---
.../interrupt-controller/snps,archs-idu-intc.txt | 19 ++-
1 file changed, 14 insertions(+), 5 deletions(-)
diff --git
a/Docu