devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Angel Iglesias <ang.iglesiasg@gmail.com>
Cc: linux-iio@vger.kernel.org, Lars-Peter Clausen <lars@metafoo.de>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Alexandru Lazar <alazar@startmail.com>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Andreas Klinger <ak@it-klinger.de>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 7/7] iio: pressure: bmp280: Add nvmem operations for BMP580
Date: Sun, 26 Feb 2023 13:31:23 +0000	[thread overview]
Message-ID: <20230226133123.2b96a82c@jic23-huawei> (raw)
In-Reply-To: <f3f453d9b2c0f7820ca9c56e24e2165b6c39bb67.1676823250.git.ang.iglesiasg@gmail.com>

On Sun, 19 Feb 2023 18:03:06 +0100
Angel Iglesias <ang.iglesiasg@gmail.com> 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@gmail.com>

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


      reply	other threads:[~2023-02-26 13:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-19 16:57 [PATCH v4 0/7] Add support for pressure sensor Bosch BMP580 Angel Iglesias
2023-02-19 16:57 ` [PATCH v4 1/7] iio: pressure: bmp280: Use chip_info pointers for each chip as driver data Angel Iglesias
2023-02-19 16:58 ` [PATCH v4 2/7] iio: pressure: bmp280: Add preinit callback Angel Iglesias
2023-02-19 16:58 ` [PATCH v4 3/7] iio: pressure: bmp280: Make read calibration callback optional Angel Iglesias
2023-02-19 17:03 ` [PATCH v4 4/7] iio: pressure: Kconfig: Delete misleading I2C reference on bmp280 title Angel Iglesias
2023-02-19 17:03 ` [PATCH v4 5/7] iio: pressure: bmp280: Add support for new sensor BMP580 Angel Iglesias
2023-02-19 17:03 ` [PATCH v4 6/7] dt-bindings: iio: pressure: bmp085: Add BMP580 compatible string Angel Iglesias
2023-02-19 17:03 ` [PATCH v4 7/7] iio: pressure: bmp280: Add nvmem operations for BMP580 Angel Iglesias
2023-02-26 13:31   ` Jonathan Cameron [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230226133123.2b96a82c@jic23-huawei \
    --to=jic23@kernel.org \
    --cc=ak@it-klinger.de \
    --cc=alazar@startmail.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=ang.iglesiasg@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).