From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw02.freescale.net (az33egw02.freescale.net [192.88.158.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw02.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 41EB9DE43C for ; Thu, 4 Sep 2008 03:09:23 +1000 (EST) Date: Wed, 3 Sep 2008 12:08:15 -0500 From: Scott Wood To: =?iso-8859-1?Q?S=E9bastien_Chr=E9tien?= Subject: Re: irq Message-ID: <20080903170815.GA10979@loki.buserror.net> References: <319b0ac50809030715h1a03a606jacddd400019f4483@mail.gmail.com> <48BEA106.9090307@selcomgroup.com> <319b0ac50809030803p6d659468wd7d2425224653374@mail.gmail.com> <6a6049b80809030905u561043ecr1438d20aebf5598d@mail.gmail.com> <48BEBD17.1030705@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 In-Reply-To: <48BEBD17.1030705@gmail.com> Cc: M B , linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Sep 03, 2008 at 06:36:39PM +0200, Sébastien Chrétien wrote: > Ok I will try irq_create_mapping tomorrow. > When have I to use this function ? You always need to create a mapping (though doing it with irq_of_parse_and_map is preferred). request_irq() takes virtual IRQ numbers, not hardware IRQ numbers. -Scott