input: TSC: ti_tscadc: set FIFO0 threshold Interrupt
authorPatil, Rachna <rachna@ti.com>
Tue, 16 Oct 2012 07:25:40 +0000 (12:55 +0530)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 5 Nov 2012 22:50:26 +0000 (23:50 +0100)
commit30af55f930c2f69d8f3dcd658fb3ee352ebc54c1
treea89a1ee8ee49addf94187f7a5b9da9420bf516bd
parentd1fb57435c108b8dd66d7f47b4c60c1798dcae4c
input: TSC: ti_tscadc: set FIFO0 threshold Interrupt

Code currently uses FIFO1 threshold interrupt.
since this is a MFD, Dedicating FIFO0 to touchscreen
and making way for other devices to use FIFO1 as well.
The FIFO can be shared between 2 devices but since the
interrupt used is threshold interrupt on FIFO1, we would
end up having wrong interrupts. Hence changing the same.

Signed-off-by: Patil, Rachna <rachna@ti.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/input/touchscreen/ti_tscadc.c