2013-03-01 12:07:47

by Linus Walleij

[permalink] [raw]
Subject: [PATCH 1/2] mfd: stmpe: DT: Enable no-irq mode configuration

From: Gabriel Fernandez <[email protected]>

If there is no interrupt property into stmpe node
then activate the no-irq mode by setting the irq
value to -1.

Cc: [email protected]
Signed-off-by: Gabriel Fernandez <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
---
drivers/mfd/stmpe.c | 3 +++
1 file changed, 3 insertions(+)

diff --git a/drivers/mfd/stmpe.c b/drivers/mfd/stmpe.c
index 4b11202..e550dcb 100644
--- a/drivers/mfd/stmpe.c
+++ b/drivers/mfd/stmpe.c
@@ -1057,6 +1057,9 @@ int stmpe_probe(struct stmpe_client_info *ci, int partnum)
return -ENOMEM;

stmpe_of_probe(pdata, np);
+
+ if (of_find_property(np, "interrupts", NULL) == NULL)
+ ci->irq = -1;
}

stmpe = devm_kzalloc(ci->dev, sizeof(struct stmpe), GFP_KERNEL);
--
1.7.11.3


2013-03-22 08:14:27

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH 1/2] mfd: stmpe: DT: Enable no-irq mode configuration

On Fri, Mar 1, 2013 at 1:07 PM, Linus Walleij
<[email protected]> wrote:

> From: Gabriel Fernandez <[email protected]>
>
> If there is no interrupt property into stmpe node
> then activate the no-irq mode by setting the irq
> value to -1.
>
> Cc: [email protected]
> Signed-off-by: Gabriel Fernandez <[email protected]>
> Signed-off-by: Linus Walleij <[email protected]>

Hi Sam, ping on this!

Yours,
Linus Walleij

2013-04-05 16:06:27

by Samuel Ortiz

[permalink] [raw]
Subject: Re: [PATCH 1/2] mfd: stmpe: DT: Enable no-irq mode configuration

Hi Linus,

On Fri, Mar 01, 2013 at 01:07:16PM +0100, Linus Walleij wrote:
> From: Gabriel Fernandez <[email protected]>
>
> If there is no interrupt property into stmpe node
> then activate the no-irq mode by setting the irq
> value to -1.
>
> Cc: [email protected]
> Signed-off-by: Gabriel Fernandez <[email protected]>
> Signed-off-by: Linus Walleij <[email protected]>
> ---
> drivers/mfd/stmpe.c | 3 +++
> 1 file changed, 3 insertions(+)
Applied to mfd-next, thanks.

Cheers,
Samuel.

--
Intel Open Source Technology Centre
http://oss.intel.com/