Re: [PATCH v3 3/3] ARCv2: MCIP: Deprecate setting of affinity in Device Tree

2017-01-03 Thread Vineet Gupta
On 12/28/2016 12:47 AM, Yuriy Kolerov wrote: > Ignore value of interrupt distribution mode for common interrupts in > IDU since setting of affinity using value from Device Tree is deprecated > in ARC. Originally it is done in idu_irq_xlate() function and it is > semantically wrong and does not guar

Re: [PATCH v3 2/3] ARCv2: IRQ: Call entry/exit functions for chained handlers in MCIP

2017-01-03 Thread Vineet Gupta
On 12/28/2016 12:46 AM, Yuriy Kolerov wrote: > It is necessary to call entry/exit functions for parent interrupt > controllers for proper masking/unmasking of interrupt lines. > > Signed-off-by: Yuriy Kolerov Applied to for-curr. Thx, -vineet ___ lin

Re: [PATCH v3 1/3] ARC: IRQ: Use hwirq instead of virq in mask/unmask

2017-01-03 Thread Vineet Gupta
On 12/28/2016 12:46 AM, Yuriy Kolerov wrote: > It is necessary to use hwirq instead of virq when you communicate > with an interrupt controller since there is no guaranty that virq > numbers match hwirq numbers. > > Signed-off-by: Yuriy Kolerov Applied to for-curr. Thx, -vineet __