Re: [PATCH] of: irq: Pass trigger type in IRQ resource flags

2013-10-07 Thread Grant Likely
On Sat, 28 Sep 2013 19:52:51 +0200, Tomasz Figa wrote: > Some drivers might rely on availability of trigger flags in IRQ > resource, for example to configure the hardware for particular interrupt > type. However current code creating IRQ resources from data in device > tree does not configure trig

[PATCH] of: irq: Pass trigger type in IRQ resource flags

2013-09-28 Thread Tomasz Figa
Some drivers might rely on availability of trigger flags in IRQ resource, for example to configure the hardware for particular interrupt type. However current code creating IRQ resources from data in device tree does not configure trigger flags in resulting resources. This patch tries to solve the

Re: [PATCH] of: irq: Pass trigger type in IRQ resource flags

2013-06-14 Thread Javier Martinez Canillas
On 15/06/2013, at 00:00, Grant Likely wrote: > On Wed, 05 Jun 2013 20:20:39 +0200, Tomasz Figa wrote: >> Hi, >> >> On Sunday 19 of May 2013 00:56:30 Tomasz Figa wrote: >>> Some drivers might rely on availability of trigger flags in IRQ >>> resource, for example to configure the hardware for pa

Re: [PATCH] of: irq: Pass trigger type in IRQ resource flags

2013-06-14 Thread Grant Likely
On Wed, 05 Jun 2013 20:20:39 +0200, Tomasz Figa wrote: > Hi, > > On Sunday 19 of May 2013 00:56:30 Tomasz Figa wrote: > > Some drivers might rely on availability of trigger flags in IRQ > > resource, for example to configure the hardware for particular interrupt > > type. However current code cre

Re: [PATCH] of: irq: Pass trigger type in IRQ resource flags

2013-06-05 Thread Tomasz Figa
Hi, On Sunday 19 of May 2013 00:56:30 Tomasz Figa wrote: > Some drivers might rely on availability of trigger flags in IRQ > resource, for example to configure the hardware for particular interrupt > type. However current code creating IRQ resources from data in device > tree does not configure tr

[PATCH] of: irq: Pass trigger type in IRQ resource flags

2013-05-18 Thread Tomasz Figa
Some drivers might rely on availability of trigger flags in IRQ resource, for example to configure the hardware for particular interrupt type. However current code creating IRQ resources from data in device tree does not configure trigger flags in resulting resources. This patch solves the problem