All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] Input: atmel_mxt_ts - Make CHG line high after the interrupts are enabled
@ 2011-03-17 14:43 Iiro Valkonen
  2011-03-21 11:56 ` Joonyoung Shim
  0 siblings, 1 reply; 7+ messages in thread
From: Iiro Valkonen @ 2011-03-17 14:43 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: linux-input

Make the CHG line (interrupt line) go high after the interrupts have been enabled to make sure we don't miss the falling edge.

Signed-off-by: Iiro Valkonen <iiro.valkonen@atmel.com>
---
 drivers/input/touchscreen/atmel_mxt_ts.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/input/touchscreen/atmel_mxt_ts.c b/drivers/input/touchscreen/atmel_mxt_ts.c
index f8cd478..ca2062a 100644
--- a/drivers/input/touchscreen/atmel_mxt_ts.c
+++ b/drivers/input/touchscreen/atmel_mxt_ts.c
@@ -804,10 +804,6 @@ static int mxt_initialize(struct mxt_data *data)
 	if (error)
 		return error;
 
-	error = mxt_make_highchg(data);
-	if (error)
-		return error;
-
 	mxt_handle_pdata(data);
 
 	/* Backup to memory */
@@ -1098,6 +1094,10 @@ static int __devinit mxt_probe(struct i2c_client *client,
 	if (error)
 		goto err_unregister_device;
 
+	error = mxt_make_highchg(data);
+	if (error)
+		goto err_unregister_device;
+
 	return 0;
 
 err_unregister_device:
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-04-13  5:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-17 14:43 [PATCH 2/2] Input: atmel_mxt_ts - Make CHG line high after the interrupts are enabled Iiro Valkonen
2011-03-21 11:56 ` Joonyoung Shim
2011-04-01 14:04   ` [PATCH 2/2 v2] " Iiro Valkonen
2011-04-08  4:56     ` Joonyoung Shim
2011-04-08 12:58       ` [PATCH 2/2 v3] " Iiro Valkonen
2011-04-08 13:16       ` Iiro Valkonen
2011-04-13  5:17         ` Joonyoung Shim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.