MIPS: Alchemy: devboards: remove unneeded BCSR IRQ reg acc
authorManuel Lauss <manuel.lauss@googlemail.com>
Tue, 1 Nov 2011 19:03:29 +0000 (20:03 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 7 Dec 2011 22:02:05 +0000 (22:02 +0000)
commitfb469f084fdf1631e31d87270f5263c20a7f5cd6
treef53cd7f0d87cbd3f3571c55b6b1f76ce0c42c841
parent435037c630dcd984cf95c9cfff973f8626cea368
MIPS: Alchemy: devboards: remove unneeded BCSR IRQ reg acc

Initially I had to write to both the MASK and ENABLE registers, otherwise
the CPLD would generate tons of spurious interrupts.  With the change to
the demux handler to disable the muxed line, it is now sufficient to
disable the interrupt by writing either the enable or mask register.

Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2865/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/alchemy/devboards/bcsr.c