Re: [PATCH v4 7/7] iio: pressure: bmp280: Add nvmem operations for BMP580

From: Jonathan Cameron
Date: Sun Feb 26 2023 - 08:17:06 EST


On Sun, 19 Feb 2023 18:03:06 +0100
Angel Iglesias <ang.iglesiasg@xxxxxxxxx> wrote:

> The pressure sensor BMP580 contains a non-volatile memory that stores
> trimming and configuration params. That memory provides an programmable
> user range of three 2-byte words.
>
> Signed-off-by: Angel Iglesias <ang.iglesiasg@xxxxxxxxx>

Trivial missing static marking in here... Fixed up whilst applying.

Whole series applied to the togreg branch of iio.git. Not that will only be pushed
out as testing until after rc1 (on which I'll rebase it).

Thanks,

Jonathan
>
> +const int bmp580_nvmem_addrs[] = { 0x20, 0x21, 0x22 };
static