commit | f98dca6cd01d52538490f830cf7c2a6d007d2543 | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Mon Jul 19 14:57:33 2021 -0700 |
committer | Ed Tanous <ed@tanous.net> | Wed Jul 21 14:22:23 2021 +0000 |
tree | e10473d5b88432907f5a583b014ab3a219f8d3b1 | |
parent | 3453354b838885bfe47754bdf116ecedde87116d [diff] |
Add OWNERS file OWNERS file seems to be the new standard. This simply moves the maintainers file to an OWNERS file, duplicating them for the moment, similar to openbmc/openbmc Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I55b6427666ade8c7778e152de33697b28d8ef76c
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