Re: [PATCH 2/2] i2c: qup: support SMBus block read

2016-05-11 Thread Naveen Kaje
On 5/10/2016 1:13 AM, Sricharan wrote: +additional lists I2C QUP driver relies on SMBus emulation support from the framework. To handle SMBus block reads, the driver should check I2C_M_RECV_LEN flag and should read the first byte received as the message length. The driver configures the QUP

RE: [PATCH 2/2] i2c: qup: support SMBus block read

2016-05-10 Thread Sricharan
+additional lists > I2C QUP driver relies on SMBus emulation support from the framework. > To handle SMBus block reads, the driver should check I2C_M_RECV_LEN flag > and should read the first byte received as the message length. > > The driver configures the QUP hardware to read one byte. Once th