From: Scott Wood <oss@buserror.net> Date: 2017-06-25 02:39:20
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 of IRQ0 in the IPIC.
Signed-off-by: Jurgen Schindele <redacted>
[scottwood: Cleaned up commit message and posted as a proper patch]
Signed-off-by: Scott Wood <oss@buserror.net>
---
arch/powerpc/sysdev/ipic.c | 1 +
1 file changed, 1 insertion(+)
From: Michael Ellerman <mpe@ellerman.id.au> Date: 2017-06-26 12:46:54
Scott Wood [off-list ref] 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
non-contiguous hwirq numbering of IRQ0 in the IPIC.
I don't know this code at all, but nothing in the diff says "IRQ0" to
me?
cheers
From: Jürgen Schindele <hidden> Date: 2017-06-26 13:07:11
Index 48 equals IRQ0 in developpers manual
Am 26.06.2017 um 14:46 schrieb Michael Ellerman:
Scott Wood [off-list ref] writes:
quoted
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 of IRQ0 in the IPIC.
I don't know this code at all, but nothing in the diff says "IRQ0" to
me?
cheers
--=20
i. A.
J=C3=BCrgen Schindele
Softwareentwicklung
PSI Nentec GmbH
Greschbachstra=C3=9Fe 12
76229 Karlsruhe
Deutschland
Telefon: +49 721 94249-51
Telefax: +49 721 94249-10
schindele@nentec.de
www.nentec.de
Gesch=C3=A4ftsf=C3=BChrung: Klaus Becker, Roland Knapp
Sitz der Gesellschaft: Karlsruhe
Handelsregister: Amtsgericht Mannheim HRB 107658
Diese E-Mail enth=C3=A4lt vertrauliche oder rechtlich gesch=C3=BCtzte Inf=
ormationen. Wenn Sie nicht der vorgesehene Empf=C3=A4nger sind, informier=
en Sie bitte sofort den Absender und l=C3=B6schen Sie diese E-Mail. Das u=
nbefugte Kopieren dieser E-Mail oder die unbefugte Weitergabe der enthalt=
enen Informationen ist nicht gestattet.
The information contained in this message is confidential or protected by=
law. If you are not the intended recipient, please contact the sender an=
d delete this message. Any unauthorised copying of this message or unauth=
orised distribution of the information contained herein is prohibited.
From: Michael Ellerman <hidden> Date: 2017-07-27 12:37:16
On Sun, 2017-06-25 at 02:39:05 UTC, Scott Wood wrote:
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 of IRQ0 in the IPIC.
Signed-off-by: Jurgen Schindele <redacted>
[scottwood: Cleaned up commit message and posted as a proper patch]
Signed-off-by: Scott Wood <oss@buserror.net>