From: Zaixiang Xu <zaixiang.xu.dev@gmail.com>
To: Guenter Roeck <linux@roeck-us.net>
Cc: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
Zaixiang Xu <zaixiang.xu.dev@gmail.com>
Subject: [PATCH v7 0/4] hwmon: (sht3x) Add support for GXCAS GXHT30
Date: Mon, 13 Jul 2026 15:45:55 +0800 [thread overview]
Message-ID: <20260713074559.12196-1-zaixiang.xu.dev@gmail.com> (raw)
This series adds devicetree support to the sht3x driver and support
for the GXCAS GXHT30 humidity and temperature sensor, a drop-in
replacement for the Sensirion SHT30.
Apologies for the long delay since v6.
Changes in v7:
- Model the higher accuracy parts as compatible with the base part
of their group in the binding: SHT31/SHT35/SHT85 and GXHT30 fall
back to "sensirion,sht30", STS31/STS32/STS35 fall back to
"sensirion,sts30", and explain the grouping in the commit message
(Krzysztof).
- Drop the "gxcas,gxht30" of_device_id entry and the "gxht30"
i2c_device_id entry: the GXHT30 is handled entirely by the
"sensirion,sht30" fallback, with no driver changes (Krzysztof).
Patch 4 now only documents the chip in Documentation/hwmon/
sht3x.rst and the Kconfig help text, following how SHT85 support
was documented.
- Start enum sht3x_chips at 1 so the OF match data is never NULL
and i2c_get_match_data() does not silently fall back to
i2c_device_id name matching (reported by Sashiko AI review on v6).
- Mention all optional properties in the binding commit message
(Sashiko AI review on v6).
- Rebase onto hwmon-next to account for the conversion of
i2c_device_id tables to named initializers.
- Drop the MODULE_AUTHOR addition; authorship is recorded in git.
Changes in v6:
- Drop the trivial-devices.yaml approach from v5; add a dedicated
binding and a proper of_device_id table. (Guenter)
- Split into 4 patches: vendor prefix, binding, driver DT support,
GXHT30 support.
Changes in v5:
- Move to trivial-devices.yaml and drop of_match_table (wrong
approach, reverted in v6).
- Drop wildcards, list specific models.
Changes in v3/v4:
- Standalone YAML binding, split driver changes from binding changes.
Changes in v2:
- Fix placeholder in MODULE_AUTHOR, fix commit message wrapping.
Zaixiang Xu (4):
dt-bindings: vendor-prefixes: Add GXCAS Technology
dt-bindings: hwmon: Add Sensirion SHT30 series
hwmon: (sht3x) Add devicetree support
hwmon: (sht3x) Document support for GXCAS GXHT30
.../bindings/hwmon/sensirion,sht30.yaml | 71 +++++++++++++++++++
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
Documentation/hwmon/sht3x.rst | 17 ++++-
drivers/hwmon/Kconfig | 5 +-
drivers/hwmon/sht3x.c | 15 +++-
5 files changed, 103 insertions(+), 7 deletions(-)
create mode 100644 Documentation/devicetree/bindings/hwmon/sensirion,sht30.yaml
base-commit: ca078d004cf58137bcf8cb24a8b271397431ba58
--
2.34.1
next reply other threads:[~2026-07-13 7:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-13 7:45 Zaixiang Xu [this message]
2026-07-13 7:45 ` [PATCH v7 1/4] dt-bindings: vendor-prefixes: Add GXCAS Technology Zaixiang Xu
2026-07-13 7:45 ` [PATCH v7 2/4] dt-bindings: hwmon: Add Sensirion SHT30 series Zaixiang Xu
2026-07-13 7:45 ` [PATCH v7 3/4] hwmon: (sht3x) Add devicetree support Zaixiang Xu
2026-07-13 7:45 ` [PATCH v7 4/4] hwmon: (sht3x) Document support for GXCAS GXHT30 Zaixiang Xu
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=20260713074559.12196-1-zaixiang.xu.dev@gmail.com \
--to=zaixiang.xu.dev@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@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