]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite2c410319318f3c823c9662e229efdc6315a9ef1
treea89a1ee8ee49addf94187f7a5b9da9420bf516bd
parente5adbb544f04c60eadedd880c01102be37c866c4
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