From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by ozlabs.org (Postfix) with ESMTP id BA1B1DDD0C for ; Wed, 10 Dec 2008 03:00:24 +1100 (EST) Received: by yw-out-2324.google.com with SMTP id 5so10312ywh.39 for ; Tue, 09 Dec 2008 08:00:22 -0800 (PST) Message-ID: Date: Tue, 9 Dec 2008 11:00:21 -0500 From: "liran raz" To: linuxppc-embedded@ozlabs.org Subject: which irqflag to use with request_irq MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_12274_20544587.1228838421825" List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , ------=_Part_12274_20544587.1228838421825 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline hi, When using the function: int request_irq (unsigned int irq, irq_handler_t handler, unsigned long irqflags, const char * devname, void * dev_id); To connect an ISR to one of the processor's peripherals irq (SCC in my case). Which value I should use for irqflags, from the list in: interrupt.h file. Kernel 2.6.24 Processor: MPC8272 Thanks, Liran. ------=_Part_12274_20544587.1228838421825 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline hi,

When using the function:
int request_irq (unsigned int      irq,
     irq_handler_t      handler,
     unsigned long      irqflags,
     const char *      devname,
     void *      dev_id);

To connect an ISR to one of the processor's
peripherals irq (SCC in my case).

Which value I should use for irqflags,
from the list in: interrupt.h file.

Kernel 2.6.24
Processor: MPC8272

Thanks,
Liran.


------=_Part_12274_20544587.1228838421825--