Re: [PATCH 1/4] input: ti_am335x_tsc: correct step mask update after IRQ

2013-08-16 Thread Zubair Lutfullah :
On Fri, Aug 16, 2013 at 10:53:50AM +0200, Sebastian Andrzej Siewior wrote: > * Zubair Lutfullah | 2013-08-13 17:48:16 [+0100]: > > >@@ -316,7 +318,7 @@ static irqreturn_t titsc_irq(int irq, void *dev) > > > > if (irqclr) { > > titsc_writel(ts_dev, REG_IRQSTATUS, irqclr); > >-

Re: [PATCH 1/4] input: ti_am335x_tsc: correct step mask update after IRQ

2013-08-16 Thread Sebastian Andrzej Siewior
* Zubair Lutfullah | 2013-08-13 17:48:16 [+0100]: >diff --git a/drivers/input/touchscreen/ti_am335x_tsc.c >b/drivers/input/touchscreen/ti_am335x_tsc.c >index e1c5300..e165fcb 100644 >--- a/drivers/input/touchscreen/ti_am335x_tsc.c >+++ b/drivers/input/touchscreen/ti_am335x_tsc.c >@@ -52,6 +52,7

Re: [PATCH 1/4] input: ti_am335x_tsc: correct step mask update after IRQ

2013-08-16 Thread Sebastian Andrzej Siewior
* Zubair Lutfullah | 2013-08-13 17:48:16 [+0100]: diff --git a/drivers/input/touchscreen/ti_am335x_tsc.c b/drivers/input/touchscreen/ti_am335x_tsc.c index e1c5300..e165fcb 100644 --- a/drivers/input/touchscreen/ti_am335x_tsc.c +++ b/drivers/input/touchscreen/ti_am335x_tsc.c @@ -52,6 +52,7 @@

Re: [PATCH 1/4] input: ti_am335x_tsc: correct step mask update after IRQ

2013-08-16 Thread Zubair Lutfullah :
On Fri, Aug 16, 2013 at 10:53:50AM +0200, Sebastian Andrzej Siewior wrote: * Zubair Lutfullah | 2013-08-13 17:48:16 [+0100]: @@ -316,7 +318,7 @@ static irqreturn_t titsc_irq(int irq, void *dev) if (irqclr) { titsc_writel(ts_dev, REG_IRQSTATUS, irqclr); -

[PATCH 1/4] input: ti_am335x_tsc: correct step mask update after IRQ

2013-08-13 Thread Zubair Lutfullah
TSC steps should be enabled again after IRQ routine. This fix ensures they are updated correctly every time. Signed-off-by: Zubair Lutfullah --- drivers/input/touchscreen/ti_am335x_tsc.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[PATCH 1/4] input: ti_am335x_tsc: correct step mask update after IRQ

2013-08-13 Thread Zubair Lutfullah
TSC steps should be enabled again after IRQ routine. This fix ensures they are updated correctly every time. Signed-off-by: Zubair Lutfullah --- drivers/input/touchscreen/ti_am335x_tsc.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[PATCH 1/4] input: ti_am335x_tsc: correct step mask update after IRQ

2013-08-13 Thread Zubair Lutfullah
TSC steps should be enabled again after IRQ routine. This fix ensures they are updated correctly every time. Signed-off-by: Zubair Lutfullah zubair.lutful...@gmail.com --- drivers/input/touchscreen/ti_am335x_tsc.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[PATCH 1/4] input: ti_am335x_tsc: correct step mask update after IRQ

2013-08-13 Thread Zubair Lutfullah
TSC steps should be enabled again after IRQ routine. This fix ensures they are updated correctly every time. Signed-off-by: Zubair Lutfullah zubair.lutful...@gmail.com --- drivers/input/touchscreen/ti_am335x_tsc.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git