Re: [PATCH] input: raydium_ts_i2c: Do not split tx transactions

2020-11-30 Thread Furquan Shaikh
On Mon, Nov 30, 2020 at 11:06 PM Dmitry Torokhov wrote: > > On Mon, Nov 30, 2020 at 10:54:46PM -0800, Furquan Shaikh wrote: > > Hello Dmitry, > > > > On Mon, Nov 30, 2020 at 10:28 PM Dmitry Torokhov > > wrote: > > > > > > Hi Furquan, > > > > > > On Mon, Nov 30, 2020 at 10:00:50PM -0800, Furquan

Re: [PATCH] input: raydium_ts_i2c: Do not split tx transactions

2020-11-30 Thread Dmitry Torokhov
On Mon, Nov 30, 2020 at 10:54:46PM -0800, Furquan Shaikh wrote: > Hello Dmitry, > > On Mon, Nov 30, 2020 at 10:28 PM Dmitry Torokhov > wrote: > > > > Hi Furquan, > > > > On Mon, Nov 30, 2020 at 10:00:50PM -0800, Furquan Shaikh wrote: > > > Raydium device does not like splitting of tx

Re: [PATCH] input: raydium_ts_i2c: Do not split tx transactions

2020-11-30 Thread Furquan Shaikh
Hello Dmitry, On Mon, Nov 30, 2020 at 10:28 PM Dmitry Torokhov wrote: > > Hi Furquan, > > On Mon, Nov 30, 2020 at 10:00:50PM -0800, Furquan Shaikh wrote: > > Raydium device does not like splitting of tx transactions into > > multiple messages - one for the register address and one for the > >

Re: [PATCH] input: raydium_ts_i2c: Do not split tx transactions

2020-11-30 Thread Dmitry Torokhov
Hi Furquan, On Mon, Nov 30, 2020 at 10:00:50PM -0800, Furquan Shaikh wrote: > Raydium device does not like splitting of tx transactions into > multiple messages - one for the register address and one for the > actual data. This results in incorrect behavior on the device side. > > This change

[PATCH] input: raydium_ts_i2c: Do not split tx transactions

2020-11-30 Thread Furquan Shaikh
Raydium device does not like splitting of tx transactions into multiple messages - one for the register address and one for the actual data. This results in incorrect behavior on the device side. This change updates raydium_i2c_read and raydium_i2c_write to create i2c_msg arrays separately and