[PATCH skeleton v2 0/2] Implement new LED driver

OpenBMC Patches openbmc-patches at stwcx.xyz
Wed Feb 10 10:00:43 AEDT 2016


Verification for the new LED driver is completed so time to replace the
previous gpio implementation with the new one. This entails
replacing the led_controller file with the led_controller_new file,
updating the dbus interface name so that it is the same as the previous
one, and updating the code with the new led names.

https://github.com/openbmc/skeleton/pull/46

Adriana Kobylak (2):
  Implement new LED driver
  LED Makefile and polarity fixes

 Makefile                     |   9 +-
 bin/Barreleye.py             |  12 +-
 bin/Palmetto.py              |   6 +-
 bin/chassis_control.py       |   2 +-
 bin/obmcutil                 |   2 +-
 objects/led_controller.c     | 611 ++++++++++++++++++++++++++++++++-----------
 objects/led_controller_new.c | 488 ----------------------------------
 7 files changed, 466 insertions(+), 664 deletions(-)
 delete mode 100755 objects/led_controller_new.c

-- 
2.7.1




More information about the openbmc mailing list