commit | 51ad6674d51e6ad0900a1236ec3606d1daa3363b | [log] [tgz] |
---|---|---|
author | Khang Kieu <khangk@google.com> | Wed Feb 09 01:26:25 2022 +0000 |
committer | Khang Kieu <khangk@google.com> | Wed Feb 09 11:24:19 2022 +0000 |
tree | 4ea781ec540779c1571908edf8d2acbd3895d3aa | |
parent | 3928741a8c42793673ceace09db0ab2b4bd83579 [diff] |
sensors: Add support for ISL69225 sensor for dbus-sensors Add sensor ISL69225 to `sensorTypes` and `pmbusNames` Tested: Was able to create ISL69225 devices Signed-off-by: Khang Kieu <khangk@google.com> Change-Id: I2f3121baab7cf85261bfd57e33a54328eec5ce57
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