]> 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>
Wed, 9 Nov 2011 14:28:33 +0000 (14:28 +0000)
commit950fa91567b599c4e8b85d9886e56537c4097c74
treea119e26f0fc252fa02c9b5457eddcad661e09be5
parent69f918115910797b5c46b10f180d523f979b1c40
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