Linux IIO development
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Tomas Melin <tomas.melin@vaisala.com>
Cc: Lars-Peter Clausen <lars@metafoo.de>,
	Michael Hennerich <Michael.Hennerich@analog.com>,
	Nuno Sa <nuno.sa@analog.com>,
	David Lechner <dlechner@baylibre.com>,
	Andy Shevchenko <andy@kernel.org>, Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	linux-iio@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>,
	Andy Shevchenko <andriy.shevchenko@intel.com>
Subject: Re: [PATCH v5 0/3] iio: adc: ad9467: add support for ad9211
Date: Sun, 14 Dec 2025 15:14:26 +0000	[thread overview]
Message-ID: <20251214151426.2bbd8515@jic23-huawei> (raw)
In-Reply-To: <20251209-add-ad9211-v5-0-8da056eb62e9@vaisala.com>

On Tue, 09 Dec 2025 15:38:09 +0000
Tomas Melin <tomas.melin@vaisala.com> wrote:

> This series adds support for the ad9211, a variant of the already
> supported devices.
> 
> Example usage:
> 
> $ cat name 
> ad9211
> $ cat in_voltage_scale_available 
> 0.957031 0.976562 0.996093 1.015625 1.035156 1.054687 1.074218
> 1.093750 1.113281 1.132812 1.152343 1.162109 1.171875 1.181640
> 1.191406 1.201171 1.220703 1.240234 1.259765 1.279296 1.298828
> 1.318359 1.337890 1.357421 1.376953 1.396484 1.416015 1.425781
> 1.435546 1.445312 1.455078 1.464843
> 
> Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/AD9211.pdf
> Signed-off-by: Tomas Melin <tomas.melin@vaisala.com>

Hi Tomas,

Series applied.  There was a bit of fuzz, but I guess that's down to
the fix I have queued up in a different branch. So should be fine.

Applied to the testing branch of iio.git for now as I will be rebasing
on rc1 once available before pushing out as togreg for linux-next to
pick up.

Thanks,

Jonathan

> ---
> Changes in v5:
> - Sort header includes by group
> - Link to v4: https://lore.kernel.org/r/20251209-add-ad9211-v4-0-02217f401292@vaisala.com
> 
> Changes in v4:
> - Add commit which sorts headers includes
> - Drop array_size.h patch
> - Link to v3: https://lore.kernel.org/r/20251208-add-ad9211-v3-0-c49897fa91c4@vaisala.com
> 
> Changes in v3:
> - Add Cleanup kernel.h in favor of array_size.h patch
> - Drop redundant empty line
> - Amend commit messages
> - Link to v2: https://lore.kernel.org/r/20251204-add-ad9211-v2-0-a1561f977ee5@vaisala.com
> 
> Changes in v2:
> - Use HZ_PER_MHZ
> - Update commit message texts.
> - Link to v1: https://lore.kernel.org/r/20251203-add-ad9211-v1-0-170e97e6df11@vaisala.com
> 
> ---
> Tomas Melin (3):
>       dt-bindings: adc: ad9467: add support for ad9211
>       iio: adc: ad9467: sort header includes
>       iio: adc: ad9467: add support for ad9211
> 
>  .../devicetree/bindings/iio/adc/adi,ad9467.yaml    |  2 +
>  drivers/iio/adc/ad9467.c                           | 61 ++++++++++++++++++----
>  2 files changed, 53 insertions(+), 10 deletions(-)
> ---
> base-commit: ac3fd01e4c1efce8f2c054cdeb2ddd2fc0fb150d
> change-id: 20251203-add-ad9211-897dc9354185
> 
> Best regards,


      parent reply	other threads:[~2025-12-14 15:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-09 15:38 [PATCH v5 0/3] iio: adc: ad9467: add support for ad9211 Tomas Melin
2025-12-09 15:38 ` [PATCH v5 1/3] dt-bindings: " Tomas Melin
2025-12-09 15:38 ` [PATCH v5 2/3] iio: adc: ad9467: sort header includes Tomas Melin
2025-12-09 15:41   ` Andy Shevchenko
2025-12-09 15:38 ` [PATCH v5 3/3] iio: adc: ad9467: add support for ad9211 Tomas Melin
2025-12-14 15:14 ` 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=20251214151426.2bbd8515@jic23-huawei \
    --to=jic23@kernel.org \
    --cc=Michael.Hennerich@analog.com \
    --cc=andriy.shevchenko@intel.com \
    --cc=andy@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dlechner@baylibre.com \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski@oss.qualcomm.com \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nuno.sa@analog.com \
    --cc=robh@kernel.org \
    --cc=tomas.melin@vaisala.com \
    /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