commit | 38786d027f12e2f8204c210811cc9f10207e4a47 | [log] [tgz] |
---|---|---|
author | Jason Ling <jasonling@google.com> | Fri Jun 05 17:45:13 2020 -0700 |
committer | Jason Ling <jasonling@google.com> | Mon Jun 08 19:08:32 2020 +0000 |
tree | e02e074849875c6a215d71227cebed864d9c36c5 | |
parent | 16e7af1da2ffcbac5d6b73ef7a792eafa2805345 [diff] |
psusensors: add adm1272, raa228228 added driver support for adm1272, raa228228. Tested: tested on target platform and was able to show values read from hwmon/sysfs matched what was being published on dbus. Signed-off-by: Jason Ling <jasonling@google.com> Change-Id: I28a70e50fb2c07ea178e97f496b9b52bf81b7ffc
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