Re: [PATCH v2 5/5] iio: adc: ad7380: use spi_optimize_message()

From: Jonathan Cameron
Date: Sat Feb 24 2024 - 11:57:32 EST


On Mon, 19 Feb 2024 16:33:22 -0600
David Lechner <dlechner@xxxxxxxxxxxx> wrote:

> This modifies the ad7380 ADC driver to use spi_optimize_message() to
> optimize the SPI message for the buffered read operation. Since buffered
> reads reuse the same SPI message for each read, this can improve
> performance by reducing the overhead of setting up some parts the SPI
> message in each spi_sync() call.
>
> Signed-off-by: David Lechner <dlechner@xxxxxxxxxxxx>
Looks good to me.

As this is the driver you asked me to drop earlier this cycle,
how do we plan to merge this series?

If Mark is fine taking 1-4 with the user following along that's
fine by me, if not I guess we are in immutable tree territory for
next cycle?

Jonathan