From: Vasileios Amoiridis <vassilisamir@gmail.com>
To: jic23@kernel.org, lars@metafoo.de
Cc: petre.rodan@subdimension.ro, mazziesaccount@gmail.com,
ak@it-klinger.de, vassilisamir@gmail.com,
ang.iglesiasg@gmail.com, linus.walleij@linaro.org,
tgamblin@baylibre.com, ajarizzo@gmail.com, phil@raspberrypi.com,
579lpy@gmail.com, andriy.shevchenko@linux.intel.com,
semen.protsenko@linaro.org, linux-iio@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH v9 0/3] iio: pressure: bmp280: Minor cleanup and triggered
Date: Fri, 28 Jun 2024 19:17:23 +0200 [thread overview]
Message-ID: <20240628171726.124852-1-vassilisamir@gmail.com> (raw)
Changes in v9:
Patch 1/3:
- In bmp580_temp_coeffs, instead of *1000/2^16, now we have *125/2^13
to avoid overflows, as it was proposed.
- Type casting to (s64) to temperature read in the read_raw_impl
function was removed as well as it is no longer needed.
Patch 3/3:
- Renamed "buffer_handler" to "trigger_handler" to keep consistency
with the rest of the drivers.
- Added new iio_channel_spec for bmp580 in order to use IIO_LE and
real_bits = 24.
v8: https://lore.kernel.org/linux-iio/20240617230540.32325-1-vassilisamir@gmail.com/
Vasileios Amoiridis (3):
iio: pressure: bmp280: Generalize read_*() functions
iio: pressure: bmp280: Add SCALE, RAW values in channels and
refactorize them
iio: pressure: bmp280: Add triggered buffer support
drivers/iio/pressure/Kconfig | 2 +
drivers/iio/pressure/bmp280-core.c | 643 +++++++++++++++++++++++++----
drivers/iio/pressure/bmp280-spi.c | 8 +-
drivers/iio/pressure/bmp280.h | 34 +-
4 files changed, 589 insertions(+), 98 deletions(-)
base-commit: 3341d69268accb5294b569ec37e55212a8a28ac5
--
2.25.1
next reply other threads:[~2024-06-28 17:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-28 17:17 Vasileios Amoiridis [this message]
2024-06-28 17:17 ` [PATCH v9 1/3] iio: pressure: bmp280: Generalize read_*() functions Vasileios Amoiridis
2024-07-14 22:16 ` Adam Rizkalla
2024-07-16 17:08 ` Jonathan Cameron
2024-07-16 19:06 ` Vasileios Amoiridis
2024-06-28 17:17 ` [PATCH v9 2/3] iio: pressure: bmp280: Add SCALE, RAW values in channels and refactorize them Vasileios Amoiridis
2024-06-28 17:17 ` [PATCH v9 3/3] iio: pressure: bmp280: Add triggered buffer support Vasileios Amoiridis
2024-06-30 10:23 ` [PATCH v9 0/3] iio: pressure: bmp280: Minor cleanup and triggered Jonathan Cameron
2024-06-30 20:27 ` Vasileios Amoiridis
2024-07-13 10:00 ` 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=20240628171726.124852-1-vassilisamir@gmail.com \
--to=vassilisamir@gmail.com \
--cc=579lpy@gmail.com \
--cc=ajarizzo@gmail.com \
--cc=ak@it-klinger.de \
--cc=andriy.shevchenko@linux.intel.com \
--cc=ang.iglesiasg@gmail.com \
--cc=jic23@kernel.org \
--cc=lars@metafoo.de \
--cc=linus.walleij@linaro.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mazziesaccount@gmail.com \
--cc=petre.rodan@subdimension.ro \
--cc=phil@raspberrypi.com \
--cc=semen.protsenko@linaro.org \
--cc=tgamblin@baylibre.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