linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: LI Qingwu <Qing-wu.Li@leica-geosystems.com.cn>
Cc: lars@metafoo.de, robh+dt@kernel.org, tomas.melin@vaisala.com,
	andy.shevchenko@gmail.com, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org,
	bsp-development.geo@leica-geosystems.com
Subject: Re: [PATCH V2 0/5] iio: accel: sca3300: add compitible for scl3300
Date: Sat, 19 Feb 2022 17:46:31 +0000	[thread overview]
Message-ID: <20220219174631.29c56207@jic23-huawei> (raw)
In-Reply-To: <20220217062705.2867149-1-Qing-wu.Li@leica-geosystems.com.cn>

On Thu, 17 Feb 2022 06:27:00 +0000
LI Qingwu <Qing-wu.Li@leica-geosystems.com.cn> wrote:

> The current driver support sca3300 only.
> Modifed for support SCL3300.
> Verifed with SCL3300 on IMX8MM.
> Splited the change for review.
> 
> Same as sca3300, scl3300 have 3-axis acceleration,and temperature.
> Different with sca3300, it can output inclination data directly.
> The change add the support with scl3300, support inclination data output.
> 
> Change in V2:
> Drop the extra interface for set/get opration mode.
> Drop the interface for enalbe/disable inclination output,
> set inclination output is alwasy on.
> Fix the findings in V1.

Please run a spell checker on cover letters / patch descriptions.

Though as people who follow IIO patches will probably note, I
often forget myself and have sent some completely unreadable
messages as a result!  One of those do as I say, not as I do
requests :)

Jonathan

> 
> LI Qingwu (5):
>   dt-bindings: iio: accel: sca3300: Document murata,scl3300
>   iio: accel: sca3300: add define for temp channel for reuse.
>   iio: accel: sca3300: modified to support multi chips
>   iio: accel: sca3300: Add support for SCL3300
>   iio: accel: sca3300: Add inclination channels.
> 
>  .../bindings/iio/accel/murata,sca3300.yaml    |   1 +
>  drivers/iio/accel/sca3300.c                   | 271 ++++++++++++++----
>  2 files changed, 222 insertions(+), 50 deletions(-)
> 


      parent reply	other threads:[~2022-02-19 17:39 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-17  6:27 [PATCH V2 0/5] iio: accel: sca3300: add compitible for scl3300 LI Qingwu
2022-02-17  6:27 ` [PATCH V2 1/5] dt-bindings: iio: accel: sca3300: Document murata,scl3300 LI Qingwu
2022-02-17 23:03   ` Rob Herring
2022-02-18  5:34     ` LI Qingwu
2022-02-17  6:27 ` [PATCH V2 2/5] iio: accel: sca3300: add define for temp channel for reuse LI Qingwu
2022-02-17  6:27 ` [PATCH V2 3/5] iio: accel: sca3300: modified to support multi chips LI Qingwu
2022-02-18 12:32   ` Andy Shevchenko
2022-02-19 18:04   ` Jonathan Cameron
2022-02-17  6:27 ` [PATCH V2 4/5] iio: accel: sca3300: Add support for SCL3300 LI Qingwu
2022-02-19 18:10   ` Jonathan Cameron
2022-02-17  6:27 ` [PATCH V2 5/5] iio: accel: sca3300: Add inclination channels LI Qingwu
2022-02-19 18:15   ` Jonathan Cameron
2022-02-19 17:46 ` 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=20220219174631.29c56207@jic23-huawei \
    --to=jic23@kernel.org \
    --cc=Qing-wu.Li@leica-geosystems.com.cn \
    --cc=andy.shevchenko@gmail.com \
    --cc=bsp-development.geo@leica-geosystems.com \
    --cc=devicetree@vger.kernel.org \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@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;
as well as URLs for NNTP newsgroup(s).