[PATCH v4 0/6] [PATCH v4 0/6] GPIO: pca953x.c: Fix IRQ support and OF device-tree bindings

From: David Jander
Date: Wed Jun 08 2011 - 09:21:36 EST


This patch series fixes IRQ support and cleans up OF device-tree support for
the PCA953X gpio driver.
This is version 4 of the patch series, after receiving feedback from
Grant Likely and Thomas Gleixner.

Changes in this version:
- Call irq_alloc_descs unconditionally to allocate IRQ descriptors.
- Instead of adding linux,irq-base to OF bindings, remove all of them, since
they are not needed. IRQ's are allocated dynamically by irq_alloc_descs
(pdata->irq_base may still be specified by platform setup code, to set a
base for searching).
- For CONFIG_OF_GPIO, pdata->irq_base is set to -1 to disable GPIO-interrupt
support, if the "interrupts" property is not specified in the I2C
device-node.
- On suggestion from Grant Likely, changed IRQF_TRIGGER_FALLING to
IRQF_TRIGGER_LOW to enable the driver to share the physical interrupt line,
and better reflect the actual working of the pin (active-low interrupt).
- Split-out the patches a bit more.

David Jander (6):
GPIO: pca953x.c: Fix IRQ support.
GPIO: pca953x.c: Set device platform_data pointer after allocating it
GPIO: pca953x.c: Remove meaningless device-tree bindings
GPIO: pca953x.c: Interrupt pin is active-low
GPIO: pca953x.c: Fix warning of enabled interrupts in handler
GPIO: pca953x.c: Add missing irq_mask_ack handler in struct irq_chip

drivers/gpio/pca953x.c | 79 +++++++++++++----------------------------------
1 files changed, 22 insertions(+), 57 deletions(-)

--
1.7.4.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/