On 10/31/24 6:16 AM, Uwe Kleine-König wrote: > As this spi host controller driver implements the > .transfer_one_message() callback, it has to care about these traces > it-self. With the transfers being compiled it's difficult to determine > where handling of one transfer ends and the next begins, so just > generate the start events in batch before the hardware fifo is fed and > the end events when their completion triggered. > > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxx> > --- Reviewed-by: David Lechner <dlechner@xxxxxxxxxxxx>