commit | dccd1d4b1189ef3aece98f4c9c0a44aa3cf7f9ec | [log] [tgz] |
---|---|---|
author | Shamim Ali <shamima@ami.com> | Wed Jun 08 22:31:35 2022 +0530 |
committer | Shamim Ali <shamima@ami.com> | Wed Jun 08 22:31:35 2022 +0530 |
tree | 1e99df23124553bec83bc3d8c837a392722b0467 | |
parent | bb67932a46982c8fce101aa0fef8f11837f6f8ae [diff] |
PSUSensor: Add device type mp2971 and mp2973 Add device type mp2971 and mp2973 to the allowed list. Signed-off-by: Shamim Ali <shamima@ami.com> Change-Id: I39a177ba770c764aa0fc1e9a5e03b19e639e2ea2
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