commit | 842e543e8c157f47ed7e2c47bb258596481edb5e | [log] [tgz] |
---|---|---|
author | Zhikui Ren <zhikui.ren@intel.com> | Wed Mar 09 16:18:24 2022 -0800 |
committer | Zhikui Ren <zhikui.ren@intel.com> | Wed Mar 09 16:24:06 2022 -0800 |
tree | 9999b6f71ca19df27525a96e18834ccc2d0ce93b | |
parent | 85fa3c69646282c43e55b36eb5d04403fd067a26 [diff] |
PSUSensor: Add device type adm1293 Add device type adm1293 to the allowed list. Signed-off-by: Zhikui Ren <zhikui.ren@intel.com> Change-Id: Ib933c694bfbc175a00ecef148674654affb978b8
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