Re: [PATCH V2] mfd: palmas: provide irq flags through DT/platform data

2013-03-13 Thread Samuel Ortiz
Hi Laxman, On Fri, Mar 01, 2013 at 08:13:46PM +0530, Laxman Dewangan wrote: > Currently driver sets the irq type to IRQF_TRIGGER_LOW which is > causing interrupt registration failure in ARM based SoCs as: > [0.208479] genirq: Setting trigger mode 8 for irq 118 failed > (gic_set_type+0x0/0xf0)

[PATCH V2] mfd: palmas: provide irq flags through DT/platform data

2013-03-01 Thread Laxman Dewangan
Currently driver sets the irq type to IRQF_TRIGGER_LOW which is causing interrupt registration failure in ARM based SoCs as: [0.208479] genirq: Setting trigger mode 8 for irq 118 failed (gic_set_type+0x0/0xf0) [0.208513] dummy 0-0059: Failed to request IRQ 118: -22 Provide the irq flags t