Re: [PATCH] Input: stmfts: set IRQ_NOAUTOEN to the irq flag

2018-01-22 Thread Dmitry Torokhov
On Wed, Sep 27, 2017 at 09:58:31PM +0900, Andi Shyti wrote: > The interrupt is requested before the device is powered on and > it's value in some cases cannot be reliable. It happens on some > devices that an interrupt is generated as soon as requested > before having the chance to disable the irq.

[PATCH] Input: stmfts: set IRQ_NOAUTOEN to the irq flag

2017-09-27 Thread Andi Shyti
The interrupt is requested before the device is powered on and it's value in some cases cannot be reliable. It happens on some devices that an interrupt is generated as soon as requested before having the chance to disable the irq. Set the irq flag as IRQ_NOAUTOEN before requesting it. This patch