[PATCH 12/21] IIO: ti_adc: Also clear threshold event when clearing overrun event

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



When an overrun occurs, the FIFO is cleared. If a FIFO threshold event

was pending, the data is now gone. Clear the threshold event when

handling an overrun (or underflow).

Signed-off-by: Russ Dill <Russ.Dill@xxxxxx>
Signed-off-by: Zubair Lutfullah <zubair.lutfullah@xxxxxxxxx>
---
 drivers/iio/adc/ti_am335x_adc.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/iio/adc/ti_am335x_adc.c b/drivers/iio/adc/ti_am335x_adc.c
index fcd414d..1e48799 100644
--- a/drivers/iio/adc/ti_am335x_adc.c
+++ b/drivers/iio/adc/ti_am335x_adc.c
@@ -178,7 +178,8 @@ static irqreturn_t tiadc_irq(int irq, void *private)
 
                 tiadc_writel(adc_dev, REG_IRQSTATUS,
                                 IRQENB_FIFO1OVRRUN |
-                                IRQENB_FIFO1UNDRFLW);
+                                IRQENB_FIFO1UNDRFLW |
+                                IRQENB_FIFO1THRES);
  
                 tiadc_writel(adc_dev, REG_CTRL,
                        (config | CNTRLREG_TSCSSENB));
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-iio" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Input]     [Linux Kernel]     [Linux SCSI]     [X.org]

  Powered by Linux