commit | 57574ad52bcafd396806624e321fb930ec43f0cc | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Thu Dec 02 16:35:52 2021 +1030 |
committer | Andrew Jeffery <andrew@aj.id.au> | Tue Dec 07 04:06:13 2021 +0000 |
tree | a2e952aaf9a8174464b78565ce83d26fa5afce20 | |
parent | ee16434ac66a51479cacb6ad5e7c1b043a85b42e [diff] |
NVMeSensorMain: Avoid context variable It was only used once to add the sensor, so just use the rvalue directly. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: I3a5a1bff93aa037bfaa53d2d9b08c603f146c9b7
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