linux-hwmon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] hwmon: Add Sensirion STS4x temperature sensor support
@ 2026-08-20 14:59 Alessandro Zini
  2026-08-20 14:59 ` [PATCH 1/2] dt-bindings: trivial-devices: Add Sensirion STS4x series Alessandro Zini
  2026-08-20 14:59 ` [PATCH 2/2] hwmon: (sht4x): Add support for Sensirion STS4x temperature sensors Alessandro Zini
  0 siblings, 2 replies; 6+ messages in thread
From: Alessandro Zini @ 2026-08-20 14:59 UTC (permalink / raw)
  To: Guenter Roeck, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: linux-hwmon, devicetree, linux-doc, linux-kernel, Alessandro Zini

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.

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                         | 56 ++++++++++++++-----
 3 files changed, 57 insertions(+), 18 deletions(-)

-- 
2.55.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-08-20 18:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-20 14:59 [PATCH 0/2] hwmon: Add Sensirion STS4x temperature sensor support Alessandro Zini
2026-08-20 14:59 ` [PATCH 1/2] dt-bindings: trivial-devices: Add Sensirion STS4x series Alessandro Zini
2026-08-20 15:03   ` sashiko-bot
2026-08-20 18:06   ` Conor Dooley
2026-08-20 14:59 ` [PATCH 2/2] hwmon: (sht4x): Add support for Sensirion STS4x temperature sensors Alessandro Zini
2026-08-20 15:08   ` sashiko-bot

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).