[PATCH] tsc2007 : set irq edge

2010-02-24 Thread Matthieu CASTET
Hi, We need to pass a trigger flag for the interruption to work with some gpio controller. This patch make it work on a arm omap chip. Signed-off-by: Matthieu CASTET matthieu.cas...@parrot.com diff --git a/drivers/input/touchscreen/tsc2007.c b/drivers/input/touchscreen/tsc2007.c index

[PATCH 3/3] MAINTAINERS: add i2c tree for embedded platforms

2010-02-24 Thread Uwe Kleine-König
Signed-off-by: Uwe Kleine-König u.kleine-koe...@pengutronix.de Acked-by: Jean Delvare kh...@linux-fr.org --- MAINTAINERS |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 2533fc4..a3c936c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2626,6

Re: Intel ICHx bus driver

2010-02-24 Thread Felix Rubinstein
Here is my code: #include stdio.h #include unistd.h #include sys/types.h #include sys/stat.h #include fcntl.h #include sys/ioctl.h #include stdlib.h #include i2c-dev.h #include i2cbusses.h #include util.h /* actually smbus allows up to 32 and i2c even more */ #define

Re: [PATCH] tsc2007 : set irq edge

2010-02-24 Thread Matthieu CASTET
Matthieu CASTET a écrit : Hi, We need to pass a trigger flag for the interruption to work with some gpio controller. This patch make it work on a arm omap chip. Signed-off-by: Matthieu CASTET matthieu.cas...@parrot.com in fact we should trigger on low level. The problem with falling