On Fri, 11 Dec 2020 14:15:35 -0800, Douglas Anderson wrote:
> We have a problem if we use gpio-keys and configure wakeups such that
> we only want one edge to wake us up.  AKA:
>   wakeup-event-action = <EV_ACT_DEASSERTED>;
>   wakeup-source;
> 
> Specifically we end up with a phantom interrupt that blocks suspend if
> the line was already high and we want wakeups on rising edges (AKA we
> want the GPIO to go low and then high again before we wake up).  The
> opposite is also problematic.
> 
> [...]

Applied to irq/irqchip-next, thanks!

[1/4] irqchip: qcom-pdc: Fix phantom irq when changing between rising/falling
      commit: 2f5fbc4305d07725bfebaedb09e57271315691ef

Cheers,

        M.
-- 
Without deviation from the norm, progress is not possible.


Reply via email to