On 11/10/2016 04:56 AM, tnhuynh@xxxxxxx wrote:
From: Tin Huynh <tnhuynh@xxxxxxx> 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 <tnhuynh@xxxxxxx> --- Change from V3: - Correct coding conventions - Make clean Change from V2: - Change subject of email - Add a helper function to handle length byte receiving Change from V1: - Remove empty lines - Add flags variable to make clean code - Change DW_DEFAULT_FUNCTIONALITY in i2c-designware-pcidrv.c --- drivers/i2c/busses/i2c-designware-core.c | 46 +++++++++++++++++++++++++-- drivers/i2c/busses/i2c-designware-pcidrv.c | 1 + drivers/i2c/busses/i2c-designware-platdrv.c | 1 + 3 files changed, 45 insertions(+), 3 deletions(-)
Acked-by: Jarkko Nikula <jarkko.nikula@xxxxxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html