Re: [PATCH v3] i2c: designware: Implement support for SMBus block read and write

2016-11-07 Thread Andy Shevchenko
On Mon, 2016-10-31 at 13:51 +0700, tnhu...@apm.com wrote: > From: Tin Huynh > > Free and Open IPMI use SMBUS BLOCK Read/Write to support SSIF > protocol. > However, I2C Designware Core Driver doesn't handle the case at the > moment. > The below patch supports this feature. My comments below. >

Re: [PATCH v3] i2c: designware: Implement support for SMBus block read and write

2016-10-31 Thread Jarkko Nikula
On 10/31/2016 02:05 PM, Mika Westerberg wrote: On Mon, Oct 31, 2016 at 01:51:17PM +0700, tnhu...@apm.com wrote: From: Tin Huynh Free and Open IPMI use SMBUS BLOCK Read/Write to support SSIF protocol. However, I2C Designware Core Driver doesn't handle the case at the moment. The below patch sup

Re: [PATCH v3] i2c: designware: Implement support for SMBus block read and write

2016-10-31 Thread Mika Westerberg
On Mon, Oct 31, 2016 at 01:51:17PM +0700, tnhu...@apm.com wrote: > From: Tin Huynh > > Free and Open IPMI use SMBUS BLOCK Read/Write to support SSIF protocol. > However, I2C Designware Core Driver doesn't handle the case at the moment. > The below patch supports this feature. > > Signed-off-by:

[PATCH v3] i2c: designware: Implement support for SMBus block read and write

2016-10-30 Thread tnhuynh
From: Tin Huynh Free and Open IPMI use SMBUS BLOCK Read/Write to support SSIF protocol. However, I2C Designware Core Driver doesn't handle the case at the moment. The below patch supports this feature. Signed-off-by: Tin Huynh --- Change from V2: - Change subject of email - Add a helper functio