All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxim Osipov <maxim.osipov@gmail.com>
To: Andrew Victor <linux@maxim.org.za>,
	Nicolas Ferre <nicolas.ferre@atmel.com>,
	Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
	Russell King <linux@arm.linux.org.uk>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Cc: Maxim Osipov <maxim.osipov@gmail.com>
Subject: [PATCH 1/1] AT91: flexibity: default leds to heartbeat
Date: Mon, 30 May 2011 18:13:47 +0100	[thread overview]
Message-ID: <1306775627-6640-1-git-send-email-maxim.osipov@gmail.com> (raw)

This patch changes default behavior of Flexibity board LEDs to blinking
for boot diagnostic purpose.

Signed-off-by: Maxim Osipov <maxim.osipov@gmail.com>
---
 arch/arm/mach-at91/board-flexibity.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/arch/arm/mach-at91/board-flexibity.c b/arch/arm/mach-at91/board-flexibity.c
index 4fdc96c..8cbec8a 100644
--- a/arch/arm/mach-at91/board-flexibity.c
+++ b/arch/arm/mach-at91/board-flexibity.c
@@ -96,49 +96,49 @@ static struct gpio_led flexibity_leds[] = {
 		.name			= "usb1:green",
 		.gpio			= AT91_PIN_PA12,
 		.active_low		= 1,
-		.default_trigger	= "default-on",
+		.default_trigger	= "heartbeat",
 	},
 	{
 		.name			= "usb1:red",
 		.gpio			= AT91_PIN_PA13,
 		.active_low		= 1,
-		.default_trigger	= "default-on",
+		.default_trigger	= "heartbeat",
 	},
 	{
 		.name			= "usb2:green",
 		.gpio			= AT91_PIN_PB26,
 		.active_low		= 1,
-		.default_trigger	= "default-on",
+		.default_trigger	= "heartbeat",
 	},
 	{
 		.name			= "usb2:red",
 		.gpio			= AT91_PIN_PB27,
 		.active_low		= 1,
-		.default_trigger	= "default-on",
+		.default_trigger	= "heartbeat",
 	},
 	{
 		.name			= "usb3:green",
 		.gpio			= AT91_PIN_PC8,
 		.active_low		= 1,
-		.default_trigger	= "default-on",
+		.default_trigger	= "heartbeat",
 	},
 	{
 		.name			= "usb3:red",
 		.gpio			= AT91_PIN_PC6,
 		.active_low		= 1,
-		.default_trigger	= "default-on",
+		.default_trigger	= "heartbeat",
 	},
 	{
 		.name			= "usb4:green",
 		.gpio			= AT91_PIN_PB4,
 		.active_low		= 1,
-		.default_trigger	= "default-on",
+		.default_trigger	= "heartbeat",
 	},
 	{
 		.name			= "usb4:red",
 		.gpio			= AT91_PIN_PB5,
 		.active_low		= 1,
-		.default_trigger	= "default-on",
+		.default_trigger	= "heartbeat",
 	}
 };
 
-- 
1.7.4.1


WARNING: multiple messages have this Message-ID (diff)
From: maxim.osipov@gmail.com (Maxim Osipov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/1] AT91: flexibity: default leds to heartbeat
Date: Mon, 30 May 2011 18:13:47 +0100	[thread overview]
Message-ID: <1306775627-6640-1-git-send-email-maxim.osipov@gmail.com> (raw)

This patch changes default behavior of Flexibity board LEDs to blinking
for boot diagnostic purpose.

Signed-off-by: Maxim Osipov <maxim.osipov@gmail.com>
---
 arch/arm/mach-at91/board-flexibity.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/arch/arm/mach-at91/board-flexibity.c b/arch/arm/mach-at91/board-flexibity.c
index 4fdc96c..8cbec8a 100644
--- a/arch/arm/mach-at91/board-flexibity.c
+++ b/arch/arm/mach-at91/board-flexibity.c
@@ -96,49 +96,49 @@ static struct gpio_led flexibity_leds[] = {
 		.name			= "usb1:green",
 		.gpio			= AT91_PIN_PA12,
 		.active_low		= 1,
-		.default_trigger	= "default-on",
+		.default_trigger	= "heartbeat",
 	},
 	{
 		.name			= "usb1:red",
 		.gpio			= AT91_PIN_PA13,
 		.active_low		= 1,
-		.default_trigger	= "default-on",
+		.default_trigger	= "heartbeat",
 	},
 	{
 		.name			= "usb2:green",
 		.gpio			= AT91_PIN_PB26,
 		.active_low		= 1,
-		.default_trigger	= "default-on",
+		.default_trigger	= "heartbeat",
 	},
 	{
 		.name			= "usb2:red",
 		.gpio			= AT91_PIN_PB27,
 		.active_low		= 1,
-		.default_trigger	= "default-on",
+		.default_trigger	= "heartbeat",
 	},
 	{
 		.name			= "usb3:green",
 		.gpio			= AT91_PIN_PC8,
 		.active_low		= 1,
-		.default_trigger	= "default-on",
+		.default_trigger	= "heartbeat",
 	},
 	{
 		.name			= "usb3:red",
 		.gpio			= AT91_PIN_PC6,
 		.active_low		= 1,
-		.default_trigger	= "default-on",
+		.default_trigger	= "heartbeat",
 	},
 	{
 		.name			= "usb4:green",
 		.gpio			= AT91_PIN_PB4,
 		.active_low		= 1,
-		.default_trigger	= "default-on",
+		.default_trigger	= "heartbeat",
 	},
 	{
 		.name			= "usb4:red",
 		.gpio			= AT91_PIN_PB5,
 		.active_low		= 1,
-		.default_trigger	= "default-on",
+		.default_trigger	= "heartbeat",
 	}
 };
 
-- 
1.7.4.1

             reply	other threads:[~2011-05-30 17:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-30 17:13 Maxim Osipov [this message]
2011-05-30 17:13 ` [PATCH 1/1] AT91: flexibity: default leds to heartbeat Maxim Osipov
2011-05-31  8:28 ` Jean-Christophe PLAGNIOL-VILLARD
2011-05-31  8:28   ` Jean-Christophe PLAGNIOL-VILLARD

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=1306775627-6640-1-git-send-email-maxim.osipov@gmail.com \
    --to=maxim.osipov@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=linux@maxim.org.za \
    --cc=nicolas.ferre@atmel.com \
    --cc=plagnioj@jcrosoft.com \
    /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.