commit | 3859c7f7c60208e4c761d1e75d593c6f1de99021 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Fri Oct 29 15:51:16 2021 +1030 |
committer | Andrew Jeffery <andrew@aj.id.au> | Thu Nov 04 06:32:01 2021 +0000 |
tree | 762e09686416ebd9ed22d86b247877b09a53af3c | |
parent | 3291b9c755458663b284d87fda8f580f7673ff76 [diff] |
NVMeBasicContext: Don't poll the sensor if it's not available This avoids a flood of log messages if the system isn't in the right state. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: I2db6ab05c1eff5b4d2d9c95981dfe34352916652
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