commit | 8e8782c71595a5ad29e234ce6b3d2fce787fb07a | [log] [tgz] |
---|---|---|
author | Kaushal Butala <kaushalkernelmailinglist@gmail.com> | Fri Apr 04 14:56:10 2014 +0200 |
committer | Wolfram Sang <wsa@the-dreams.de> | Thu May 22 10:09:21 2014 +0200 |
tree | fe4aa43dbfbd2d10ef8f8ddf855d8093ff617e9e | |
parent | 5ed9d92f1b0fbed3fe4370a91b4baed58c3d2a23 [diff] |
i2c: imx: add SMBus block read support 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 <shawn.guo@freescale.com> Signed-off-by: Kaushal Butala <kaushalkernelmailinglist@gmail.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>