iio: adc: ad7091r: Set alert bit in config register
authorMarcelo Schmitt <marcelo.schmitt@analog.com>
Sat, 16 Dec 2023 17:46:37 +0000 (14:46 -0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 17 Dec 2023 14:54:39 +0000 (14:54 +0000)
commit149694f5e79b0c7a36ceb76e7c0d590db8f151c1
tree80dce36bd354640b4d3d33fc2a216f6ee6b3503f
parenta25a7df518fc71b1ba981d691e9322e645d2689c
iio: adc: ad7091r: Set alert bit in config register

The ad7091r-base driver sets up an interrupt handler for firing events
when inputs are either above or below a certain threshold.
However, for the interrupt signal to come from the device it must be
configured to enable the ALERT/BUSY/GPO pin to be used as ALERT, which
was not being done until now.
Enable interrupt signals on the ALERT/BUSY/GPO pin by setting the proper
bit in the configuration register.

Signed-off-by: Marcelo Schmitt <marcelo.schmitt@analog.com>
Link: https://lore.kernel.org/r/e8da2ee98d6df88318b14baf3dc9630e20218418.1702746240.git.marcelo.schmitt1@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/ad7091r-base.c