Re: [PATCH] pinctrl: qcom: Unconditionally mark gpio as wakeup enable
From: Sneh Mankad
Date: Thu May 07 2026 - 00:07:48 EST
On 05-May-26 4:13 PM, Konrad Dybcio wrote:
On 4/30/26 7:54 AM, Sneh Mankad wrote:
The wakeup enable bit needs to be set irrespective of the SoC using PDC orThis describes the impact, but not the reason why this happens. Please
MPM as wakeup capable irqchip to allow the GPIO interrupts to be forwarded
to parent irqchip.
This is set only for PDC irqchip using additional check skip_wake_irqs
making it impossible for MPM irqchip to detect the GPIO interrupt during
SoC low power mode since for MPM irqchip the skip_wake_irqs is always
false.
expand on that.
Konrad
Ok Konrad, I will post v3 with proper reasoning mentioned.
Thanks,
Sneh