Re: [PATCH] pinctrl: qcom: Add affinity callbacks to msmgpio IRQ chip

2020-05-12 Thread Bjorn Andersson
On Thu 30 Apr 23:30 PDT 2020, Maulik Shah wrote: > From: Venkata Narendra Kumar Gutta > > Wakeup capable GPIO IRQs routed via PDC are not being migrated when a CPU > is hotplugged. Add affinity callbacks to msmgpio IRQ chip to update the > affinity of wakeup capable IRQs. > > Fixes: e35a6ae0eb3

Re: [PATCH] pinctrl: qcom: Add affinity callbacks to msmgpio IRQ chip

2020-05-12 Thread Linus Walleij
On Fri, May 1, 2020 at 8:31 AM Maulik Shah wrote: > From: Venkata Narendra Kumar Gutta > > Wakeup capable GPIO IRQs routed via PDC are not being migrated when a CPU > is hotplugged. Add affinity callbacks to msmgpio IRQ chip to update the > affinity of wakeup capable IRQs. > > Fixes: e35a6ae0eb3

Re: [PATCH] pinctrl: qcom: Add affinity callbacks to msmgpio IRQ chip

2020-05-03 Thread Stephen Boyd
Quoting Maulik Shah (2020-04-30 23:30:17) > From: Venkata Narendra Kumar Gutta > > Wakeup capable GPIO IRQs routed via PDC are not being migrated when a CPU > is hotplugged. Add affinity callbacks to msmgpio IRQ chip to update the > affinity of wakeup capable IRQs. > > Fixes: e35a6ae0eb3a ("pinc

Re: [PATCH] pinctrl: qcom: Add affinity callbacks to msmgpio IRQ chip

2020-05-01 Thread Doug Anderson
Hi, On Thu, Apr 30, 2020 at 11:31 PM Maulik Shah wrote: > > From: Venkata Narendra Kumar Gutta > > Wakeup capable GPIO IRQs routed via PDC are not being migrated when a CPU > is hotplugged. Add affinity callbacks to msmgpio IRQ chip to update the > affinity of wakeup capable IRQs. > > Fixes: e35

[PATCH] pinctrl: qcom: Add affinity callbacks to msmgpio IRQ chip

2020-04-30 Thread Maulik Shah
From: Venkata Narendra Kumar Gutta Wakeup capable GPIO IRQs routed via PDC are not being migrated when a CPU is hotplugged. Add affinity callbacks to msmgpio IRQ chip to update the affinity of wakeup capable IRQs. Fixes: e35a6ae0eb3a ("pinctrl/msm: Setup GPIO chip in hierarchy") Signed-off-by: V