Re: [PATCH v2] soc: ti: qmss: fix the case when !SMP

2016-11-30 Thread Arnd Bergmann
On Wednesday, November 30, 2016 9:13:44 AM CET Santosh Shilimkar wrote: > > Can you apply this to your non critical fixes queue ? > > On 11/30/2016 9:09 AM, Grygorii Strashko wrote: > > + Santosh Shilimkar > > > > On 11/30/2016 10:53 AM, Grygorii Strashko wrote: > >> The irq_set_affinity_hint()

Re: [PATCH v2] soc: ti: qmss: fix the case when !SMP

2016-11-30 Thread Santosh Shilimkar
Hi Anrd, Can you apply this to your non critical fixes queue ? On 11/30/2016 9:09 AM, Grygorii Strashko wrote: + Santosh Shilimkar On 11/30/2016 10:53 AM, Grygorii Strashko wrote: The irq_set_affinity_hint() will always fail when !SMP and Networking will fail on Keystone 2 devices in this ca

Re: [PATCH v2] soc: ti: qmss: fix the case when !SMP

2016-11-30 Thread Grygorii Strashko
+ Santosh Shilimkar On 11/30/2016 10:53 AM, Grygorii Strashko wrote: The irq_set_affinity_hint() will always fail when !SMP and Networking will fail on Keystone 2 devices in this case. Hence, fix by ignoring IRQ affinity settings when !SMP. Cc: Arnd Bergmann Signed-off-by: Grygorii Strashko

[PATCH v2] soc: ti: qmss: fix the case when !SMP

2016-11-30 Thread Grygorii Strashko
The irq_set_affinity_hint() will always fail when !SMP and Networking will fail on Keystone 2 devices in this case. Hence, fix by ignoring IRQ affinity settings when !SMP. Cc: Arnd Bergmann Signed-off-by: Grygorii Strashko --- drivers/soc/ti/knav_qmss_queue.c | 2 +- 1 file changed, 1 insertion