commit | 55ab2afb4bf20269b47d0929eb337943a170bffd | [log] [tgz] |
---|---|---|
author | John Wang <wangzqbj@inspur.com> | Thu Apr 18 14:22:31 2019 +0800 |
committer | John Wang <wangzqbj@inspur.com> | Thu Apr 18 14:25:36 2019 +0800 |
tree | bd36b90f7f70d9f9e44149dd6f08241f1b6d2f88 | |
parent | 24f02f2403c34eeb8bd3e62ed0b20a8322202906 [diff] |
HwmonTemp: Add support for emc1413 and tmp112 Change-Id: I8a628cb274ea52dc251c27c9dc06dc73cc4ff690 Signed-off-by: John Wang <wangzqbj@inspur.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