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

2014-11-13 Thread Yijing Wang
On 2014/11/13 20:41, Jiang Liu wrote: > On 2014/11/13 20:34, Yijing Wang wrote: >> Gerry, this patch seems to be the same as last one. > Do you means patch 6/6? They are different:) Oh, it's not the patch problem, I received two double patch. > >> >> >> On 2014/11/13 19:43, Jiang Liu wrote: >>>

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

2014-11-13 Thread Jiang Liu
On 2014/11/13 20:34, Yijing Wang wrote: > Gerry, this patch seems to be the same as last one. Do you means patch 6/6? They are different:) > > > On 2014/11/13 19:43, Jiang Liu wrote: >> Introduce msi_irq_domain_{alloc|free}_irqs() to alloc/free interrupts >> from irqdomain for generic MSI interr

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

2014-11-13 Thread Yijing Wang
Gerry, this patch seems to be the same as last one. On 2014/11/13 19:43, Jiang Liu wrote: > Introduce msi_irq_domain_{alloc|free}_irqs() to alloc/free interrupts > from irqdomain for generic MSI interrupts. > > Signed-off-by: Jiang Liu > --- > include/linux/msi.h | 35 +++

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

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