Re: [PATCH V3 3/3] mfd: stmpe: Update DT support in stmpe driver
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2012-11-27 02:40:30
Also in:
lkml
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2012-11-27 02:40:30
Also in:
lkml
On 27 November 2012 00:10, Grant Likely [off-list ref] wrote:
Ah, so it is configuring the way the device emits interrupts; not how the interrupt controller processes them. Fair enough.
Finally i am able to convince somebody that stmpe is different :)
It would actually be good to ask the interrupt controller driver what kind of interrupt signal it expects for a given interrupt line. That should also solve the problem and I think it would be more useful to other devices. Can you investigate whether or not irqd_get_trigger_type() returns the information you need?
That's a pretty cool function to use. :) Will check it out :) -- viresh