Re: [PATCHv3 4/5] Input: tsc2005: add DT support

2014-04-29 Thread Pavel Machek
On Sat 2014-04-26 01:56:18, Sebastian Reichel wrote: This adds DT support to the tsc2005 touchscreen driver. Signed-off-by: Sebastian Reichel s...@kernel.org @@ -100,6 +102,11 @@ TSC2005_CFR2_AVG_7) #define MAX_12BIT0xfff

[PATCHv3 4/5] Input: tsc2005: add DT support

2014-04-25 Thread Sebastian Reichel
This adds DT support to the tsc2005 touchscreen driver. Signed-off-by: Sebastian Reichel s...@kernel.org --- drivers/input/touchscreen/tsc2005.c | 96 + 1 file changed, 77 insertions(+), 19 deletions(-) diff --git a/drivers/input/touchscreen/tsc2005.c