commit | 0e68f19968f2501701cb53a9a66506c7bc497a05 | [log] [tgz] |
---|---|---|
author | Paul Fertser <fercerpav@gmail.com> | Thu Aug 05 20:36:03 2021 +0300 |
committer | Ed Tanous <ed@tanous.net> | Fri Dec 10 04:54:51 2021 +0000 |
tree | faea3f186bcee11ceab16a6569ac848f86a4ca2f | |
parent | 544e7dc58cecef898fe7d684c3ba0fbce178cf2d [diff] |
Revert "Add beep support for PSU" This reverts commit 3046a0242cfde0cbf871f632c2c143b48ac30c71. Apparently nobody knows what this was meant for, and having useless code around is confusing. Citing Ed Tanous: "This is likely leftover cruft from pulling dbus-sensors into mainline." (https://lists.ozlabs.org/pipermail/openbmc/2021-August/027166.html) Change-Id: I92256d594ce7ca37b957fe86a2d99d9cc9c315af Signed-off-by: Paul Fertser <fercerpav@gmail.com>
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