From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cnMMh-0004tY-VZ for barebox@lists.infradead.org; Mon, 13 Mar 2017 09:34:09 +0000 From: Oleksij Rempel Date: Mon, 13 Mar 2017 10:33:35 +0100 Message-Id: <20170313093339.12597-1-o.rempel@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH v3 0/4] upstream led blinking rework To: barebox@lists.infradead.org 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