Re: [PATCH 2/6] irqdomain: add a new send_ipi() to irq_domain_ops

2015-09-24 Thread Qais Yousef
On 09/23/2015 05:44 PM, Jiang Liu wrote: On 2015/9/23 22:49, Qais Yousef wrote: For generic ipi core to use. It takes hwirq as its sole argument. Hopefully this is generic enough? Should we pass something more abstract? Signed-off-by: Qais Yousef --- include/linux/irqdomain.h | 1 + 1 file

Re: [PATCH 2/6] irqdomain: add a new send_ipi() to irq_domain_ops

2015-09-24 Thread Qais Yousef
On 09/23/2015 05:44 PM, Jiang Liu wrote: On 2015/9/23 22:49, Qais Yousef wrote: For generic ipi core to use. It takes hwirq as its sole argument. Hopefully this is generic enough? Should we pass something more abstract? Signed-off-by: Qais Yousef ---

Re: [PATCH 2/6] irqdomain: add a new send_ipi() to irq_domain_ops

2015-09-23 Thread Jiang Liu
On 2015/9/23 22:49, Qais Yousef wrote: > For generic ipi core to use. It takes hwirq as its sole argument. > Hopefully this is generic enough? Should we pass something more abstract? > > Signed-off-by: Qais Yousef > --- > include/linux/irqdomain.h | 1 + > 1 file changed, 1 insertion(+) > >

[PATCH 2/6] irqdomain: add a new send_ipi() to irq_domain_ops

2015-09-23 Thread Qais Yousef
For generic ipi core to use. It takes hwirq as its sole argument. Hopefully this is generic enough? Should we pass something more abstract? Signed-off-by: Qais Yousef --- include/linux/irqdomain.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/irqdomain.h

[PATCH 2/6] irqdomain: add a new send_ipi() to irq_domain_ops

2015-09-23 Thread Qais Yousef
For generic ipi core to use. It takes hwirq as its sole argument. Hopefully this is generic enough? Should we pass something more abstract? Signed-off-by: Qais Yousef --- include/linux/irqdomain.h | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH 2/6] irqdomain: add a new send_ipi() to irq_domain_ops

2015-09-23 Thread Jiang Liu
On 2015/9/23 22:49, Qais Yousef wrote: > For generic ipi core to use. It takes hwirq as its sole argument. > Hopefully this is generic enough? Should we pass something more abstract? > > Signed-off-by: Qais Yousef > --- > include/linux/irqdomain.h | 1 + > 1 file