commit | 678f53b88861f14da4884f57d8e172a0604a1569 | [log] [tgz] |
---|---|---|
author | Paul Fertser <fercerpav@gmail.com> | Tue Apr 06 07:06:28 2021 +0000 |
committer | Paul Fertser <fercerpav@gmail.com> | Thu Apr 15 17:15:03 2021 +0300 |
tree | 8bf5f53d1e8af3c3b68795af2fab5dc0aa389e49 | |
parent | f81a4cbb30c03a7bf65bc37a7441bf788ac65135 [diff] |
PSUSensor: whitelist adm1275 The kernel driver that handles adm1075, adm1272, adm1275, adm1276, adm1278, adm1293 and adm1294 is called "adm1275" and uses this name in hwmon nodes that it creates, so it needs to be white-listed. Signed-off-by: Paul Fertser <fercerpav@gmail.com> Change-Id: Ie0a89c02279dc01e7ab54097f22548b29536375a
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