All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH skeleton v2 0/2] Implement new LED driver
@ 2016-02-09 23:00 OpenBMC Patches
  2016-02-09 23:00 ` [PATCH skeleton v2 1/2] " OpenBMC Patches
  2016-02-09 23:00 ` [PATCH skeleton v2 2/2] LED Makefile and polarity fixes OpenBMC Patches
  0 siblings, 2 replies; 5+ messages in thread
From: OpenBMC Patches @ 2016-02-09 23:00 UTC (permalink / raw)
  To: openbmc

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-02-10  1:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-09 23:00 [PATCH skeleton v2 0/2] Implement new LED driver OpenBMC Patches
2016-02-09 23:00 ` [PATCH skeleton v2 1/2] " OpenBMC Patches
2016-02-10  1:50   ` Stewart Smith
2016-02-10  1:50   ` Stewart Smith
2016-02-09 23:00 ` [PATCH skeleton v2 2/2] LED Makefile and polarity fixes OpenBMC Patches

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.