Re: [PATCH 4/7] mfd: stmpe: use irq_get_trigger_type() to get IRQ flags

2013-06-18 Thread Samuel Ortiz
On Fri, Jun 14, 2013 at 06:40:46PM +0200, Javier Martinez Canillas wrote: > Use irq_get_trigger_type() to get the IRQ trigger type flags > instead calling irqd_get_trigger_type(irq_get_irq_data(irq)) > > Signed-off-by: Javier Martinez Canillas Acked-by: Samuel Ortiz Cheers, Samuel. -- Intel

Re: [PATCH 4/7] mfd: stmpe: use irq_get_trigger_type() to get IRQ flags

2013-06-18 Thread Samuel Ortiz
On Fri, Jun 14, 2013 at 06:40:46PM +0200, Javier Martinez Canillas wrote: Use irq_get_trigger_type() to get the IRQ trigger type flags instead calling irqd_get_trigger_type(irq_get_irq_data(irq)) Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk Acked-by: Samuel Ortiz

Re: [PATCH 4/7] mfd: stmpe: use irq_get_trigger_type() to get IRQ flags

2013-06-17 Thread Linus Walleij
On Fri, Jun 14, 2013 at 6:40 PM, Javier Martinez Canillas wrote: > Use irq_get_trigger_type() to get the IRQ trigger type flags > instead calling irqd_get_trigger_type(irq_get_irq_data(irq)) > > Signed-off-by: Javier Martinez Canillas Acked-by: Linus Walleij If you get the other patches

Re: [PATCH 4/7] mfd: stmpe: use irq_get_trigger_type() to get IRQ flags

2013-06-17 Thread Linus Walleij
On Fri, Jun 14, 2013 at 6:40 PM, Javier Martinez Canillas javier.marti...@collabora.co.uk wrote: Use irq_get_trigger_type() to get the IRQ trigger type flags instead calling irqd_get_trigger_type(irq_get_irq_data(irq)) Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk

[PATCH 4/7] mfd: stmpe: use irq_get_trigger_type() to get IRQ flags

2013-06-14 Thread Javier Martinez Canillas
Use irq_get_trigger_type() to get the IRQ trigger type flags instead calling irqd_get_trigger_type(irq_get_irq_data(irq)) Signed-off-by: Javier Martinez Canillas --- drivers/mfd/stmpe.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/mfd/stmpe.c

[PATCH 4/7] mfd: stmpe: use irq_get_trigger_type() to get IRQ flags

2013-06-14 Thread Javier Martinez Canillas
Use irq_get_trigger_type() to get the IRQ trigger type flags instead calling irqd_get_trigger_type(irq_get_irq_data(irq)) Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk --- drivers/mfd/stmpe.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git