[PATCH 0/2] hwmon: (adm1275) Add sample averaging binding support

Potin Lai posted 2 patches 4 years, 4 months ago
There is a newer version of this series
.../bindings/hwmon/adi,adm1275.yaml           | 10 ++++++++
drivers/hwmon/pmbus/adm1275.c                 | 25 +++++++++++++++++++
2 files changed, 35 insertions(+)
[PATCH 0/2] hwmon: (adm1275) Add sample averaging binding support
Posted by Potin Lai 4 years, 4 months ago
This patch series allow PWR_AVG and VI_AVG set from device tree

Example:
        adm1278@11 {
                compatible = "adi,adm1278";
                ......
                pwr-avg = <128>;
                vi-avg = <128>;
        };

Potin Lai (2):
  hwmon: (adm1275) Allow setting sample averaging
  dt-bindings: hwmon: Add sample averaging property for ADM1275

 .../bindings/hwmon/adi,adm1275.yaml           | 10 ++++++++
 drivers/hwmon/pmbus/adm1275.c                 | 25 +++++++++++++++++++
 2 files changed, 35 insertions(+)

-- 
2.17.1