ARM: 6894/1: mmci: trigger card detect IRQs on falling and rising edges
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 5 May 2011 16:23:10 +0000 (17:23 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 6 Jun 2011 10:11:12 +0000 (11:11 +0100)
commit17ee083b7897ab27b4949c42de805889ebd2b4c5
tree097d6a0b11178bbe7bc7fbb702cc4586dc782cae
parent9fc2552a68eb28f95f367156cf46a3da7843ff37
ARM: 6894/1: mmci: trigger card detect IRQs on falling and rising edges

Right now the card detect IRQ for MMCI is requested without any
flags which will give some default machine-specified IRQ
behaviour. However on the U300 rising+falling edges (such as can
be expected from a simple GPIO to generate when inserting/removing
a card) need to be requested explicitly.

Cc: Rabin Vincent <rabin.vincent@stericsson.com>
Cc: Ulf Hansson <ulf.hansson@stericsson.com>
Cc: Sebastian Rasmussen <sebastian.rasmussen@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/mmc/host/mmci.c