commit | df515159d53e17ddb3f3b3fea308fd8c44cd6ccc | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Wed Sep 18 16:40:40 2019 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Mon Sep 23 17:07:44 2019 +0000 |
tree | 4e9734ac12e671cc07b10ef871ad6c5994ce5f81 | |
parent | 74ddf8678b6f1ec858b87de2cc889859fb1113cb [diff] |
Update hwmon temp sensor to async Tested: ipmitool sensor list still works Change-Id: I5c1d9d6a4e934ad71193f6e8215b941a18f42a92 Signed-off-by: James Feist <james.feist@linux.intel.com>
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