]> 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>
Thu, 24 Nov 2011 10:41:55 +0000 (10:41 +0000)
commit4bf8a1481688d1e5ae7fac4fbc4c8a4dc4c3404a
treed15d8dcd6c4639fa7177af3977d70eec6c4857c0
parent7a7ce9bf4a3fd5e7a27e13c83807252818daf0ec
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