Re: ahci Port to Host interrupt as edge trigger

2015-04-17 Thread Tejun Heo
On Fri, Apr 17, 2015 at 04:22:17PM +0530, Suman Tripathi wrote: Hi , I need some suggestion . From the below interrupt handler in libahci.c it explains that the interrupt from port to Host is level triggered. Do we have any existing implementation that handles the port to Host as Edge

ahci Port to Host interrupt as edge trigger

2015-04-17 Thread Suman Tripathi
Hi , I need some suggestion . From the below interrupt handler in libahci.c it explains that the interrupt from port to Host is level triggered. Do we have any existing implementation that handles the port to Host as Edge triggered. static irqreturn_t ahci_single_irq_intr(int irq, void

Re: ahci Port to Host interrupt as edge trigger

2015-04-17 Thread Suman Tripathi
Hi , I need some suggestion . From the below interrupt handler in libahci.c it explains that the interrupt from port to Host is level triggered. Do we have any existing implementation that handles the port to Host as Edge triggered. Not that I know of but if it works as a edge triggered