public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* IRQ
@ 2002-07-04  6:09 Mohamed Ghouse , Gurgaon
  2002-07-04  8:32 ` IRQ Lists (lst)
  0 siblings, 1 reply; 4+ messages in thread
From: Mohamed Ghouse , Gurgaon @ 2002-07-04  6:09 UTC (permalink / raw)
  To: Linux-Kernel (E-mail)

Is there any possibility 2 assign explicitly an IRQ or change the IRQ for a
specific device after it has been assigned an IRQ.

TIA
-Ghouse


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: IRQ
  2002-07-04  6:09 IRQ Mohamed Ghouse , Gurgaon
@ 2002-07-04  8:32 ` Lists (lst)
  0 siblings, 0 replies; 4+ messages in thread
From: Lists (lst) @ 2002-07-04  8:32 UTC (permalink / raw)
  To: Mohamed Ghouse , Gurgaon; +Cc: Linux-Kernel (E-mail)


> Is there any possibility 2 assign explicitly an IRQ or change the IRQ for a
> specific device after it has been assigned an IRQ.


pirq option in LILO/GRUB (read Documentation/i386/IO-APIC.txt in kernel 
sources)
or setpci

Best Regards,
Cosmin


^ permalink raw reply	[flat|nested] 4+ messages in thread

* irq
@ 2006-06-19 13:31 ~ ninad
  2006-06-19 14:21 ` irq Michael Opdenacker
  0 siblings, 1 reply; 4+ messages in thread
From: ~ ninad @ 2006-06-19 13:31 UTC (permalink / raw)
  To: linux-kernel

In linux device driver, is it possible to register an ISR for multiple
irq lines?


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: irq
  2006-06-19 13:31 irq ~ ninad
@ 2006-06-19 14:21 ` Michael Opdenacker
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Opdenacker @ 2006-06-19 14:21 UTC (permalink / raw)
  To: ~ ninad; +Cc: linux-kernel

Hello,
> In linux device driver, is it possible to register an ISR for multiple
> irq lines?
>   
Yes, use request_irq with the same handler for each of your irq lines.

You couldn't easily do this at once in a single request_xxx instruction, 
because registration may succeed on some lines, but fail on some others 
ones. The registration status would then be more difficult to manage.

   Michael.

-- 
Michael Opdenacker, Free Electrons
Free Embedded Linux Training Materials
on http://free-electrons.com/training
(More than 1000 pages!)


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-06-19 14:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-19 13:31 irq ~ ninad
2006-06-19 14:21 ` irq Michael Opdenacker
  -- strict thread matches above, loose matches on Subject: below --
2002-07-04  6:09 IRQ Mohamed Ghouse , Gurgaon
2002-07-04  8:32 ` IRQ Lists (lst)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox