mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v3 0/4] upstream led blinking rework
@ 2017-03-13  9:33 Oleksij Rempel
  2017-03-13  9:33 ` [PATCH v3 1/4] led: add blinking/flashing and led_blink_pattern interface Oleksij Rempel
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Oleksij Rempel @ 2017-03-13  9:33 UTC (permalink / raw)
  To: barebox; +Cc: Oleksij Rempel

changes v1:
 - merge blinking/flashing and led_blink_pattern patches
 - remove new unsued variables from structs
 - add sanity check in the led command to avoid simultan -b anf -f options

changes v2:
 - reword commit message in "led: add blinking/flashing..." patch

changes v3:
 - reword "led-trigger: Allow multiple..." patch
 - remove sanity check before free()

Sascha Hauer (4):
  led: add blinking/flashing and led_blink_pattern interface
  led: Add blink/flash to led command
  led: trigger: Use led triggers
  led-trigger: Allow multiple led triggers of the same type

 commands/led.c             |  44 ++++++++++++-
 commands/trigger.c         |  54 ++++++++--------
 drivers/led/core.c         | 101 ++++++++++++++++++++++++++++-
 drivers/led/led-triggers.c | 157 ++++++++++++++++++++++++++++-----------------
 include/led.h              |  17 ++++-
 5 files changed, 286 insertions(+), 87 deletions(-)

-- 
2.11.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2017-03-14  7:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-13  9:33 [PATCH v3 0/4] upstream led blinking rework Oleksij Rempel
2017-03-13  9:33 ` [PATCH v3 1/4] led: add blinking/flashing and led_blink_pattern interface Oleksij Rempel
2017-03-13  9:33 ` [PATCH v3 2/4] led: Add blink/flash to led command Oleksij Rempel
2017-03-13  9:33 ` [PATCH v3 3/4] led: trigger: Use led triggers Oleksij Rempel
2017-03-13  9:33 ` [PATCH v3 4/4] led-trigger: Allow multiple led triggers of the same type Oleksij Rempel
2017-03-14  7:11 ` [PATCH v3 0/4] upstream led blinking rework Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox