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

2016-01-28 Thread Rob Herring
On Mon, Jan 25, 2016 at 07:04:37PM -0800, Stefan Agner wrote: > Add device tree support for the I2C variant of AD7879 (AD7879-1). This > allows to specify the touchscreen controller as a I2C client node. > Most of the options available as platform data are also available as > device tree properties

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

2016-01-27 Thread Dmitry Torokhov
Hi Stefan, On Mon, Jan 25, 2016 at 07:04:37PM -0800, Stefan Agner wrote: > Add device tree support for the I2C variant of AD7879 (AD7879-1). This > allows to specify the touchscreen controller as a I2C client node. > Most of the options available as platform data are also available as > device tre

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

2016-01-26 Thread Stefan Agner
On 2016-01-26 00:14, Michael Hennerich wrote: > On 01/26/2016 04:04 AM, Stefan Agner wrote: >> Add device tree support for the I2C variant of AD7879 (AD7879-1). This >> allows to specify the touchscreen controller as a I2C client node. >> Most of the options available as platform data are also avai

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

2016-01-26 Thread Michael Hennerich
On 01/26/2016 04:04 AM, Stefan Agner wrote: Add device tree support for the I2C variant of AD7879 (AD7879-1). This allows to specify the touchscreen controller as a I2C client node. Most of the options available as platform data are also available as device tree properties. Exporting the GPIO is

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

2016-01-25 Thread kbuild test robot
Hi Stefan, [auto build test ERROR on input/next] [also build test ERROR on v4.5-rc1 next-20160125] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Stefan-Agner/input-touchscreen-ad7879-move-hea

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

2016-01-25 Thread kbuild test robot
Hi Stefan, [auto build test ERROR on input/next] [also build test ERROR on v4.5-rc1 next-20160125] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Stefan-Agner/input-touchscreen-ad7879-move-hea

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

2016-01-25 Thread kbuild test robot
Hi Stefan, [auto build test ERROR on input/next] [also build test ERROR on v4.5-rc1 next-20160125] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Stefan-Agner/input-touchscreen-ad7879-move-hea

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

2016-01-25 Thread Stefan Agner
Add device tree support for the I2C variant of AD7879 (AD7879-1). This allows to specify the touchscreen controller as a I2C client node. Most of the options available as platform data are also available as device tree properties. Exporting the GPIO is currently not possible through device tree. S