Re: [PATCH 2/3] i3c: set i3c_xfer.actual_len in controller drivers

From: Jonathan Cameron

Date: Sat Sep 12 2026 - 20:26:27 EST


On Fri, 11 Sep 2026 14:09:34 -0700
Meagan Lloyd <meaganlloyd@xxxxxxxxxxxxxxxxxxx> wrote:

> Set i3c_xfer.actual_len for reads across the I3C Controller drivers.
>
> actual_len provides a consistent location for device drivers to know the
> read response bytes without overriding the len field.

Hi Meagan,

Why is that useful in this series? Currently this sounds like
an unrelated change.

Jonathan


>
> Signed-off-by: Meagan Lloyd <meaganlloyd@xxxxxxxxxxxxxxxxxxx>