]> git.baikalelectronics.ru Git - kernel.git/commit
irqchip: spear_shirq: Fix interrupt offset
authorThomas Gleixner <tglx@linutronix.de>
Thu, 19 Jun 2014 21:34:37 +0000 (21:34 +0000)
committerJason Cooper <jason@lakedaemon.net>
Sat, 21 Jun 2014 23:26:39 +0000 (23:26 +0000)
commite14911428764d8e09786f2c23d84b53d9124592d
tree3185bfe890ea7edb4db29c29befc69d89759dbe1
parentbb1bbb3b837866edf2556a72544bd94358d25b72
irqchip: spear_shirq: Fix interrupt offset

The ras3 block on spear320 claims to have 3 interrupts. In fact it has
one and 6 reserved interrupts. Account the 6 reserved to this block so
it has 7 interrupts total. That matches the datasheet and the device
tree entries.

Broken since commit 3f86befe(ARM: SPEAr3xx: shirq: simplify and move
the shared irq multiplexor to DT). Testing is overrated....

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20140619212712.872379208@linutronix.de
Fixes: 3f86befe715d ('ARM: SPEAr3xx: shirq: simplify and move the shared irq multiplexor to DT')
Cc: <stable@vger.kernel.org> # v3.8+
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/irqchip/spear-shirq.c