commit | 3546adb92b6fb36322e9bfb60c722ca2af9478d6 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Aug 14 18:35:29 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Thu Aug 15 01:52:39 2019 +0000 |
tree | 7f46ed49f57f94ac80e53821d63b08cab7b03279 | |
parent | d1a6f00e9de374e47c656fab1ca60c1056cf2d66 [diff] |
hwmontemp: add tmp175 Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I79d3e2dfadd9af26e5fd7f80bdd3417d3b1202a4
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