commit | 8e94c2044961ca05418e867d88f6db34ed2daf1e | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Tue Feb 12 10:09:23 2019 -0800 |
committer | James Feist <james.feist@linux.intel.com> | Tue Feb 12 10:09:23 2019 -0800 |
tree | c5e55343aca9adf0cb31df42c50be2281d708a8c | |
parent | d8705875a7fa630e574d577b1517052821c7de38 [diff] |
Only show PWMs that are in the config If we enable all the pwm from device tree, we should only show the ones that are in the cofig to avoid confusion. Tested-by: sensor list only showed pwms in the config Change-Id: I9d3c1044045ee930b082ce2cbc4e55d33375b4d7 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