On 3/24/26 05:21, Zaixiang Xu wrote:
> This series adds support for the GXCAS GXHT30 humidity and temperature
> sensor. The GXHT30 is software compatible with the Sensirion SHT30 series.
>
> This series also introduces the missing YAML binding schema for the
> Sensirion SHT30 family, replacing wildcards with specific model names.
>
AI feedback:
https://sashiko.dev/#/patchset/1774354869-119736-1-git-send-email-zaixiang.xu.dev%40gmail.com
I wonder if all those chips should be modeled with fallback for the chips
with the same functionality. sht3x_of_match in patch 3 looks wrong, though,
since the sht and the sts chips are _not_ the same and need to be configured
differently.
Thanks,
Guenter
> Changes in v3:
> - Split driver changes into two patches: one for DT framework and one
> for adding GXHT30 (suggested by Guenter Roeck).
> - Fixed commit message line lengths (suggested by Guenter Roeck).
> - Removed wildcards 'x' from compatibles, used specific model names,
> and renamed the binding file to sensirion,sht30.yaml
> (suggested by Conor Dooley).
> - Added manufacturer website to vendor-prefix patch and included
> Acked-by from Conor Dooley.
> - Fixed missing newline at end of YAML file (reported by kernel test robot).
>
> Changes in v2:
> - Fix placeholder "Your Name" in MODULE_AUTHOR.
>
> Zaixiang Xu (4):
> dt-bindings: vendor-prefixes: Add GXCAS Technology
> dt-bindings: hwmon: Add Sensirion SHT30 series
> hwmon: (sht3x) Add devicetree support
> hwmon: (sht3x) Add support for GXCAS GXHT30
>
> Documentation/devicetree/bindings/hwmon/sensirion,sht30.yaml | 44 ++++++++++++++++++++
> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 +
> drivers/hwmon/sht3x.c | 16 +++++++-
> 3 files changed, 61 insertions(+), 1 deletion(-)
> create mode 100644 Documentation/devicetree/bindings/hwmon/sensirion,sht30.yaml
>
>