2023-04-01 09:11:41

by Andreas Klinger

[permalink] [raw]
Subject: [PATCH 0/3] Support Honeywell mpr pressure sensor

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


2023-04-01 09:54:34

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 0/3] Support Honeywell mpr pressure sensor

On 01/04/2023 11:09, Andreas Klinger wrote:
> 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.
>
Your threading is missing thus patches are scattered all over the inbox.

Best regards,
Krzysztof