Re: question in request_threaded_irq

2011-08-22 Thread Haojian Zhuang
On Mon, Aug 15, 2011 at 7:03 PM, radhika bhaskaran wrote: > Hi javier, > > Thanks for the help. > > I have tried the suggestion made by you. But unfortunately it did not work. > > For my debugging purpose i tried to register two isr's on the same number > IRQ no in the same driver. But the isr wh

Re: question in request_threaded_irq

2011-08-15 Thread Javier Martinez Canillas
On Mon, 2011-08-15 at 16:33 +0530, radhika bhaskaran wrote: > > For my debugging purpose i tried to register two isr's on the same > number IRQ no in the same driver. But the isr which is registerd > first is being hit. > Since the kernel is monolithic is doesn't really matter where your ISR f

Re: question in request_threaded_irq

2011-08-15 Thread radhika bhaskaran
Hi javier, Thanks for the help. I have tried the suggestion made by you. But unfortunately it did not work. For my debugging purpose i tried to register two isr's on the same number IRQ no in the same driver. But the isr which is registerd first is being hit. The other isr funciton which is re

Re: question in request_threaded_irq

2011-08-13 Thread Javier Martinez Canillas
On Sat, Aug 13, 2011 at 9:25 PM, radhika bhaskaran wrote: > Hi, > I have a question with respect to request_threaded_irq. > Assume that one driver has registered and ISR on some particular irq number. > Can i use the same irq number and register and isr in another driver. > Because that is my requ

question in request_threaded_irq

2011-08-13 Thread radhika bhaskaran
Hi, I have a question with respect to request_threaded_irq. Assume that one driver has registered and ISR on some particular irq number. Can i use the same irq number and register and isr in another driver. Because that is my requirement. when i try to do that is an error message with an error