]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: ath79: rework IP2/IP3 interrupt handling
authorGabor Juhos <juhosg@openwrt.org>
Wed, 14 Mar 2012 09:45:24 +0000 (10:45 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 27 Apr 2012 13:41:36 +0000 (14:41 +0100)
commite85be73acd54368be6f3dda9f8d81a914f24bce1
treea9abd0a0ba917bea449ee561b3809bb82af8f028
parentdcb136521872ec8e5777c0647681a8373a51ebd7
MIPS: ath79: rework IP2/IP3 interrupt handling

The current implementation assumes that flushing the
DDR writeback buffer is required for IP2/IP3 interrupts,
however this is not true for all SoCs.

Use SoC specific IP2/IP3 handlers instead of flushing
the buffers in the dispatcher code.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Acked-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
Cc: linux-mips@linux-mips.org
Cc: mcgrof@infradead.org
Patchwork: https://patchwork.linux-mips.org/patch/3509/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/ath79/irq.c