Re: [PATCH 06/12] i2c: xiic: Add smbus_block_read functionality

From: Krzysztof Adamski
Date: Wed Jun 29 2022 - 08:25:33 EST


W dniu 24.06.2022 o 14:05, Manikanta Guntupalli pisze:
From: Raviteja Narayanam <raviteja.narayanam@xxxxxxxxxx>

smbus_block_read is added to xiic driver to read from few sensors
which support this command. Since the number of bytes to read is not
known prior to transfer, we are using xiic standard mode for low level
control of IP.

Signed-off-by: Raviteja Narayanam <raviteja.narayanam@xxxxxxxxxx>
Signed-off-by: Manikanta Guntupalli <manikanta.guntupalli@xxxxxxxxxx>

I have successfully tested the patches from this series up until this one so:

Tested-by: Krzysztof Adamski <krzysztof.adamski@xxxxxxxxx>