Re: [Patch V1 3/6] genirq: Introduce msi_domain_{alloc|free}_irqs()

2014-11-13 Thread Jiang Liu
On 2014/11/14 4:23, Marc Zyngier wrote: > On 13/11/14 11:43, Jiang Liu wrote: >> Introduce msi_domain_{alloc|free}_irqs() to alloc/free interrupts >> from generic MSI irqdomain. >> >> Signed-off-by: Jiang Liu >> --- >> include/linux/msi.h | 35 ++ >> kernel/irq/msi.c

Re: [Patch V1 3/6] genirq: Introduce msi_domain_{alloc|free}_irqs()

2014-11-13 Thread Marc Zyngier
On 13/11/14 11:43, Jiang Liu wrote: > Introduce msi_domain_{alloc|free}_irqs() to alloc/free interrupts > from generic MSI irqdomain. > > Signed-off-by: Jiang Liu > --- > include/linux/msi.h | 35 ++ > kernel/irq/msi.c| 59 > ++

[Patch V1 3/6] genirq: Introduce msi_domain_{alloc|free}_irqs()

2014-11-13 Thread Jiang Liu
Introduce msi_domain_{alloc|free}_irqs() to alloc/free interrupts from generic MSI irqdomain. Signed-off-by: Jiang Liu --- include/linux/msi.h | 35 ++ kernel/irq/msi.c| 59 +++ 2 files changed, 94 insertions(+)