commit | 9f16b4bea861dee5146ffad3536ca29954d7db2b | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Tue Jun 04 14:59:42 2019 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Tue Jun 04 14:59:42 2019 -0700 |
tree | 24d5b471986923ade23513f74bde6266f15cf632 | |
parent | 930fcde3c8776c02f2a3d969d05608e2155eb159 [diff] |
Add Hysteresis support This adds a hysteresis to each sensor that is 1% of the range of the sensor. Change-Id: I0c8606e61d1aca3582d1f6882be5da1bf2884cd9 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