From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sender163-mail.zoho.com (sender163-mail.zoho.com [74.201.84.163]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id EEFE01A038E for ; Wed, 10 Feb 2016 08:30:56 +1100 (AEDT) Received: from localhost (172.110.7.206 [172.110.7.206]) by mx.zohomail.com with SMTPS id 1455053454568747.81690409786; Tue, 9 Feb 2016 13:30:54 -0800 (PST) From: OpenBMC Patches To: openbmc@lists.ozlabs.org Subject: [PATCH skeleton] Implement new LED driver Date: Tue, 9 Feb 2016 15:30:52 -0600 Message-Id: <1455053453-27303-1-git-send-email-openbmc-patches@stwcx.xyz> X-Mailer: git-send-email 2.7.1 X-Zoho-Virus-Status: 1 X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 21:30:57 -0000 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 (1): Implement new LED driver Makefile | 7 +- bin/Barreleye.py | 12 +- bin/Palmetto.py | 6 +- bin/chassis_control.py | 2 +- bin/obmcutil | 2 +- objects/led_controller.c | 617 ++++++++++++++++++++++++++++++++----------- objects/led_controller_new.c | 488 ---------------------------------- 7 files changed, 470 insertions(+), 664 deletions(-) delete mode 100755 objects/led_controller_new.c -- 2.7.1