commit | 930fcde3c8776c02f2a3d969d05608e2155eb159 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Tue May 28 12:58:43 2019 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Mon Jun 03 18:28:01 2019 +0000 |
tree | f3c1f491c0bd97c2f02ccbb7ba4fb5e0fc96f435 | |
parent | b83bb2bed5db227483af4fa22563ddc66760a344 [diff] |
Follow up on Todo, move path out of base sensor Not every sensor needs a sysfs path, because of that move it out of the base class and into the classes that need it. Change-Id: I62b7df681e1ee889eb66e371d1cd6094097e9f21 Signed-off-by: James Feist <james.feist@linux.intel.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