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
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
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
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
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
5 matches
Mail list logo