devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Nuno Sá" <noname.nuno@gmail.com>
To: Ramona Gradinariu <ramona.bolboaca13@gmail.com>,
	 linux-kernel@vger.kernel.org, jic23@kernel.org,
	linux-iio@vger.kernel.org,  linux-doc@vger.kernel.org,
	devicetree@vger.kernel.org, corbet@lwn.net,  conor+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, robh@kernel.org
Cc: Ramona Gradinariu <ramona.gradinariu@analog.com>
Subject: Re: [PATCH v2 0/6] Add support for adis16545/47
Date: Wed, 29 May 2024 10:40:01 +0200	[thread overview]
Message-ID: <5b002e3b9df0da1a81b248a4e4dcb82464a61cf6.camel@gmail.com> (raw)
In-Reply-To: <20240528142409.239187-1-ramona.gradinariu@analog.com>

On Tue, 2024-05-28 at 17:24 +0300, Ramona Gradinariu wrote:
> Add support for delta angle and delta velocity channels in adis16480 driver.
> Add support for ADIS16545/47 devices in already existing adis16480 driver.
> Add documentation for adis16480 driver.
> 
> Ramona Gradinariu (6):
>   iio: adis16480: make the burst_max_speed configurable
>   iio: imu: adis16480.c: Add delta angle and delta velocity channels
>   dt-bindings: iio: imu: Add ADIS16545/47 compatibles
>   iio: adis16480: add support for adis16545/7 families
>   docs: iio: add documentation for interfacing tools
>   docs: iio: add documentation for adis16480 driver
> 
>  .../bindings/iio/imu/adi,adis16480.yaml       |   6 +
>  Documentation/iio/adis16475.rst               |  23 +-
>  Documentation/iio/adis16480.rst               | 445 ++++++++++++++++++
>  Documentation/iio/iio_tools.rst               |  27 ++
>  Documentation/iio/index.rst                   |   2 +
>  drivers/iio/imu/adis16480.c                   | 393 ++++++++++++++--
>  6 files changed, 825 insertions(+), 71 deletions(-)
>  create mode 100644 Documentation/iio/adis16480.rst
>  create mode 100644 Documentation/iio/iio_tools.rst
> 
> --
> 2.34.1
> 

LGTM

Reviewed-by: Nuno Sa <nuno.sa@analog.com>


  parent reply	other threads:[~2024-05-29  8:40 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-28 14:24 [PATCH v2 0/6] Add support for adis16545/47 Ramona Gradinariu
2024-05-28 14:24 ` [PATCH v2 1/6] iio: adis16480: make the burst_max_speed configurable Ramona Gradinariu
2024-05-28 14:24 ` [PATCH v2 2/6] iio: imu: adis16480.c: Add delta angle and delta velocity channels Ramona Gradinariu
2024-05-28 14:24 ` [PATCH v2 3/6] dt-bindings: iio: imu: Add ADIS16545/47 compatibles Ramona Gradinariu
2024-05-28 15:05   ` Conor Dooley
2024-05-28 14:24 ` [PATCH v2 4/6] iio: adis16480: add support for adis16545/7 families Ramona Gradinariu
2024-05-28 14:24 ` [PATCH v2 5/6] docs: iio: add documentation for interfacing tools Ramona Gradinariu
2024-05-28 14:24 ` [PATCH v2 6/6] docs: iio: add documentation for adis16480 driver Ramona Gradinariu
2024-06-08 13:44   ` Jonathan Cameron
2024-05-29  8:40 ` Nuno Sá [this message]
2024-06-02 11:16   ` [PATCH v2 0/6] Add support for adis16545/47 Jonathan Cameron

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=5b002e3b9df0da1a81b248a4e4dcb82464a61cf6.camel@gmail.com \
    --to=noname.nuno@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=corbet@lwn.net \
    --cc=devicetree@vger.kernel.org \
    --cc=jic23@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ramona.bolboaca13@gmail.com \
    --cc=ramona.gradinariu@analog.com \
    --cc=robh@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).