commit | 7fa475d3f27ec6c37503ff7ec0496acc2215da29 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Sat Aug 10 08:49:01 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Tue Aug 13 16:26:43 2019 +0000 |
tree | c59e8515e04170bfef2e1cf7e3b1d1d6b99a2633 | |
parent | 9c45e6b2f7229410778217e7ef9d228c5892ff66 [diff] |
hwmontemp: add tmp441 Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I1dada403d119c2e835d1702cd4aeceba27e87bcc
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