commit | bd1a9d5d79e1c39b128f3bbf4d0ddc08ae134428 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Aug 14 18:10:26 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Wed Aug 14 18:12:38 2019 -0700 |
tree | 835f96e46092f63b3e5eaa2bac48647191a51769 | |
parent | 1af64eff411d9e220c7072d7a862291af7493633 [diff] |
hwmontemp: add max31725 Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ie83c11cc14138a0323bddab62b3399b68f67fd95
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