commit | be73e6a4d11f6c9f6f6887918404901cd87386b8 | [log] [tgz] |
---|---|---|
author | Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com> | Tue Jun 04 14:19:38 2019 -0700 |
committer | Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com> | Wed Jun 19 13:25:25 2019 -0700 |
tree | 3a056317006e6c47049944372d7edc5e9d146a1c | |
parent | 52497fd0fbd8adfe099a99f23515cd0341898e2e [diff] |
Fix CPU detection GPIO handling logic This commit fixes CPU detection GPIO handling logic to support the latest kernel SGPIO driver which creates a single gpiochip cdev entry, /dev/gpiochip1. Change-Id: I386d3d6831b55d553635e71900299bd840f57906 Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>
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