commit | 06494451e9ce4dc081c8824498722fb5fe4a05c7 | [log] [tgz] |
---|---|---|
author | Josh Lehan <krellan@google.com> | Thu Oct 31 09:49:16 2019 -0700 |
committer | Josh Lehan <krellan@google.com> | Tue Nov 05 19:18:39 2019 +0000 |
tree | 0e64352e33b5c2f667fc7f4ca3930b48491a7b94 | |
parent | 74d9bd92b9c679c18378d7099c23e6599b074532 [diff] |
PSUSensor: Cosmetic cleanup of text and comments Cleaning up stray whitespace Adding useful comments at some key moments Removing stray single quote from some error messages Reworded a misleading error message Signed-off-by: Josh Lehan <krellan@google.com> Change-Id: Ie86b811f29b3200e90ea80480c6238469c8cb1a4
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