From: Alessandro Zini <alessandro.zini@siemens.com>
To: Guenter Roeck <linux@roeck-us.net>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
Alessandro Zini <alessandro.zini@siemens.com>
Subject: [PATCH v2 0/2] hwmon: Add Sensirion STS4x temperature sensor support
Date: Fri, 21 Aug 2026 11:19:22 +0200 [thread overview]
Message-ID: <20260821091924.18975-1-alessandro.zini@siemens.com> (raw)
This patch series adds support for the Sensirion STS4x family of digital
temperature sensors by extending the existing sht4x driver and adding
the "sensirion,sts40" compatible string to trivial-devices.
The STS4x series shares the same I2C commands, conversion formulas,
CRC-8 checksum, and measurement timings with the SHT4x humidity and
temperature sensors, but returns 3 bytes of temperature data instead
of 6 bytes.
Changes in v2:
- Fixed heating_complete initialization in probe to prevent msleep
delays on boot.
- Bypassed heater delay checks in sht4x_read_values() for STS4x.
Alessandro Zini (2):
dt-bindings: trivial-devices: Add Sensirion STS4x series
hwmon: (sht4x): Add support for Sensirion STS4x temperature sensors
.../devicetree/bindings/trivial-devices.yaml | 2 +
Documentation/hwmon/sht4x.rst | 17 ++++-
drivers/hwmon/sht4x.c | 62 ++++++++++++++-----
3 files changed, 61 insertions(+), 20 deletions(-)
--
2.55.0
next reply other threads:[~2026-08-21 9:19 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-21 9:19 Alessandro Zini [this message]
2026-08-21 9:19 ` [PATCH v2 1/2] dt-bindings: trivial-devices: Add Sensirion STS4x series Alessandro Zini
2026-08-21 9:23 ` sashiko-bot
2026-08-21 14:21 ` Guenter Roeck
2026-08-21 9:19 ` [PATCH v2 2/2] hwmon: (sht4x): Add support for Sensirion STS4x temperature sensors Alessandro Zini
2026-08-21 9:29 ` sashiko-bot
2026-08-21 14:23 ` Guenter Roeck
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=20260821091924.18975-1-alessandro.zini@siemens.com \
--to=alessandro.zini@siemens.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=robh@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