[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-308-gc99eb07
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-05-14 15:41:20
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via c99eb077701053abbdd77d921bf3e4930c7918e5 (commit)
from 3f44dd9b60a3ee5a51cd83d6307ff21fa23a1d42 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c99eb077701053abbdd77d921bf3e4930c7918e5
Author: Eric Jarrige <eri...@ar...>
Date: Mon May 14 17:40:34 2012 +0200
[LINUX] Update LED naming convention for developement boards: devicename=apfdev colour=green function=user
-----------------------------------------------------------------------
Summary of changes:
.../2.6.29/281-apf27-armadeus-add_apf27.c.patch | 2 +-
...1-armadeus-add_apf28dev_baseboard_support.patch | 3 ++-
.../2.6.38/281-apf27-armadeus-add_apf27.c.patch | 2 +-
.../408-armadeus-add_apf51-dev_baseboard.patch | 2 +-
4 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/patches/linux/2.6.29/281-apf27-armadeus-add_apf27.c.patch b/patches/linux/2.6.29/281-apf27-armadeus-add_apf27.c.patch
index cbe0193..be2112a 100644
--- a/patches/linux/2.6.29/281-apf27-armadeus-add_apf27.c.patch
+++ b/patches/linux/2.6.29/281-apf27-armadeus-add_apf27.c.patch
@@ -901,7 +901,7 @@ Index: linux-2.6.29.6/arch/arm/mach-mx2/apf27-dev.c
+#if defined(CONFIG_LEDS_GPIO) || defined(CONFIG_LEDS_GPIO_MODULE)
+static struct gpio_led apf27dev_led[] = {
+ {
-+ .name = "apf27dev:green:led",
++ .name = "apfdev:green:user",
+ .default_trigger = "heartbeat",
+ .gpio = (GPIO_PORTF | 14),
+ .active_low = 1,
diff --git a/patches/linux/2.6.35/451-armadeus-add_apf28dev_baseboard_support.patch b/patches/linux/2.6.35/451-armadeus-add_apf28dev_baseboard_support.patch
index 6871627..45e56cb 100644
--- a/patches/linux/2.6.35/451-armadeus-add_apf28dev_baseboard_support.patch
+++ b/patches/linux/2.6.35/451-armadeus-add_apf28dev_baseboard_support.patch
@@ -382,9 +382,10 @@ Index: linux-2.6.35.3/arch/arm/mach-mx28/apf28dev.c
+#if defined(CONFIG_LEDS_GPIO) || defined(CONFIG_LEDS_GPIO_MODULE)
+static struct gpio_led apf28dev_led[] = {
+ {
-+ .name = "apf28dev:green:led",
++ .name = "apfdev:green:user",
+ .default_trigger = "heartbeat",
+ .gpio = MXS_PIN_TO_GPIO(PINID_GPMI_RDY1),
++ .active_low = 0,
+ },
+};
+
diff --git a/patches/linux/2.6.38/281-apf27-armadeus-add_apf27.c.patch b/patches/linux/2.6.38/281-apf27-armadeus-add_apf27.c.patch
index 01e4d25..8847abe 100644
--- a/patches/linux/2.6.38/281-apf27-armadeus-add_apf27.c.patch
+++ b/patches/linux/2.6.38/281-apf27-armadeus-add_apf27.c.patch
@@ -880,7 +880,7 @@ Index: linux-2.6.38.1/arch/arm/mach-imx/apf27-dev.c
+#if defined(CONFIG_LEDS_GPIO) || defined(CONFIG_LEDS_GPIO_MODULE)
+static struct gpio_led apf27dev_led[] = {
+ {
-+ .name = "apf27dev:green:led",
++ .name = "apfdev:green:user",
+ .default_trigger = "heartbeat",
+ .gpio = (GPIO_PORTF | 14),
+ .active_low = 1,
diff --git a/patches/linux/2.6.38/408-armadeus-add_apf51-dev_baseboard.patch b/patches/linux/2.6.38/408-armadeus-add_apf51-dev_baseboard.patch
index 714cc68..50ac23d 100644
--- a/patches/linux/2.6.38/408-armadeus-add_apf51-dev_baseboard.patch
+++ b/patches/linux/2.6.38/408-armadeus-add_apf51-dev_baseboard.patch
@@ -415,7 +415,7 @@ Index: linux-2.6.38.8/arch/arm/mach-mx5/apf51dev-baseboard.c
+#if defined(CONFIG_LEDS_GPIO) || defined(CONFIG_LEDS_GPIO_MODULE)
+static struct gpio_led apf51dev_led[] = {
+ {
-+ .name = "apf51dev:green:led",
++ .name = "apfdev:green:user",
+ .default_trigger = "heartbeat",
+ .gpio = (GPIO_PORTA | 2),
+ .active_low = 0,
hooks/post-receive
--
armadeus
|