[Armadeus-commitlog] armadeus branch, master, updated. latestrelease-61-g27d90aa
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2009-09-15 08:44:52
|
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 27d90aa76fe52ca8271e4174859333d678481449 (commit)
from 48e2dba05305ca23833f28a514f0ce716be93024 (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 27d90aa76fe52ca8271e4174859333d678481449
Author: Julien Boibessot <jul...@ar...>
Date: Tue Sep 15 10:36:08 2009 +0200
[LINUX] Don't initialize i.MX27 FEC GPIOs if not configured
-----------------------------------------------------------------------
Summary of changes:
.../2.6.29/281-apf27-armadeus-add_apf27.c.patch | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/281-apf27-armadeus-add_apf27.c.patch b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/281-apf27-armadeus-add_apf27.c.patch
index 31cd72a..0ddfef9 100644
--- a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/281-apf27-armadeus-add_apf27.c.patch
+++ b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/281-apf27-armadeus-add_apf27.c.patch
@@ -9,8 +9,8 @@ Signed-off-by: Eric Jarrige <eri...@ar...>
Index: linux-2.6.29.4/arch/arm/mach-mx2/apf27.c
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.29.4/arch/arm/mach-mx2/apf27.c 2009-09-14 18:57:53.000000000 +0200
-@@ -0,0 +1,1274 @@
++++ linux-2.6.29.4/arch/arm/mach-mx2/apf27.c 2009-09-15 10:27:06.000000000 +0200
+@@ -0,0 +1,1277 @@
+ /*
+ * apf27.c
+ *
@@ -299,6 +299,7 @@ Index: linux-2.6.29.4/arch/arm/mach-mx2/apf27.c
+ .flags = 0,
+};
+
++#ifdef CONFIG_FEC_OLD
+static int mxc_fec_pins[] = {
+ PD0_AIN_FEC_TXD0,
+ PD1_AIN_FEC_TXD1,
@@ -329,6 +330,7 @@ Index: linux-2.6.29.4/arch/arm/mach-mx2/apf27.c
+{
+ mxc_gpio_release_multiple_pins(mxc_fec_pins, ARRAY_SIZE(mxc_fec_pins));
+} */
++#endif /* CONFIG_FEC_OLD */
+
+#if defined(CONFIG_FB_MXC) || defined(CONFIG_FB_IMX)
+static int mxc_lcd_pins[] = {
@@ -1201,8 +1203,9 @@ Index: linux-2.6.29.4/arch/arm/mach-mx2/apf27.c
+ /* init apf27dev power management related pins */
+ gpio_pwr_ctl_active();
+
++#ifdef CONFIG_FEC_OLD
+ gpio_fec_active();
-+
++#endif
+ mxc_register_device(&mxc_uart_device0, &uart0_pdata); /* console */
+ mxc_register_device(&mxc_uart_device2, &uart2_pdata);
+
@@ -1288,7 +1291,7 @@ Index: linux-2.6.29.4/arch/arm/mach-mx2/apf27.c
Index: linux-2.6.29.4/arch/arm/mach-mx2/apf27-dev.c
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.29.4/arch/arm/mach-mx2/apf27-dev.c 2009-09-14 18:50:02.000000000 +0200
++++ linux-2.6.29.4/arch/arm/mach-mx2/apf27-dev.c 2009-09-15 10:21:40.000000000 +0200
@@ -0,0 +1,576 @@
+ /*
+ * apf27-dev.c
hooks/post-receive
--
armadeus
|