All of lore.kernel.org
 help / color / mirror / Atom feed
* irq
@ 2008-09-03 14:15 Sébastien Chrétien
  2008-09-03 14:36 ` irq Daniele Bosi
  0 siblings, 1 reply; 16+ messages in thread
From: Sébastien Chrétien @ 2008-09-03 14:15 UTC (permalink / raw)
  To: linuxppc-dev

[-- Attachment #1: Type: text/plain, Size: 361 bytes --]

Hello,

I am trying to register a function writh IRQ :

static irqreturn_t uart_test (int irq , void *dev_id)
{
    printk("/!\\ Interruption : tx_empty\n");
       return IRQ_HANDLED;
}

    req=request_irq(0x18,uart_test,NULL,"uart_test",NULL);
    printk("Initialisation IRQ UART : %d \n", req);

When I boot linux ppc, the req value is -38.
What is wrong ?

[-- Attachment #2: Type: text/html, Size: 570 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread
* irq
@ 2006-06-19 13:31 ~ ninad
  2006-06-19 14:21 ` irq Michael Opdenacker
  0 siblings, 1 reply; 16+ 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] 16+ messages in thread
* IRQ
@ 2002-07-04  6:09 Mohamed Ghouse , Gurgaon
  2002-07-04  8:32 ` IRQ Lists (lst)
  0 siblings, 1 reply; 16+ 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] 16+ messages in thread

end of thread, other threads:[~2008-09-04 14:18 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-03 14:15 irq Sébastien Chrétien
2008-09-03 14:36 ` irq Daniele Bosi
2008-09-03 15:03   ` irq Sébastien Chrétien
2008-09-03 16:05     ` irq M B
2008-09-03 16:36       ` irq Sébastien Chrétien
2008-09-03 17:08         ` irq Scott Wood
2008-09-03 21:02           ` irq Sébastien Chrétien
2008-09-03 21:03             ` irq Scott Wood
2008-09-04  3:02             ` irq Benjamin Herrenschmidt
2008-09-04  8:27               ` irq Sébastien Chrétien
2008-09-04 13:23                 ` irq Sébastien Chrétien
2008-09-04 14:18                   ` irq Scott Wood
  -- strict thread matches above, loose matches on Subject: below --
2006-06-19 13:31 irq ~ ninad
2006-06-19 14:21 ` irq Michael Opdenacker
2002-07-04  6:09 IRQ Mohamed Ghouse , Gurgaon
2002-07-04  8:32 ` IRQ Lists (lst)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.