From 8e8782c71595a5ad29e234ce6b3d2fce787fb07a Mon Sep 17 00:00:00 2001 From: Kaushal Butala Date: Fri, 4 Apr 2014 14:56:10 +0200 Subject: [PATCH] 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 Signed-off-by: Kaushal Butala Signed-off-by: Wolfram Sang --- Reading git-format-patch failed