Re: [PATCH] iio: imu: inv_icm42600: add buffer hwfifo watermark attributes

From: Andy Shevchenko

Date: Tue Jun 23 2026 - 16:18:51 EST


On Tue, Jun 23, 2026 at 12:10:38PM +0200, Jean-Baptiste Maneyrol via B4 Relay wrote:

> Add hwfifo_watermark/min/max/enabled buffer attributes.
> Hardware FIFO is always enabled and used.

...

> +const struct iio_dev_attr *inv_icm42600_buffer_attrs[] = {
> + &iio_dev_attr_hwfifo_watermark_min,
> + &iio_dev_attr_hwfifo_watermark_max,
> + &iio_dev_attr_hwfifo_watermark,
> + &iio_dev_attr_hwfifo_enabled,
> + NULL,

No trailing comma in terminator entries.

> +};

--
With Best Regards,
Andy Shevchenko