lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220917142516.3fc145b6@jic23-huawei>
Date:   Sat, 17 Sep 2022 14:25:16 +0100
From:   Jonathan Cameron <jic23@...nel.org>
To:     Angel Iglesias <ang.iglesiasg@...il.com>
Cc:     linux-iio <linux-iio@...r.kernel.org>,
        Lars-Peter Clausen <lars@...afoo.de>,
        Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
        Nikita Yushchenko <nikita.yoush@...entembedded.com>,
        Paul Cercueil <paul@...pouillou.net>,
        Ulf Hansson <ulf.hansson@...aro.org>,
        "Rafael J. Wysocki" <rafael.j.wysocki@...el.com>,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH v6 7/9] iio: pressure: bmp280: Add support for BMP380
 sensor family

On Tue, 13 Sep 2022 01:52:13 +0200
Angel Iglesias <ang.iglesiasg@...il.com> wrote:

> Adds compatibility with the new generation of this sensor, the BMP380.
> 
> Includes basic sensor initialization to do pressure and temp
> measurements and allows tuning oversampling settings for each channel.
> 
> The compensation algorithms are adapted from the device datasheet and
> the repository https://github.com/BoschSensortec/BMP3-Sensor-API.
> 
> Signed-off-by: Angel Iglesias <ang.iglesiasg@...il.com>
There is one place (around the reset handing) in here where I
suspect we'll end up revisiting it because the matching by
device ID is not particularly extensible to new devices.

Anyhow, can handle that at the time.

I had to hand apply parts of this because of the clash Andy
raised.  As a general rule it's better to keep one linear
flow of patches unless they are on well separate parts of
a driver.  Saves me effort :)  Here it was just one line to
cut and paste, but you still get to now check I didn't mess
that up ;)

Applied - please check result in testing branch of iio.git.

Note I plan to rebase that branch after the first pull request
is accepted as I have some dependencies blocking other
patches and a fast forward rebase is the easiest way to deal
with those cleanly.

Jonathan

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ