[PATCH v2 2/2] mfd: stmpe: Document DT binding for irq_over_gpio

2014-09-11 Thread Sean Cross
STMPE now supports using a GPIO as an IRQ source. Document the device tree binding for this option. Signed-off-by: Sean Cross --- Documentation/devicetree/bindings/mfd/stmpe.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/mfd/stmpe.txt b/Documentation

[PATCH v2 0/2] Add irq_over_gpio DT support to STMPE

2014-09-11 Thread Sean Cross
These patches add support for using a GPIO as an IRQ source for the STMPE module when configured using device tree. Changes since v1: - Split actual patch and Documentation into two parts Sean Cross (2): mfd: stmpe: support gpio over irq under device tree mfd: stmpe: Document DT binding

[PATCH v2 1/2] mfd: stmpe: support gpio over irq under device tree

2014-09-11 Thread Sean Cross
The stmpe_platform_data has a irq_over_gpio field, which allows the system to read STMPE events whenever an IRQ occurs on a GPIO pin. This patch adds the ability to configure this field and to use a GPIO as an IRQ source for boards configuring the STMPE in device tree. Signed-off-by: Sean Cross

[PATCH] mfd: stmpe: add OF support for irq-over-gpio

2014-08-19 Thread Sean Cross
When using the STMPE610 or STMPE811 as a platform device, the platform data struct allows for irq_over_gpio to be set. This patch allows for using a GPIO as an IRQ source when using device tree by specifying an irq-gpio property. Signed-off-by: Sean Cross --- Documentation/devicetree/bindings

Re: linux-next: build failure after merge of the sound-asoc tree

2014-08-17 Thread Sean Cross
On 08/18/14 06:30, Stephen Rothwell wrote: > Hi all, > > After merging the sound-asoc tree, today's linux-next build (powerpc > allyesconfig) > failed like this: > > sound/soc/fsl/imx-pcm-fiq.c:31:21: fatal error: asm/fiq.h: No such file or > directory > #include > ^ > > Ca