Hi All, I tried with gpio-event from http://svn.hylands.org/linux/gpio-event/module/gpio-event-drv.c which is provide by Dave Hylands , it gives me the put ./daveuser 156:b:2000# cat /proc/gpio-event/pinsGPIO: 156 Edge: Both Debounce: 208 msec ./daveuser 156:f:2000# cat /proc/gpio-event/pinsGPIO: 156 Edge: Falling Debounce: 208 msec # ./daveuser 156:r:2000# cat /proc/gpio-event/pinsGPIO: 156 Edge: Rising Debounce: 208 msec
--- On Thu, 2/12/10, Hemanth Kumar <hemw...@yahoo.co.in> wrote: From: Hemanth Kumar <hemw...@yahoo.co.in> Subject: gpio rising edge To: kernelnewbies@nl.linux.org Date: Thursday, 2 December, 2010, 10:01 AM Hi All, I am working on device driver with gpio on ARM Cortex-8 kernel-2.6.32.9 android, Since I am new to gpio ,I want know how to generate interrupt in rising edge, Please can any one suggest any idea or link. Regards, Hemanth