From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nommos.sslcatacombnetworking.com (nommos.sslcatacombnetworking.com [67.18.224.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 2DAFD67C30 for ; Tue, 12 Dec 2006 13:21:59 +1100 (EST) In-Reply-To: <20061211223659.20169.50415.stgit@localhost.localdomain> References: <20061212012641.5ef493f7@localhost.localdomain> <20061211223659.20169.50415.stgit@localhost.localdomain> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: From: Kumar Gala Subject: Re: [PATCH 1/4] [POWERPC] cpm2: Updates for CPM2 pic Date: Mon, 11 Dec 2006 20:21:52 -0600 To: Vitaly Bordug Cc: linuxppc-dev , Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Dec 11, 2006, at 4:36 PM, Vitaly Bordug wrote: > > This contains important fixes for the CPM2 PIC code. Eliminated > CPM_IRQ_OFFSET, pulling the respective interrupt numbers from the > interrupt > mapping. Updated devicetree files to reflect that. Changed direct > IC-related IO accesses to the IO accessors. Since your changing the interrupt numbers, do you mind changing the interrupt sense to match ipic? I was hoping to introduce a generic host_xlate function to cover the various embedded pic's. - kumar