commit | f9b01b6d6c6ee3124fd689096c6089932cd94071 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Wed Jan 29 15:21:58 2020 -0800 |
committer | James Feist <james.feist@linux.intel.com> | Wed Jan 29 15:21:58 2020 -0800 |
tree | adc4c67645e677f8d42258883c051f83e5717ab6 | |
parent | 6690d8fb85a794ef644be7d2b2ce873361ed05a2 [diff] |
Add power state check for HwmonTempSensor We have some sensors that are on DC power, add the check so this is configurable. Tested: DC cycled, saw no logs Change-Id: I0f2fc5c96c46d8c782f4bc364f649a9f2f699c3a 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