Re: [PATCH for v5.3] ARM: OMAP1: ams-delta-fiq: Fix missing irq_ack

2019-08-13 Thread Tony Lindgren
* Janusz Krzysztofik [190811 01:48]: > Non-serio path of Amstrad Delta FIQ deferred handler depended on > irq_ack() method provided by OMAP GPIO driver. That method has been > removed by commit 693de831c6e5 ("gpio: omap: remove irq_ack method"). > Remove useless code from the deferred handler

[PATCH for v5.3] ARM: OMAP1: ams-delta-fiq: Fix missing irq_ack

2019-08-11 Thread Janusz Krzysztofik
Non-serio path of Amstrad Delta FIQ deferred handler depended on irq_ack() method provided by OMAP GPIO driver. That method has been removed by commit 693de831c6e5 ("gpio: omap: remove irq_ack method"). Remove useless code from the deferred handler and reimplement the missing operation inside the