All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stewart Smith <stewart@linux.vnet.ibm.com>
To: OpenBMC Patches <openbmc-patches@stwcx.xyz>, openbmc@lists.ozlabs.org
Subject: Re: [PATCH skeleton v2 1/2] Implement new LED driver
Date: Wed, 10 Feb 2016 12:50:06 +1100	[thread overview]
Message-ID: <87a8n9tju9.fsf@linux.vnet.ibm.com> (raw)
In-Reply-To: <1455058845-30270-2-git-send-email-openbmc-patches@stwcx.xyz>

OpenBMC Patches <openbmc-patches@stwcx.xyz> writes:
> From: Adriana Kobylak <anoo@us.ibm.com>
>
> 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.
> ---
>  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
>
> diff --git a/Makefile b/Makefile
> index 65787ff..49600ba 100755
> --- a/Makefile
> +++ b/Makefile
> @@ -36,11 +36,8 @@ libopenbmc_intf: openbmc_intf.o
>  power_control: power_control_obj.o gpio.o object_mapper.o libopenbmc_intf
>  	$(CC) -o bin/$@.exe obj/gpio.o obj/power_control_obj.o obj/object_mapper.o $(LDFLAGS) $(LIBS)
>  
> -led_controller: led_controller.o gpio.o object_mapper.o libopenbmc_intf
> -	$(CC) -o bin/$@.exe obj/gpio.o obj/led_controller.o obj/object_mapper.o $(LDFLAGS) $(LIBS)
> -
> -led_controller_new: led_controller_new.o
> -	$(CC) -o bin/$@.exe obj/led_controller_new.o $(LDFLAGS) $(LIBS) -lsystemd
> +led_controller: led_controller.o
> +	$(CC) -o bin/$@.exe obj/led_controller.o $(LDFLAGS) $(LIBS)
> -lsystemd

.exe ? Really?

-- 
Stewart Smith
OPAL Architect, IBM.

  reply	other threads:[~2016-02-10  1:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2016-02-10  1:50   ` Stewart Smith
2016-02-09 23:00 ` [PATCH skeleton v2 2/2] LED Makefile and polarity fixes OpenBMC Patches

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a8n9tju9.fsf@linux.vnet.ibm.com \
    --to=stewart@linux.vnet.ibm.com \
    --cc=openbmc-patches@stwcx.xyz \
    --cc=openbmc@lists.ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.