Re: [PATCH v4 3/6] i3c: add actual_len in i3c_priv_xfer

From: Miquel Raynal
Date: Thu Nov 30 2023 - 05:17:23 EST


Hi Frank,

Frank.Li@xxxxxxx wrote on Wed, 29 Nov 2023 17:12:22 -0500:

> In MIPI I3C Specification:
>
> "Ninth Bit of SDR Target Returned (Read) Data as End-of-Data: In I2C, the
> ninth Data bit from Target to Controller is an ACK by the Controller. By
> contrast, in I3C this bit allows the Target to end a Read, and allows the
> Controller to Abort a Read. In SDR terms, the ninth bit of Read data is
> referred to as the T-Bit (for ‘Transition’)"
>
> I3C allow devices early terminate data transfer. So need "actual_len" field
> to indicate how much get by i3c_priv_xfer.
>
> Signed-off-by: Frank Li <Frank.Li@xxxxxxx>

Reviewed-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx>

Thanks,
Miquèl