From: Andreas Klinger <ak@it-klinger.de>
To: linux-iio@vger.kernel.org, devicetree@vger.kernel.org
Cc: Jonathan Cameron <jic23@kernel.org>,
Lars-Peter Clausen <lars@metafoo.de>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Angel Iglesias <ang.iglesiasg@gmail.com>,
linux-kernel@vger.kernel.org
Subject: [PATCH 0/3] Support Honeywell mpr pressure sensor
Date: Sat, 1 Apr 2023 11:09:20 +0200 [thread overview]
Message-ID: <ZCf0wM4RT5bFWlhF@arbad> (raw)
Support Honeywell mpr pressure sensor.
This patch series adds support for Honeywell mpr pressure sensors. There are a variety of sensors
with different pressure range supported. The pressure range needs to be set up in the device tree as
minimum and maximum pressure in Pascal.
Andreas Klinger (3):
dt-bindings: iio: pressure: Support Honeywell mpr sensors
iio: pressure: Honeywell mpr pressure sensor
MAINTAINERS: Add Honeywell mpr sensor
.../bindings/iio/pressure/honeywell,mpr.yaml | 74 +++++
MAINTAINERS | 7 +
drivers/iio/pressure/Kconfig | 12 +
drivers/iio/pressure/Makefile | 1 +
drivers/iio/pressure/mpr.c | 307 ++++++++++++++++++
5 files changed, 401 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/pressure/honeywell,mpr.yaml
create mode 100644 drivers/iio/pressure/mpr.c
--
2.30.2
next reply other threads:[~2023-04-01 9:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-01 9:09 Andreas Klinger [this message]
2023-04-01 9:38 ` [PATCH 0/3] Support Honeywell mpr pressure sensor Krzysztof Kozlowski
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=ZCf0wM4RT5bFWlhF@arbad \
--to=ak@it-klinger.de \
--cc=ang.iglesiasg@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=jic23@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@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).