commit | 3459d0130d09da5168b317af7d4cb00752b6c13d | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Thu Jan 30 13:17:43 2020 -0800 |
committer | James Feist <james.feist@linux.intel.com> | Wed Feb 12 00:45:29 2020 +0000 |
tree | 04a69ac618220bc680725a1a5eb7b9b09ca33ecc | |
parent | 48b44233c309503650e75d016ed1fc87d0e84cec [diff] |
adc/hwmtemp: Mark unavailable readings as NaN Follow the precedence of tach sensor and mark these as unavaialble. Tested: They read NaN with power off Change-Id: I165ae8dd8cbd63dc8ad7c333cebe4d4438962b9e 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