Re: [PATCH] powerpc/ipic: Support edge on IRQ0

2017-06-26 Thread Jürgen Schindele
Index 48 equals IRQ0 in developpers manual Am 26.06.2017 um 14:46 schrieb Michael Ellerman: Scott Wood writes: External IRQ0 has the same capabilities as the other IRQ1-7 and is handled by the same register IPIC_SEPNR. When this register is not specified for "ack" in "ipic_info", you cannot

Re: [PATCH] powerpc/ipic: Support edge on IRQ0

2017-06-26 Thread Michael Ellerman
Scott Wood writes: > External IRQ0 has the same capabilities as the other IRQ1-7 and is > handled by the same register IPIC_SEPNR. When this register is not > specified for "ack" in "ipic_info", you cannot configure this IRQ as > IRQ_TYPE_EDGE_FALLING. This oversight was probably due to the > n

[PATCH] powerpc/ipic: Support edge on IRQ0

2017-06-24 Thread Scott Wood
External IRQ0 has the same capabilities as the other IRQ1-7 and is handled by the same register IPIC_SEPNR. When this register is not specified for "ack" in "ipic_info", you cannot configure this IRQ as IRQ_TYPE_EDGE_FALLING. This oversight was probably due to the non-contiguous hwirq numbering o