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

2016-11-23 Thread Vineet Gupta
On 11/22/2016 03:22 AM, Marc Zyngier wrote: >> 2. The kernel will not call idu_irq_set_affinity() for IDU interrupt >> > controller in some cases. It happens when the top interrupt >> > controller does not support setting of the affinity and does not even >> > support propagating of it (e.g. a GPIO

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

2016-11-22 Thread Marc Zyngier
rg >> Cc: vineet.gup...@synopsys.com; alexey.brod...@synopsys.com; >> t...@linutronix.de; linux-ker...@vger.kernel.org >> Subject: Re: [PATCH] ARCv2: MCIP: Deprecate setting of affinity in Device >> Tree >> >> Hi Yuriy, >> >> On 11/11/16 14:38, Yuriy Kolerov wro

RE: [PATCH] ARCv2: MCIP: Deprecate setting of affinity in Device Tree

2016-11-14 Thread Yuriy Kolerov
utronix.de; linux-ker...@vger.kernel.org > Subject: Re: [PATCH] ARCv2: MCIP: Deprecate setting of affinity in Device > Tree > > Hi Yuriy, > > On 11/11/16 14:38, Yuriy Kolerov wrote: > > Ignore value of interrupt distribution mode for common interrupts in > > IDU since

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

2016-11-11 Thread Marc Zyngier
Hi Yuriy, On 11/11/16 14:38, 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 no

[PATCH] ARCv2: MCIP: Deprecate setting of affinity in Device Tree

2016-11-11 Thread Yuriy Kolerov
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 guaranty that an affinity value will be set properly. Ho