Re: [RFC PATCH-v2] SMBus block read support to imx_i2c

2014-05-21 Thread Wolfram Sang
On Fri, Apr 04, 2014 at 02:56:10PM +0200, Kaushal Butala wrote: > The smbus block read is not currently supported for imx i2c devices. > This patchset adds the support to imx i2c bus so that blocks of data > can be read using SMbus block reads.(using i2c_smbus_read_block_data() > function from the

[RFC PATCH-v2] SMBus block read support to imx_i2c

2014-04-04 Thread Kaushal Butala
The smbus block read is not currently supported for imx i2c devices. This patchset adds the support to imx i2c bus so that blocks of data can be read using SMbus block reads.(using i2c_smbus_read_block_data() function from the i2c_core.c.). Tested with 3.10.9 kernel. Reviewed-by: Shawn Guo Signe