commit | 381636e2e13ca544039f6dca5d330a7e8498b0fa | [log] [tgz] |
---|---|---|
author | Gilbert Chen <gilbert.chen@hpe.com> | Tue Nov 03 01:39:56 2020 +0800 |
committer | Gilbert Chen <gilbert.chen@hpe.com> | Tue Nov 03 01:39:56 2020 +0800 |
tree | 92e835934c2244d1d8bfd606430b5b14d5482d94 | |
parent | dadbbb5859828ee4072968b9e8d5105e346bd591 [diff] |
hwmontemp: Add emc1412 and emc1414 support Adds EMC1412 and EMC1414 in sensorTypes array Tested: Tested on a system that uses emc1412 and emc1414 for temperature monitoring. Signed-off-by: Gilbert Chen <gilbert.chen@hpe.com> Change-Id: Ie4c53b2aa47a2d64d2e42c388ddf2391ebb35745
dbus-sensors is a collection of sensor applications that provide the xyz.openbmc_project.Sensor collection of interfaces. They read sensor values from hwmon, d-bus, or direct driver access to provide readings. Some advance non-sensor features such as fan presence, pwm control, and automatic cpu detection (x86) are also supported.
runtime re-configurable from d-bus (entity-manager or the like)
isolated: each sensor type is isolated into its own daemon, so a bug in one sensor is unlikely to affect another, and single sensor modifications are possible
async single-threaded: uses sdbusplus/asio bindings
multiple data inputs: hwmon, d-bus, direct driver access