[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-153-gb574fa6
Brought to you by:
sszy
|
From: Gwenhael Goavec-M. <gwe...@us...> - 2013-02-09 09:08:27
|
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 b574fa628d6f331818bf663cd9ce2e9cc8c22bba (commit)
from 6812778d10219ee0e55096f67e1282993213cfc3 (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 b574fa628d6f331818bf663cd9ce2e9cc8c22bba
Author: Gwenhael Goavec-Merou <gw...@tr...>
Date: Sat Feb 9 10:07:28 2013 +0100
[LINUX][3.8] mxs: gpio-mxs: Use EDGE instead of LEVEL
-----------------------------------------------------------------------
Summary of changes:
...o-mxs-add_support_for_both_edge_interrupt.patch | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/patches/linux/3.8/0206-armadeus-mxs-gpio-mxs-add_support_for_both_edge_interrupt.patch b/patches/linux/3.8/0206-armadeus-mxs-gpio-mxs-add_support_for_both_edge_interrupt.patch
index 01a5955..6d051d3 100644
--- a/patches/linux/3.8/0206-armadeus-mxs-gpio-mxs-add_support_for_both_edge_interrupt.patch
+++ b/patches/linux/3.8/0206-armadeus-mxs-gpio-mxs-add_support_for_both_edge_interrupt.patch
@@ -34,9 +34,9 @@ Index: linux-3.8-rc5/drivers/gpio/gpio-mxs.c
+ case IRQ_TYPE_EDGE_BOTH:
+ val = gpio_get_value(port->bgc.gc.base + gpio_idx);
+ if (val)
-+ edge = GPIO_INT_LOW_LEV;
++ edge = GPIO_INT_FALL_EDGE;
+ else
-+ edge = GPIO_INT_HIGH_LEV;
++ edge = GPIO_INT_RISE_EDGE;
+ port->both_edges |= 1 << gpio_idx;
+ break;
case IRQ_TYPE_EDGE_RISING:
hooks/post-receive
--
armadeus
|