Skip to content
Commit 4c13d06d authored by Masahiro Honda's avatar Masahiro Honda Committed by Greg Kroah-Hartman
Browse files

iio: adc: ad_sigma_delta: Fix IRQ issue by setting IRQ_DISABLE_UNLAZY flag

commit 626d3120 upstream.

The Sigma-Delta ADCs supported by this driver can use SDO as an interrupt
line to indicate the completion of a conversion. However, some devices
cannot properly detect the completion of a conversion by an interrupt.
This is for the reason mentioned in the following commit.

commit e9849777 ("genirq: Add flag to force mask in
                      disable_irq[_nosync]()")

A read operation is performed by an extra interrupt before the completion
of a conversion. At this time, the value read from the ADC data register
is the same as the previous conversion result. This patch fixes the issue
by setting IRQ_DISABLE_UNLAZY flag.

Fixes: 0c6ef985 ("iio: adc: ad7791: fix IRQ flags")
Fixes: 1a913270 ("iio: adc: ad7793: Fix IRQ flag")
Fixes: e081102f ("iio: adc: ad7780: Fix IRQ flag")
Fixes: 89a86da5 ("iio: adc: ad7192: Add IRQ flag")
Fixes: 79ef9149

 ("iio: adc: ad7124: Set IRQ type to falling")
Signed-off-by: default avatarMasahiro Honda <honda@mechatrax.com>
Link: https://lore.kernel.org/r/20230518110816.248-1-honda@mechatrax.com
Cc: <Stable@vger.kernel.org>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c6a3fcf9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment