mbox series

[0/3] Support Honeywell mpr pressure sensor

Message ID ZCf0wM4RT5bFWlhF@arbad (mailing list archive)
Headers show
Series Support Honeywell mpr pressure sensor | expand

Message

Andreas Klinger April 1, 2023, 9:09 a.m. UTC
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

Comments

Krzysztof Kozlowski April 1, 2023, 9:38 a.m. UTC | #1
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