Re: [PATCH V2 0/5] iio: accel: sca3300: add compitible for scl3300

From: Jonathan Cameron
Date: Sat Feb 19 2022 - 12:39:48 EST


On Thu, 17 Feb 2022 06:27:00 +0000
LI Qingwu <Qing-wu.Li@xxxxxxxxxxxxxxxxxxxxxxx> 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(-)
>