[PATCH 0/2] Add AHT20 sensor bindings and fix driver initialization

Hao Yu posted 2 patches 1 month, 3 weeks ago
There is a newer version of this series
.../bindings/hwmon/aosong,aht10.yaml          | 41 +++++++++++++++++++
drivers/hwmon/aht10.c                         | 16 +++++++-
2 files changed, 55 insertions(+), 2 deletions(-)
create mode 100644 Documentation/devicetree/bindings/hwmon/aosong,aht10.yaml
[PATCH 0/2] Add AHT20 sensor bindings and fix driver initialization
Posted by Hao Yu 1 month, 3 weeks ago
This patch series adds device tree binding documentation for the
Aosong AHT10/AHT20 series sensors and fixes
initialization issues in the driver.

The AHT20 sensor was tested on rk3566_lckfb board with I2C-2 port.
Temperature and humidity readings are now accurate after fixing
the initialization command sequence with aht20.

Patch 1/2: Add device tree binding documentation for AHT10 series
Patch 2/2: Fix driver initialization commands and add DT support


Hao Yu (2):
  dt-bindings: hwmon: add aosong,aht10 family
  hwmon: (aht10) Fix initialization commands and add DT support

 .../bindings/hwmon/aosong,aht10.yaml          | 41 +++++++++++++++++++
 drivers/hwmon/aht10.c                         | 16 +++++++-
 2 files changed, 55 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/hwmon/aosong,aht10.yaml

-- 
2.34.1
[PATCH v3 0/2] hwmon: aht10: add Device Tree support
Posted by Hao Yu 1 month, 3 weeks ago
This series adds Device Tree support for Aosong AHT10, AHT20, and DHT20.
Tested on linux_lckfb with AHT20, and the driver works as expected.

Changes in v3:
- Move bindings to trivial-devices.yaml per Krzysztof's suggestion.
- Link to v2: https://lore.kernel.org/linux-hwmon/20260222105831.7360-1-haoyufine@gmail.com/

Hao Yu (2):
  dt-bindings: hwmon: add Aosong AHT10/AHT20/DHT20 to trivial devices
  hwmon: (aht10) add device tree ID matching

 Documentation/devicetree/bindings/trivial-devices.yaml |  4 ++++
 drivers/hwmon/aht10.c                                  | 10 ++++++++++
 2 files changed, 14 insertions(+)

-- 
2.34.1