commit | 84dfb54add363db623e9f69613c4881f3b4260cf | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Thu Dec 02 15:24:56 2021 +1030 |
committer | Andrew Jeffery <andrew@aj.id.au> | Tue Dec 07 04:06:13 2021 +0000 |
tree | 5a7ff331fa98793129d8472510096b3a620a862b | |
parent | 14a6982402c35099ad48c71e4e3eec1f5ebb33d0 [diff] |
NVMeSensorMain: Make early exits contiguous This makes for a clear pattern of behaviour. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: Ie9b74e384d7a6a5c0c4a7a9d2466e2b292a33497
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