commit | f16c2cf0fe6fa834950c1aa4906142a256a4dfb3 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Wed Mar 16 13:54:51 2022 -0500 |
committer | Matt Spinler <spinler@us.ibm.com> | Wed Mar 16 13:54:51 2022 -0500 |
tree | 9f2e578342bd3170b247f0d492299b5c218e792c | |
parent | 842e543e8c157f47ed7e2c47bb258596481edb5e [diff] |
hwmontempsensor: Remove trace The threshold interfaces will never have Bus or Address properties, so this trace would always show up, so just remove it. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I459ee4a20d895dd3ad6f0625870ea71eaac52620
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