]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Tue, 15 Nov 2011 21:13:47 +0000 (21:13 +0000)
commite12068a93409e41c88311a5a51c73123e7eb8db8
tree43a557af23eca81508b8bf900c031693d1bd12d7
parentf18b9738a898c53c1390b7059281ce7f0ac174e5
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