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

2020-12-06 Thread Dmitry Torokhov
On Fri, Dec 04, 2020 at 04:59:41PM -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 updates

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

2020-12-04 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