Re: [PATCH 03/16] irqdomain: Allow irq domain lookup by fwnode

2015-10-13 Thread Marc Zyngier
On Mon, 12 Oct 2015 13:31:09 -0500 Suravee Suthikulpanit wrote: Hi Suravee, > [RESEND] Not sure if the email went out the first time. > > Hi Marc, > > On 10/6/15 12:36, Marc Zyngier wrote: > > So far, our irq domains are still looked up by device node. > > Let's change this and allow a domain

Re: [PATCH 03/16] irqdomain: Allow irq domain lookup by fwnode

2015-10-12 Thread Suravee Suthikulpanit
[RESEND] Not sure if the email went out the first time. Hi Marc, On 10/6/15 12:36, Marc Zyngier wrote: So far, our irq domains are still looked up by device node. Let's change this and allow a domain to be looked up using a fwnode_handle pointer. The existing interfaces are preserved with a co

[PATCH 03/16] irqdomain: Allow irq domain lookup by fwnode

2015-10-06 Thread Marc Zyngier
So far, our irq domains are still looked up by device node. Let's change this and allow a domain to be looked up using a fwnode_handle pointer. The existing interfaces are preserved with a couple of helpers. Signed-off-by: Marc Zyngier --- include/linux/irqdomain.h | 11 +-- kernel/irq/