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

2014-03-20 Thread Mark Rutland
On Thu, Mar 20, 2014 at 11:40:55AM +, Lothar Waßmann wrote: > Hi, > > Mark Rutland wrote: > > On Wed, Mar 19, 2014 at 01:09:20PM +, Lothar Waßmann wrote: > > > > > > Signed-off-by: Lothar Waßmann > > > --- > > > .../bindings/input/touchscreen/edt-ft5x06.txt | 41 ++ > > > dri

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

2014-03-20 Thread Mark Rutland
On Thu, Mar 20, 2014 at 11:18:10AM +, Simon Budig wrote: > On 20/03/14 10:37, Mark Rutland wrote: > > On Wed, Mar 19, 2014 at 01:09:20PM +, Lothar Waßmann wrote: > >> +FocalTech EDT-FT5x06 Polytouch driver > >> += > >> + > >> +Required properties: > >> +

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

2014-03-20 Thread Lothar Waßmann
Hi, Simon Budig wrote: > On 20/03/14 12:40, Lothar Waßmann wrote: > > The FT5x06 datasheet lists 3 variants for different panel sizes. > > I'll add distinct compatible strings for those chips, though their SW > > interface is (currently) identical: > > |Required properties: > > | - compatible: "e

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

2014-03-20 Thread Simon Budig
On 20/03/14 10:37, Mark Rutland wrote: > On Wed, Mar 19, 2014 at 01:09:20PM +, Lothar Waßmann wrote: >> +FocalTech EDT-FT5x06 Polytouch driver >> += >> + >> +Required properties: >> + - compatible: "edt,edt-ft5x06" > > Is the 'x' part of a particular produc

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

2014-03-20 Thread Simon Budig
On 20/03/14 12:40, Lothar Waßmann wrote: > The FT5x06 datasheet lists 3 variants for different panel sizes. > I'll add distinct compatible strings for those chips, though their SW > interface is (currently) identical: > |Required properties: > | - compatible: "edt,edt-ft5206", "edt,edt-ft5x06" > |

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

2014-03-20 Thread Lothar Waßmann
dley; Sachin Kamat; devicet...@vger.kernel.org; linux-...@vger.kernel.org; > >linux-in...@vger.kernel.org; linux-kernel@vger.kernel.org; Simon Budig; > >Lothar > >Waßmann > >Subject: [PATCHv4 2/5] Input: edt-ft5x06: Add DT support > > > > No need to qu

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

2014-03-20 Thread Lothar Waßmann
Hi, Mark Rutland wrote: > On Wed, Mar 19, 2014 at 01:09:20PM +, Lothar Waßmann wrote: > > > > Signed-off-by: Lothar Waßmann > > --- > > .../bindings/input/touchscreen/edt-ft5x06.txt | 41 ++ > > drivers/input/touchscreen/edt-ft5x06.c | 144 > > +++- >

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

2014-03-20 Thread Mark Rutland
On Wed, Mar 19, 2014 at 01:09:20PM +, Lothar Waßmann wrote: > > Signed-off-by: Lothar Waßmann > --- > .../bindings/input/touchscreen/edt-ft5x06.txt | 41 ++ > drivers/input/touchscreen/edt-ft5x06.c | 144 > +++- > 2 files changed, 154 insertions(+), 3

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

2014-03-19 Thread fugang.d...@freescale.com
ernel.org; >linux-in...@vger.kernel.org; linux-kernel@vger.kernel.org; Simon Budig; Lothar >Waßmann >Subject: [PATCHv4 2/5] Input: edt-ft5x06: Add DT support > > >Signed-off-by: Lothar Waßmann >--- > .../bindings/input/touchscreen/edt-ft5x06.txt | 41 ++ > dr

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

2014-03-19 Thread Lothar Waßmann
Signed-off-by: Lothar Waßmann --- .../bindings/input/touchscreen/edt-ft5x06.txt | 41 ++ drivers/input/touchscreen/edt-ft5x06.c | 144 +++- 2 files changed, 154 insertions(+), 31 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/tou