[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-452-g1538836
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-07-19 07:23:00
|
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 1538836b51b9f30f833e5f120bc292f6ae93ee1e (commit)
from 6bc49fe1bae8448049792597648916d5a7e79e9a (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 1538836b51b9f30f833e5f120bc292f6ae93ee1e
Author: Eric Jarrige <eri...@ar...>
Date: Thu Jul 19 09:22:42 2012 +0200
[LINUX] apf28: Extend ethernet PHY reset to 1ms
-----------------------------------------------------------------------
Summary of changes:
.../450-armadeus-add_apf28_module_support.patch | 4 ++--
...1-armadeus-add_apf28dev_baseboard_support.patch | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/patches/linux/2.6.35/450-armadeus-add_apf28_module_support.patch b/patches/linux/2.6.35/450-armadeus-add_apf28_module_support.patch
index 61dbc14..9d60244 100644
--- a/patches/linux/2.6.35/450-armadeus-add_apf28_module_support.patch
+++ b/patches/linux/2.6.35/450-armadeus-add_apf28_module_support.patch
@@ -456,7 +456,7 @@ Index: linux-2.6.35.3/arch/arm/mach-mx28/mach-apf28.c
+int mx28evk_enet_gpio_init(void)
+{
+ gpio_direction_output(MXS_PIN_TO_GPIO(PINID_ENET0_RX_CLK), 0);
-+ udelay(100);
++ mdelay(1);
+ gpio_direction_output(MXS_PIN_TO_GPIO(PINID_ENET0_RX_CLK), 1);
+ mx287_fec1_gpio_init();
+
@@ -481,7 +481,7 @@ Index: linux-2.6.35.3/arch/arm/mach-mx28/mach-apf28.c
+int apf28_fec0_gpio_init(void)
+{
+ gpio_direction_output(MXS_PIN_TO_GPIO(PINID_ENET0_RX_CLK), 0);
-+ udelay(100);
++ mdelay(1);
+ gpio_direction_output(MXS_PIN_TO_GPIO(PINID_ENET0_RX_CLK), 1);
+
+ return 0;
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 16cafcd..fced9a8 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
@@ -825,7 +825,7 @@ Index: linux-2.6.35.3/arch/arm/mach-mx28/apf28dev.c
+{
+ /* reset 2nd phy */
+ gpio_direction_output(MXS_PIN_TO_GPIO(PINID_LCD_HSYNC), 0);
-+ udelay(100);
++ mdelay(1);
+ gpio_direction_output(MXS_PIN_TO_GPIO(PINID_LCD_HSYNC), 1);
+
+ return 0;
hooks/post-receive
--
armadeus
|