Re: [PATCH 1/2] input: ti_tsc: Enable shared IRQ for TSC

2013-08-05 Thread Russ Dill
On 08/05/2013 10:02 AM, Zubair Lutfullah : wrote: > On Mon, Aug 05, 2013 at 09:12:56AM -0700, Dmitry Torokhov wrote: Touchscreen and ADC share the same IRQ line from parent MFD core. Previously only Touchscreen was interrupt based. With continuous mode support added in ADC driver, dr

Re: [PATCH 1/2] input: ti_tsc: Enable shared IRQ for TSC

2013-08-05 Thread Zubair Lutfullah :
On Mon, Aug 05, 2013 at 10:40:31AM -0700, Dmitry Torokhov wrote: > > > > FIFO 1 used only by ADC and FIFO1THRES handler is inside the iio/adc driver > > FIFO 0 used only by TSC and FIFO0THRES handler is inside the > > input/touchscreen > > > > Note: These are level interrupts. > > > > I would l

Re: [PATCH 1/2] input: ti_tsc: Enable shared IRQ for TSC

2013-08-05 Thread Dmitry Torokhov
On Mon, Aug 05, 2013 at 06:02:02PM +0100, Zubair Lutfullah : wrote: > On Mon, Aug 05, 2013 at 09:12:56AM -0700, Dmitry Torokhov wrote: > > > > Touchscreen and ADC share the same IRQ line from parent MFD core. > > > > Previously only Touchscreen was interrupt based. > > > > With continuous mode supp

Re: [PATCH 1/2] input: ti_tsc: Enable shared IRQ for TSC

2013-08-05 Thread Zubair Lutfullah :
On Mon, Aug 05, 2013 at 09:12:56AM -0700, Dmitry Torokhov wrote: > > > Touchscreen and ADC share the same IRQ line from parent MFD core. > > > Previously only Touchscreen was interrupt based. > > > With continuous mode support added in ADC driver, driver requires > > > interrupt to process the ADC

Re: [PATCH 1/2] input: ti_tsc: Enable shared IRQ for TSC

2013-08-05 Thread Dmitry Torokhov
On Sun, Aug 04, 2013 at 12:08:11PM +0100, Jonathan Cameron wrote: > On 07/27/13 00:51, Zubair Lutfullah wrote: > > From: "Patil, Rachna" > > > > Touchscreen and ADC share the same IRQ line from parent MFD core. > > Previously only Touchscreen was interrupt based. > > With continuous mode support

Re: [PATCH 1/2] input: ti_tsc: Enable shared IRQ for TSC

2013-08-04 Thread Jonathan Cameron
On 07/27/13 00:51, Zubair Lutfullah wrote: > From: "Patil, Rachna" > > Touchscreen and ADC share the same IRQ line from parent MFD core. > Previously only Touchscreen was interrupt based. > With continuous mode support added in ADC driver, driver requires > interrupt to process the ADC samples, s

[PATCH 1/2] input: ti_tsc: Enable shared IRQ for TSC

2013-07-26 Thread Zubair Lutfullah
From: "Patil, Rachna" Touchscreen and ADC share the same IRQ line from parent MFD core. Previously only Touchscreen was interrupt based. With continuous mode support added in ADC driver, driver requires interrupt to process the ADC samples, so enable shared IRQ flag bit for touchscreen. Signed-o