From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vega.surpasshosting.com (vega.surpasshosting.com [72.29.83.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 87606DDF3D for ; Fri, 29 Aug 2008 07:48:13 +1000 (EST) Message-ID: <48B71D04.4080805@embedded-sol.com> Date: Fri, 29 Aug 2008 00:47:48 +0300 From: Felix Radensky MIME-Version: 1.0 To: Stefan Roese Subject: Re: GPIO interrupt on AMCC 460EX References: <48B6B201.2070101@embedded-sol.com> <200808281720.13138.sr@denx.de> In-Reply-To: <200808281720.13138.sr@denx.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, Stefan Stefan Roese wrote: > arch/powerpc now used virtual interrupts. You need to include this hardware > interrupt number into your device-tree (create a new node for your CPLD) and > extract the virtual irq number from there by calling irq_of_parse_and_map(). > > That works fine, thank you. Felix.