MIPS: DB1200: PCMCIA card detection must not be auto-enabled.
authorManuel Lauss <manuel.lauss@googlemail.com>
Wed, 21 Apr 2010 15:41:59 +0000 (17:41 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 30 Apr 2010 19:52:43 +0000 (20:52 +0100)
commit0000a5390184af1459e82506fcfa7db96f3e6d33
treea21be05f506bbee603e2a280d126204ce7dbf3d4
parent0dfeecacd8e4405209f217944818b90016bb4a9d
MIPS: DB1200: PCMCIA card detection must not be auto-enabled.

Same issues as SD card detection:  One of both is always triggering and the
handlers take care to shut it up and enable the other.  To avoid messages
about "unbalanced interrupt enable/disable" they must not be automatically
enabled when initally requested.

This was not an issue with the db1200_defconfig due to fortunate timings;
on a build without network chip support the warnings appear.

Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
To: Linux-MIPS <linux-mips@linux-mips.org>
Patchwork: http://patchwork.linux-mips.org/patch/1133/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/alchemy/devboards/db1200/setup.c
drivers/pcmcia/db1xxx_ss.c