commit | 0b1ae9ff7ff61f8e562307b72db220d91e830117 | [log] [tgz] |
---|---|---|
author | Potin Lai <potin.lai@quantatw.com> | Thu Jan 27 08:21:08 2022 +0800 |
committer | Ed Tanous <ed@tanous.net> | Mon May 02 16:10:11 2022 +0000 |
tree | 8f044bde4223aa678d4c8d552f8bcb83d80d8db5 | |
parent | ddf25d175d933b6886d5c447727474c90f8dc823 [diff] |
Fansensor: remove SOC info remove hardcoded SOC specific information Tested platforms: - Aspeed ast2600 PWM on Bletchley Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I9881205110136a29159e67589442396f1b2327c8
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