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 F3002DDDF5 for ; Thu, 22 Feb 2007 11:30:22 +1100 (EST) In-Reply-To: <200702212325.l1LNPBwL007793@ld0164-tx32.am.freescale.net> References: <200702212325.l1LNPBwL007793@ld0164-tx32.am.freescale.net> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: From: Kumar Gala Subject: Re: [PATCH] powerpc: document new interrupt-array property Date: Wed, 21 Feb 2007 18:29:22 -0600 To: Stuart Yoder Cc: linuxppc-dev@ozlabs.org, paulus@samba.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Feb 21, 2007, at 5:25 PM, Stuart Yoder wrote: > > Added description of an interrupt-array property. This > is needed to cleanly describe the interrupt properties > of devices with interrupts routed to multiple > interrupt controllers. > > Created a new section VII to describe interrupt > representation in general and moved Section VI #2 > ('Specifiying interrupt information for SOC devices') > to this new section. > > Signed-off-by: Stuart Yoder > --- what problem is this trying to solve? - k