[PATCH v8 2/8] drivers:input:tsc2007: check for presence and power down tsc2007 during probe

2016-11-22 Thread H. Nikolaus Schaller
1. check if chip is really present and don't succeed if it isn't. 2. if it succeeds, power down the chip until accessed Signed-off-by: H. Nikolaus Schaller --- drivers/input/touchscreen/tsc2007.c | 8 1 file changed, 8 insertions(+) diff --git

[PATCH v8 2/8] drivers:input:tsc2007: check for presence and power down tsc2007 during probe

2016-11-22 Thread H. Nikolaus Schaller
1. check if chip is really present and don't succeed if it isn't. 2. if it succeeds, power down the chip until accessed Signed-off-by: H. Nikolaus Schaller --- drivers/input/touchscreen/tsc2007.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/input/touchscreen/tsc2007.c