commit | 495855861648f082a73d4ba4afe23262d6fb0ad0 | [log] [tgz] |
---|---|---|
author | Gaurav Gandhi <gauravgandhi@google.com> | Tue Dec 22 01:01:24 2020 +0000 |
committer | Ed Tanous <ed@tanous.net> | Sat Feb 06 07:07:14 2021 +0000 |
tree | 32a90005d8ac1f3231e5d414faf9a85acef878b8 | |
parent | 77b3add2db57918b3f425ca6e147e9505563b867 [diff] |
PSUSensor: Add support for MAX20710, ISL68223, ISL69243 Tested: Combined with related driver and entity-manager changes; sensors properly show up in IPMI sensors. Signed-off-by: Gaurav Gandhi <gauravgandhi@google.com> Change-Id: I199fef0bee2a16e3e6e2af8553c41ee74a55d4ba
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