From mboxrd@z Thu Jan 1 00:00:00 1970 From: b-cousson@ti.com (Cousson, Benoit) Date: Mon, 5 Mar 2012 09:29:54 +0100 Subject: [PATCH 11/12] mfd: twl4030-irq: Return twl6030_mmc_card_detect IRQ for board setup In-Reply-To: <4F523419.3080100@ru.mvista.com> References: <1330707024-23730-1-git-send-email-b-cousson@ti.com> <1330707024-23730-12-git-send-email-b-cousson@ti.com> <4F523419.3080100@ru.mvista.com> Message-ID: <4F547982.9040900@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Sergei, On 3/3/2012 4:09 PM, Sergei Shtylyov wrote: > Hello. > > On 02-03-2012 20:50, Benoit Cousson wrote: > >> 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 >> --- >> drivers/mfd/twl6030-irq.c | 3 ++- > > Subject talks about twl4030-irq. Oops, good catch. thanks. I guess that Tony's patch (mmc: omap_hsmmc: Simplify init for twl6030 MMC card detect) will supersede that one. Thanks, Benoit