[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-343-ge2c89f4
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-06-04 14:57:09
|
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 e2c89f4e9c03fc5854e822c292093e8f3a859b63 (commit)
from bd953cb9415fe1ed333fb7b57f2fd826f0ed79f3 (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 e2c89f4e9c03fc5854e822c292093e8f3a859b63
Author: Eric Jarrige <eri...@ar...>
Date: Mon Jun 4 16:57:19 2012 +0200
[LINUX] mx28: Fix mx28 pin init transition
-----------------------------------------------------------------------
Summary of changes:
...456-armadeus-mx28_fix_pin_init_transition.patch | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
create mode 100644 patches/linux/2.6.35/456-armadeus-mx28_fix_pin_init_transition.patch
diff --git a/patches/linux/2.6.35/456-armadeus-mx28_fix_pin_init_transition.patch b/patches/linux/2.6.35/456-armadeus-mx28_fix_pin_init_transition.patch
new file mode 100644
index 0000000..7387fff
--- /dev/null
+++ b/patches/linux/2.6.35/456-armadeus-mx28_fix_pin_init_transition.patch
@@ -0,0 +1,17 @@
+Fix mx28 pin init transition.
+
+Signed-off-by: Eric Jarrige <eri...@ar...>
+---
+Index: linux-2.6.35.3/arch/arm/mach-mx28/pinctrl.c
+===================================================================
+--- linux-2.6.35.3/arch/arm/mach-mx28/pinctrl.c
++++ linux-2.6.35.3/arch/arm/mach-mx28/pinctrl.c
+@@ -92,7 +92,7 @@ static void mx28_set_type(struct pin_ban
+ addr += 0x20 * bank->id + 0x10 * (id >> 4);
+ id &= 0xF;
+ id *= 2;
+- __raw_writel(0x3 << id, addr + CLR_REGISTER);
++ __raw_writel(((~cfg)&0x3) << id, addr + CLR_REGISTER);
+ __raw_writel(cfg << id, addr + SET_REGISTER);
+ }
+
hooks/post-receive
--
armadeus
|