commit | 4f4c35bf1fd3d0e1e66ab54985a05514a91aa077 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Fri Oct 25 09:29:43 2019 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Fri Oct 25 09:52:34 2019 -0700 |
tree | 893932b172567b4ae3483ea28d310060d9d38556 | |
parent | 4316218ab824c3c60f566b38f620a6d778e45a83 [diff] |
Remove Ed from MAINTAINERS file bye Ed! Change-Id: I28c781426deeee0fa0a6face906764aa77c05704 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