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

Jonathan Cameron jic23 at kernel.org
Sat Feb 24 08:57:06 PST 2024


On Mon, 19 Feb 2024 16:33:22 -0600
David Lechner <dlechner at baylibre.com> 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 at baylibre.com>
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



More information about the linux-arm-kernel mailing list