[PATCH skeleton v4] Enable and Handle Checkstop gpio sensor.
OpenBMC Patches
openbmc-patches at stwcx.xyz
Thu May 19 23:10:56 AEST 2016
In sensor_manager2.py :: class SensorManager :: method *register* expects a *sensor class name* to be instantiated. This will work only for sensors implemented in python. There must be a binding agnostic method to register sensors.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/openbmc/skeleton/74)
<!-- Reviewable:end -->
https://github.com/openbmc/skeleton/pull/74
Hariharasubramanian R (1):
Enable and Handle Checkstop gpio sensor.
Makefile | 24 ++++----
bin/Barreleye.py | 7 +++
bin/Openbmc.py | 3 +-
bin/Sensors.py | 9 +++
bin/chassis_control.py | 26 +++++---
includes/gpio-init-gdbus.c | 98 ++++++++++++++++++++++++++++++
includes/gpio-init-sdbus.c | 93 ++++++++++++++++++++++++++++
includes/gpio.c | 94 +----------------------------
includes/gpio.h | 9 +--
objects/host_xstop_obj.c | 147 +++++++++++++++++++++++++++++++++++++++++++++
10 files changed, 391 insertions(+), 119 deletions(-)
create mode 100644 includes/gpio-init-gdbus.c
create mode 100644 includes/gpio-init-sdbus.c
create mode 100644 objects/host_xstop_obj.c
--
2.8.2
More information about the openbmc
mailing list