commit | 75da515ea5e9227a9593519d1129aec76bc5f5a0 | [log] [tgz] |
---|---|---|
author | Tom Tung <shes050117@gmail.com> | Wed Nov 24 09:38:07 2021 +0800 |
committer | Tom Tung <shes050117@gmail.com> | Fri Jun 17 20:11:22 2022 +0800 |
tree | f46f50ad455a6ef0136ef952cf5cf5c0251eb472 | |
parent | ce6bcdfc28f60173093087050a43adbc586fd6fa [diff] |
PSUSensor: Add device type RAA228620 and RAA229001 Add device type RAA228620 and RAA229001 to the allowed list. Signed-off-by: Tom Tung <shes050117@gmail.com> Change-Id: Id990bf3931fdfb3433de8bddc3f0a72869b18747
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