Pārlūkot izejas kodu

input: TSC: ti_tscadc: Remove definition of End Of Interrupt register

The touchscreen IP uses level sensitive interrupts rather
than edge sensitive interrupts and therefore the is no need
to use the EOI register to have the module re-strobe the
interrupt line if there pending interrupts exist.

Signed-off-by: Patil, Rachna <rachna@ti.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Patil, Rachna 13 gadi atpakaļ
vecāks
revīzija
c6e86db2be
1 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  1. 0 3
      drivers/input/touchscreen/ti_tscadc.c

+ 0 - 3
drivers/input/touchscreen/ti_tscadc.c

@@ -27,7 +27,6 @@
 #include <linux/input/ti_tscadc.h>
 #include <linux/input/ti_tscadc.h>
 #include <linux/delay.h>
 #include <linux/delay.h>
 
 
-#define REG_IRQEOI		0x020
 #define REG_RAWIRQSTATUS	0x024
 #define REG_RAWIRQSTATUS	0x024
 #define REG_IRQSTATUS		0x028
 #define REG_IRQSTATUS		0x028
 #define REG_IRQENABLE		0x02C
 #define REG_IRQENABLE		0x02C
@@ -330,8 +329,6 @@ static irqreturn_t tscadc_irq(int irq, void *dev)
 	}
 	}
 
 
 	tscadc_writel(ts_dev, REG_IRQSTATUS, irqclr);
 	tscadc_writel(ts_dev, REG_IRQSTATUS, irqclr);
-	/* check pending interrupts */
-	tscadc_writel(ts_dev, REG_IRQEOI, 0x0);
 
 
 	tscadc_writel(ts_dev, REG_SE, STPENB_STEPENB);
 	tscadc_writel(ts_dev, REG_SE, STPENB_STEPENB);
 	return IRQ_HANDLED;
 	return IRQ_HANDLED;