[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-503-gd4b5bf7
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2013-11-12 15:35:18
|
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 d4b5bf7bd7909cbffef7bc28dc77cf98337acca8 (commit)
from ce4b06c2ecc647a62f0cc412d5195d85ca04f1f1 (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 d4b5bf7bd7909cbffef7bc28dc77cf98337acca8
Author: Andrey Valyaev <av...@pr...>
Date: Tue Nov 12 16:34:10 2013 +0100
Linux:APF51: manage useless write protection microSD pin
-----------------------------------------------------------------------
Summary of changes:
.../408-armadeus-add_apf51-dev_baseboard.patch | 18 +++++++++++-------
1 files changed, 11 insertions(+), 7 deletions(-)
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 7a889aa..dda8a71 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
@@ -4,8 +4,8 @@ Signed-off-by: Julien Boibessot <jul...@ar...>
Index: linux-2.6.38.8/arch/arm/mach-mx5/Kconfig
===================================================================
---- linux-2.6.38.8/arch/arm/mach-mx5/Kconfig
-+++ linux-2.6.38.8/arch/arm/mach-mx5/Kconfig
+--- linux-2.6.38.8.orig/arch/arm/mach-mx5/Kconfig 2013-11-12 16:06:41.675233324 +0100
++++ linux-2.6.38.8/arch/arm/mach-mx5/Kconfig 2013-11-12 16:26:15.015570479 +0100
@@ -175,4 +175,27 @@
Include support for Armadeus systems APF51 System On Module. This
includes specific configurations for the board and its peripherals.
@@ -36,8 +36,8 @@ Index: linux-2.6.38.8/arch/arm/mach-mx5/Kconfig
endif
Index: linux-2.6.38.8/arch/arm/mach-mx5/Makefile
===================================================================
---- linux-2.6.38.8/arch/arm/mach-mx5/Makefile
-+++ linux-2.6.38.8/arch/arm/mach-mx5/Makefile
+--- linux-2.6.38.8.orig/arch/arm/mach-mx5/Makefile 2013-11-12 16:06:41.675233324 +0100
++++ linux-2.6.38.8/arch/arm/mach-mx5/Makefile 2013-11-12 16:26:15.015570479 +0100
@@ -8,6 +8,7 @@
obj-$(CONFIG_CPU_FREQ_IMX) += cpu_op-mx51.o
@@ -48,9 +48,9 @@ Index: linux-2.6.38.8/arch/arm/mach-mx5/Makefile
obj-$(CONFIG_MACH_MX53_EVK) += board-mx53_evk.o
Index: linux-2.6.38.8/arch/arm/mach-mx5/apf51dev-baseboard.c
===================================================================
---- /dev/null
-+++ linux-2.6.38.8/arch/arm/mach-mx5/apf51dev-baseboard.c
-@@ -0,0 +1,554 @@
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ linux-2.6.38.8/arch/arm/mach-mx5/apf51dev-baseboard.c 2013-11-12 16:27:44.145123084 +0100
+@@ -0,0 +1,558 @@
+ /*
+ * Support for APF51's official development baseboard (APF51Dev)
+ *
@@ -109,6 +109,10 @@ Index: linux-2.6.38.8/arch/arm/mach-mx5/apf51dev-baseboard.c
+ (_MX51_PAD_SD1_DATA2__SD1_DATA2 | MUX_PAD_CTRL(APF51_SDHCI_PAD_CTRL)),
+ (_MX51_PAD_SD1_DATA3__SD1_DATA3 | MUX_PAD_CTRL(APF51_SDHCI_PAD_CTRL)),
+ (_MX51_PAD_EIM_CS4__GPIO2_29 | MUX_PAD_CTRL(APF51_GPIO_SPECIAL_PAD_CTRL)),
++ /* write protection not used */
++ (_MX51_PAD_GPIO1_1__GPIO1_1 | MUX_PAD_CTRL(PAD_CTL_DSE_HIGH | PAD_CTL_PKE |
++ PAD_CTL_SRE_FAST | PAD_CTL_PUE |
++ PAD_CTL_PUS_100K_DOWN)),
+
+ /* SD2 (WiFi) */
+ (_MX51_PAD_SD2_CMD__SD2_CMD | MUX_PAD_CTRL(APF51_SDHCI_PAD_CTRL)),
hooks/post-receive
--
armadeus
|