commit | d7ae29a3483a3150d97d1cd238b96ed61c3591c9 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Thu Jun 25 15:42:46 2020 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Thu Jul 09 17:36:36 2020 +0000 |
tree | b68d0185c6df82412dabc291b6c1b079b796ad1b | |
parent | 8fb0a0138f1399788d4f3597e70141e6608d6802 [diff] |
ipmbsensor: simplify reading In reality there are only 4 reading types, no reason to seperate this out by device type. Simplify it. Also update PXE VR to use standard READ_TEMP pmbus command. Tested: Readings were the same Change-Id: I707fa0d75c388bf757ad95140361ddb10ad00bd4 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