MIPS: DB1200: PCMCIA card detection must not be auto-enabled.
commit846ca81feca0642d182768ce79d42165e9189d03
authorManuel Lauss <manuel.lauss@googlemail.com>
Wed, 21 Apr 2010 15:41:59 +0000 (21 17:41 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 23 Apr 2010 02:29:01 +0000 (23 03:29 +0100)
tree0088b85244c13b872967249529db304aeebba94e
parent328d57773f541a8eb59fa688dec349e77c2b49e8
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