Hi Fabio,<br><br>Thanks for the reply. Ya I got your point, and I did the same thing by exporting the sysfs gpio and poll for value attribute It works fine but the thing is time. Actually my interrupts may be every 50 micro seconds. So I thought of dealing in kernel mode itself. What&#39;s your suggestion ?<br>Sent from my HTC<br><br>----- Reply message -----<br>From: &quot;Fabio Pozzi&quot; &lt;pozzi.fabio@gmail.com&gt;<br>Date: Sat, Oct 6, 2012 2:29 pm<br>Subject: Gpio interrupt shall pass the signal to application<br>To: &quot;jeshwanth Kumar N K&quot; &lt;jeshkumar555@gmail.com&gt;<br>Cc: &quot;kernelnewbies&quot; &lt;kernelnewbies@kernelnewbies.org&gt;<br><br><br>I think you could use sysfs_notify to send the notification and use<br>select() or poll() to wait for changes in the sysfs file in the interrupt<br>handler routine. You can find an example of this in the gpio-fan driver.<br>Hope it helps<br><br>-- <br>Saluti,<br>Fabio Pozzi<br><br><br>