commit | 82bac4c7e10f0601bb9f68f5908887182c0e18f0 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Mon Mar 11 11:16:53 2019 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Fri Mar 15 12:50:50 2019 -0700 |
tree | d1ea6a87e3c86cde5b291a795585c531c46b997a | |
parent | 078f2324ce8f7527608a74ff514720fd917e8d19 [diff] |
Add associations for pwm Pwm doesn't inheirt from Sensor as it is special, so it needs it to be added seperate. Tested: Saw associations on dbus Change-Id: I2178e9346dcae845b47a013a2cc15f62e9ed9b31 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