Re: [PATCH 6/7] Input: sx8654 - add sx8650 support

2018-10-16 Thread Dmitry Torokhov
On Tue, Oct 16, 2018 at 09:34:26PM +0200, Richard Leitner wrote: > > On 10/16/18 7:48 PM, Dmitry Torokhov wrote: > > On Tue, Oct 16, 2018 at 11:22:48AM +0200, Richard Leitner wrote: > > > The sx8654 and sx8650 are quite similar, therefore add support for the > > > sx8650 within the sx8654 driver.

Re: [PATCH 6/7] Input: sx8654 - add sx8650 support

2018-10-16 Thread Richard Leitner
On 10/16/18 7:48 PM, Dmitry Torokhov wrote: On Tue, Oct 16, 2018 at 11:22:48AM +0200, Richard Leitner wrote: The sx8654 and sx8650 are quite similar, therefore add support for the sx8650 within the sx8654 driver. ... /* bits for I2C_REG_CHANMASK */ -#define CONV_X

Re: [PATCH 6/7] Input: sx8654 - add sx8650 support

2018-10-16 Thread Dmitry Torokhov
On Tue, Oct 16, 2018 at 11:22:48AM +0200, Richard Leitner wrote: > The sx8654 and sx8650 are quite similar, therefore add support for the > sx8650 within the sx8654 driver. > > Signed-off-by: Richard Leitner > --- > drivers/input/touchscreen/sx8654.c | 186 >

[PATCH 6/7] Input: sx8654 - add sx8650 support

2018-10-16 Thread Richard Leitner
The sx8654 and sx8650 are quite similar, therefore add support for the sx8650 within the sx8654 driver. Signed-off-by: Richard Leitner --- drivers/input/touchscreen/sx8654.c | 186 - 1 file changed, 163 insertions(+), 23 deletions(-) diff --git a/drivers/inpu