Re: [PATCHv6 2/5] Input: edt-ft5x06: Add DT support

2014-03-28 Thread Dmitry Torokhov
Hi Lothar, On Mon, Mar 24, 2014 at 04:11:07PM +0100, Lothar Waßmann wrote: > +#else > +static inline int edt_ft5x06_i2c_ts_probe_dt(struct device *dev, > + struct edt_ft5x06_i2c_ts_data *tsdata) This is wrong (not-existant) type for tsdata, I fixed it up. Than

[PATCHv6 2/5] Input: edt-ft5x06: Add DT support

2014-03-24 Thread Lothar Waßmann
Signed-off-by: Lothar Waßmann --- .../bindings/input/touchscreen/edt-ft5x06.txt | 55 drivers/input/touchscreen/edt-ft5x06.c | 143 +++- 2 files changed, 167 insertions(+), 31 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/t