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 7378567BC9 for ; Thu, 24 Aug 2006 11:58:45 +1000 (EST) In-Reply-To: <20060823203928.3c5f9509.kim.phillips@freescale.com> References: <20060823203928.3c5f9509.kim.phillips@freescale.com> 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/3] Adapt ipic driver to new host_ops interface, add set_irq_type to set IRQ sense Date: Wed, 23 Aug 2006 20:58:37 -0500 To: Kim Phillips Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Aug 23, 2006, at 8:39 PM, Kim Phillips wrote: > This converts ipic code to Benh's IRQ mods. For the IPIC, IRQ > sense values in the device tree equal those in include/linux/irq.h; > that's 8 for low assertion (most internal IRQs on mpc83xx), and 2 > for high-to-low change. > > Signed-off-by: Kim Phillips > Signed-off-by: Li Yang This breaks the arch/ppc build of 83xx, can we clone ipic as it stands move that over to arch/ppc and apply your changes on top of that. - kumar