commit | 8c7074e713bd6570d6eb4fa8c909f6dd7e547c36 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Mon Mar 21 14:58:13 2022 +1030 |
committer | Andrew Jeffery <andrew@aj.id.au> | Thu Mar 24 23:18:13 2022 +0000 |
tree | bd86080441a9ddec16449a788bb64686e7e904ee | |
parent | 30cccb1b4f9768f7c76452d00a256593e87cd6e4 [diff] |
NVMeBasicContext: Poll all sensors each polling interval Rework the polling protocol so that the completion of polling sensor N invokes polling of sensor N+1 for the given context. The timer is retained in order to trigger polling the initial sensor. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: I599547c8c790905549c0cad9fbfbe63cf6930de4
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