Re: [PATCH 11/12] mfd: twl4030-irq: Return twl6030_mmc_card_detect IRQ for board setup

2012-03-05 Thread Rajendra Nayak
On Friday 02 March 2012 11:45 PM, Felipe Balbi wrote: Hi, On Fri, Mar 02, 2012 at 05:50:23PM +0100, 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 +

Re: [PATCH 11/12] mfd: twl4030-irq: Return twl6030_mmc_card_detect IRQ for board setup

2012-03-05 Thread Cousson, Benoit
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;

Re: [PATCH 11/12] mfd: twl4030-irq: Return twl6030_mmc_card_detect IRQ for board setup

2012-03-05 Thread Cousson, Benoit
On 3/5/2012 9:19 AM, Rajendra Nayak wrote: On Friday 02 March 2012 11:45 PM, Felipe Balbi wrote: Hi, On Fri, Mar 02, 2012 at 05:50:23PM +0100, Benoit Cousson wrote: Card detect IRQ from the TWL6030 used to be provided to the MMC controller code using a statically allocated IRQ scheme:

Re: [PATCH 11/12] mfd: twl4030-irq: Return twl6030_mmc_card_detect IRQ for board setup

2012-03-03 Thread Sergei Shtylyov
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

[PATCH 11/12] mfd: twl4030-irq: Return twl6030_mmc_card_detect IRQ for board setup

2012-03-02 Thread Benoit Cousson
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

Re: [PATCH 11/12] mfd: twl4030-irq: Return twl6030_mmc_card_detect IRQ for board setup

2012-03-02 Thread Felipe Balbi
Hi, On Fri, Mar 02, 2012 at 05:50:23PM +0100, 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

Re: [PATCH 11/12] mfd: twl4030-irq: Return twl6030_mmc_card_detect IRQ for board setup

2012-03-02 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [120302 09:43]: Hi, On Fri, Mar 02, 2012 at 05:50:23PM +0100, 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 +

Re: [PATCH 11/12] mfd: twl4030-irq: Return twl6030_mmc_card_detect IRQ for board setup

2012-03-02 Thread Cousson, Benoit
Hi Tony, On 3/2/2012 8:20 PM, Tony Lindgren wrote: * Felipe Balbiba...@ti.com [120302 09:43]: Hi, On Fri, Mar 02, 2012 at 05:50:23PM +0100, Benoit Cousson wrote: Card detect IRQ from the TWL6030 used to be provided to the MMC controller code using a statically allocated IRQ scheme:

Re: [PATCH 11/12] mfd: twl4030-irq: Return twl6030_mmc_card_detect IRQ for board setup

2012-03-02 Thread Cousson, Benoit
On 3/2/2012 9:28 PM, Cousson, Benoit wrote: Hi Tony, On 3/2/2012 8:20 PM, Tony Lindgren wrote: * Felipe Balbiba...@ti.com [120302 09:43]: Hi, On Fri, Mar 02, 2012 at 05:50:23PM +0100, Benoit Cousson wrote: Card detect IRQ from the TWL6030 used to be provided to the MMC controller code using

Re: [PATCH 11/12] mfd: twl4030-irq: Return twl6030_mmc_card_detect IRQ for board setup

2012-03-02 Thread Tony Lindgren
* Cousson, Benoit b-cous...@ti.com [120302 13:06]: I created a for_3.4/twl_irq_gpio_fix branch based on irqdomain/next with all the TWL + GPIO patches except the DTS and without the MMC hacks. And I merged it into your hsmmc-gpio branch. There is a small conflict in gpio-twl4030 but