From: Benoit Cousson Date: Fri, 2 Mar 2012 15:15:22 +0000 (+0100) Subject: mfd: Return twl6030_mmc_card_detect IRQ for board setup X-Git-Tag: v3.4-rc1~66^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdd61bc667401dc8054b69dddb0cf32ca2aab57b;p=pandora-kernel.git mfd: Return twl6030_mmc_card_detect IRQ for board setup Card detect IRQ from the TWL6030 used to be provided to the MMC controller code using a statically allocated IRQ scheme: card_detect_irq = TWL6030_IRQ_BASE + MMCDETECT_INTR_OFFSET; This is no longer valid in a SPARSE_IRQ context since there is no more pre-defined TWL6030_IRQ_BASE. Return the proper card detect IRQ value in the twl6030_mmc_card_detect_config that will be called from the MMC controller. Signed-off-by: Benoit Cousson Cc: Felipe Balbi Cc: Tony Lindgren Cc: Rajendra Nayak Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed