[Armadeus-commitlog] armadeus branch, master, updated. release-3.2-62-gc4a5b0b
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2009-12-17 12:48:06
|
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 c4a5b0b1a0db0bcf298a47a273a853a33126522d (commit)
via 2d77889c0e2eb817e41aedaa00c1bbf28ed499d7 (commit)
from 68b74986d6634dd1162a8c21390e75a00f17aff9 (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 c4a5b0b1a0db0bcf298a47a273a853a33126522d
Merge: 2d77889c0e2eb817e41aedaa00c1bbf28ed499d7 68b74986d6634dd1162a8c21390e75a00f17aff9
Author: Julien Boibessot <jul...@ar...>
Date: Thu Dec 17 13:47:36 2009 +0100
Merge branch 'master' of ssh://artemys@armadeus.git.sourceforge.net/gitroot/armadeus/armadeus
commit 2d77889c0e2eb817e41aedaa00c1bbf28ed499d7
Author: Julien Boibessot <jul...@ar...>
Date: Thu Dec 17 10:54:19 2009 +0100
[LINUX] Add debug trace for GPIO allocation
-----------------------------------------------------------------------
Summary of changes:
...isplay_gpio_number_when_reservation_fails.patch | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
create mode 100644 buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/345-apf27-armadeus-iomux-display_gpio_number_when_reservation_fails.patch
diff --git a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/345-apf27-armadeus-iomux-display_gpio_number_when_reservation_fails.patch b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/345-apf27-armadeus-iomux-display_gpio_number_when_reservation_fails.patch
new file mode 100644
index 0000000..8e30ef2
--- /dev/null
+++ b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/345-apf27-armadeus-iomux-display_gpio_number_when_reservation_fails.patch
@@ -0,0 +1,17 @@
+Ease debugging when GPIO allocation fails.
+
+Signed-off-by: Julien Boibessot <jul...@ar...>
+
+Index: linux-2.6.29.6/arch/arm/plat-mxc/iomux-mx1-mx2.c
+===================================================================
+--- linux-2.6.29.6.orig/arch/arm/plat-mxc/iomux-mx1-mx2.c 2009-12-17 10:04:43.000000000 +0100
++++ linux-2.6.29.6/arch/arm/plat-mxc/iomux-mx1-mx2.c 2009-12-17 10:49:56.000000000 +0100
+@@ -136,6 +136,8 @@
+ return 0;
+
+ setup_error:
++ printk("*** Failed to reserve GPIO %d (port %d pin %d)\n", gpio,
++ gpio & GPIO_PORT_MASK, gpio & GPIO_PIN_MASK);
+ mxc_gpio_release_multiple_pins(pin_list, i);
+ return ret;
+ }
hooks/post-receive
--
armadeus
|