Re: [PATCH 2/2] input: gt801_2plus1 - Add initial support for Goodix GT801 2+1

2015-12-08 Thread Rob Herring
On Mon, Dec 07, 2015 at 09:26:01AM +0200, Priit Laes wrote: > This patch adds Goodix GT801 2+1 touchscreen controller support. > > GT801 2+1 is a 10-finger touch controller consisting of > ARM controller interfacing two GT801 5-finger controllers. > > Signed-off-by: Priit Laes > --- >

Re: [PATCH 2/2] input: gt801_2plus1 - Add initial support for Goodix GT801 2+1

2015-12-08 Thread Bastien Nocera
Hey Priit, On Mon, 2015-12-07 at 09:26 +0200, Priit Laes wrote: > This patch adds Goodix GT801 2+1 touchscreen controller support. > > GT801 2+1 is a 10-finger touch controller consisting of > ARM controller interfacing two GT801 5-finger controllers. This would implement support for the

Re: [PATCH 2/2] input: gt801_2plus1 - Add initial support for Goodix GT801 2+1

2015-12-08 Thread Bastien Nocera
Hey Priit, On Mon, 2015-12-07 at 09:26 +0200, Priit Laes wrote: > This patch adds Goodix GT801 2+1 touchscreen controller support. > > GT801 2+1 is a 10-finger touch controller consisting of > ARM controller interfacing two GT801 5-finger controllers. This would implement support for the

Re: [PATCH 2/2] input: gt801_2plus1 - Add initial support for Goodix GT801 2+1

2015-12-08 Thread Rob Herring
On Mon, Dec 07, 2015 at 09:26:01AM +0200, Priit Laes wrote: > This patch adds Goodix GT801 2+1 touchscreen controller support. > > GT801 2+1 is a 10-finger touch controller consisting of > ARM controller interfacing two GT801 5-finger controllers. > > Signed-off-by: Priit Laes

Re: [PATCH 2/2] input: gt801_2plus1 - Add initial support for Goodix GT801 2+1

2015-12-07 Thread Priit Laes
On Mon, 2015-12-07 at 09:34 +0100, Julia Lawall wrote: > It looks like braces may be mising.  Please check. Thanks, nice catch! It's actually messed up indenting. Code works as intended. > > julia > > On Mon, 7 Dec 2015, kbuild test robot wrote: > > > Hi Priit, > > > > [auto build test

Re: [PATCH 2/2] input: gt801_2plus1 - Add initial support for Goodix GT801 2+1

2015-12-07 Thread Julia Lawall
It looks like braces may be mising. Please check. julia On Mon, 7 Dec 2015, kbuild test robot wrote: > Hi Priit, > > [auto build test WARNING on mripard/sunxi/for-next] > [also build test WARNING on next-20151203] > [cannot apply to input/next v4.4-rc4] > > url: >

Re: [PATCH 2/2] input: gt801_2plus1 - Add initial support for Goodix GT801 2+1

2015-12-07 Thread Julia Lawall
It looks like braces may be mising. Please check. julia On Mon, 7 Dec 2015, kbuild test robot wrote: > Hi Priit, > > [auto build test WARNING on mripard/sunxi/for-next] > [also build test WARNING on next-20151203] > [cannot apply to input/next v4.4-rc4] > > url: >

Re: [PATCH 2/2] input: gt801_2plus1 - Add initial support for Goodix GT801 2+1

2015-12-07 Thread Priit Laes
On Mon, 2015-12-07 at 09:34 +0100, Julia Lawall wrote: > It looks like braces may be mising.  Please check. Thanks, nice catch! It's actually messed up indenting. Code works as intended. > > julia > > On Mon, 7 Dec 2015, kbuild test robot wrote: > > > Hi Priit, > > > > [auto build test

[PATCH 2/2] input: gt801_2plus1 - Add initial support for Goodix GT801 2+1

2015-12-06 Thread Priit Laes
This patch adds Goodix GT801 2+1 touchscreen controller support. GT801 2+1 is a 10-finger touch controller consisting of ARM controller interfacing two GT801 5-finger controllers. Signed-off-by: Priit Laes --- .../bindings/input/touchscreen/gt801_2plus1.txt| 23 ++ MAINTAINERS

[PATCH 2/2] input: gt801_2plus1 - Add initial support for Goodix GT801 2+1

2015-12-06 Thread Priit Laes
This patch adds Goodix GT801 2+1 touchscreen controller support. GT801 2+1 is a 10-finger touch controller consisting of ARM controller interfacing two GT801 5-finger controllers. Signed-off-by: Priit Laes --- .../bindings/input/touchscreen/gt801_2plus1.txt| 23 ++