Re: [PATCH v3 3/3] input: touchscreen: ad7879: add device tree support

2016-03-08 Thread Dmitry Torokhov
On Tue, Feb 02, 2016 at 03:20:18PM -0800, Stefan Agner wrote: > Add device tree support for the I2C and SPI variant of AD7879(-1). > This allows to specify the touchscreen controller as a I2C client > node or SPI slave device. Most of the options available in platform > data are also available as

Re: [PATCH v3 3/3] input: touchscreen: ad7879: add device tree support

2016-03-08 Thread Dmitry Torokhov
On Tue, Feb 02, 2016 at 03:20:18PM -0800, Stefan Agner wrote: > Add device tree support for the I2C and SPI variant of AD7879(-1). > This allows to specify the touchscreen controller as a I2C client > node or SPI slave device. Most of the options available in platform > data are also available as

Re: [PATCH v3 3/3] input: touchscreen: ad7879: add device tree support

2016-02-02 Thread Michael Hennerich
On 02/03/2016 12:20 AM, Stefan Agner wrote: Add device tree support for the I2C and SPI variant of AD7879(-1). This allows to specify the touchscreen controller as a I2C client node or SPI slave device. Most of the options available in platform data are also available as device tree properties,

[PATCH v3 3/3] input: touchscreen: ad7879: add device tree support

2016-02-02 Thread Stefan Agner
Add device tree support for the I2C and SPI variant of AD7879(-1). This allows to specify the touchscreen controller as a I2C client node or SPI slave device. Most of the options available in platform data are also available as device tree properties, the only exception being GPIO capabilities,

[PATCH v3 3/3] input: touchscreen: ad7879: add device tree support

2016-02-02 Thread Stefan Agner
Add device tree support for the I2C and SPI variant of AD7879(-1). This allows to specify the touchscreen controller as a I2C client node or SPI slave device. Most of the options available in platform data are also available as device tree properties, the only exception being GPIO capabilities,

Re: [PATCH v3 3/3] input: touchscreen: ad7879: add device tree support

2016-02-02 Thread Michael Hennerich
On 02/03/2016 12:20 AM, Stefan Agner wrote: Add device tree support for the I2C and SPI variant of AD7879(-1). This allows to specify the touchscreen controller as a I2C client node or SPI slave device. Most of the options available in platform data are also available as device tree properties,