Re: [PATCH] i2c: ismt: Separate I2C block read from SMBus block read

2017-10-05 Thread Pontus Andersson
On Thu, Oct 05, 2017 at 02:41:33PM +0200, Wolfram Sang wrote: > On Mon, Oct 02, 2017 at 02:45:19PM +0200, Pontus Andersson wrote: > > Commit b6c159a9cb69 ("i2c: ismt: Don't duplicate the receive length for > > block reads") broke I2C block reads. It aimed to fix no

[PATCH] i2c: ismt: Separate I2C block read from SMBus block read

2017-10-02 Thread Pontus Andersson
b69 ("i2c: ismt: Don't duplicate the receive length for block reads") Signed-off-by: Pontus Andersson Cc: sta...@vger.kernel.org --- drivers/i2c/busses/i2c-ismt.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/i2c/busses/i2c-ismt.c b/drivers/i2c/busses