ARM: 6309/1: mmci: allow neither ->status nor gpio_cd to be specified
authorRabin Vincent <rabin.vincent@stericsson.com>
Mon, 9 Aug 2010 11:56:40 +0000 (12:56 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 23 Sep 2010 14:02:00 +0000 (15:02 +0100)
commit4b8caec09562ce7e6e3aaf2954eef8ea73ba67b8
treef10e2defd6d2addfafa77b45df527a93d8c0c106
parent148b8b39c156424da22693d26adcb69800faf95e
ARM: 6309/1: mmci: allow neither ->status nor gpio_cd to be specified

The card may be always present on the board, and for these cases neither
a status callback nor a card detect GPIO is required, and card detection
polling can be disabled.

Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/mmc/host/mmci.c