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

2016-05-26 Thread Christ, Austin
Hello, On 5/25/2016 3:31 AM, rajeev kumar wrote: On Fri, May 20, 2016 at 3:14 AM, Austin Christ wrote: From: Naveen Kaje 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 by

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

2016-05-25 Thread rajeev kumar
On Fri, May 20, 2016 at 3:14 AM, Austin Christ wrote: > From: Naveen Kaje > > 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 dr

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

2016-05-25 Thread Sricharan
Hi, >From: Naveen Kaje > >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

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

2016-05-19 Thread Austin Christ
From: Naveen Kaje 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 the message