From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id D1812DDEBF for ; Sat, 24 Feb 2007 09:31:05 +1100 (EST) In-Reply-To: <9696D7A991D0824DBA8DFAC74A9C5FA302A597F5@az33exm25.fsl.freescale.net> References: <200702212325.l1LNPBwL007793@ld0164-tx32.am.freescale.net><20070222011811.GA18364@localhost.localdomain><45b623f395654fc4f4920b9553794def@kernel.crashing.org><20070222103410.GB11014@localhost.localdomain> <9696D7A991D0824DBA8DFAC74A9C5FA302A592C7@az33exm25.fsl.freescale.net> <259dc2545888e6588a8a0707ad2e84b0@kernel.crashing.org> <9696D7A991D0824DBA8DFAC74A9C5FA302A59732@az33exm25.fsl.freescale.net> <1fb51bd63da9a7de836f3037908be52e@kernel.crashing.org> <9696D7A991D0824DBA8DFAC74A9C5FA302A597F5@az33exm25.fsl.freescale.net> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: From: Segher Boessenkool Subject: Re: [PATCH] powerpc: document new interrupt-array property Date: Fri, 23 Feb 2007 23:30:58 +0100 To: "Yoder Stuart-B08248" Cc: linuxppc-dev@ozlabs.org, paulus@samba.org, David Gibson List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > Here is the difference though-- in the interrupt-parent/interrupts > case you need interrupt-parents to _even parse_ interrupts. Just like you need the "interrupt-parent" property in the normal case already. > The #interrupt-size could be different for each of the interrupts > parents. It won't be in most cases though. And it doesn't _really_ matter. > I understand some properties only make sense together, but only > can be parsed together seems ugly. That is true for many important properties already. And it can't be helped unless you a) make the tree way less flexible; or b) duplicate information all over the place. Segher