Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754053AbXEFN1t (ORCPT ); Sun, 6 May 2007 09:27:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754173AbXEFN1t (ORCPT ); Sun, 6 May 2007 09:27:49 -0400 Received: from mail-in-10.arcor-online.net ([151.189.21.50]:38880 "EHLO mail-in-10.arcor-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754053AbXEFN1t (ORCPT ); Sun, 6 May 2007 09:27:49 -0400 In-Reply-To: <20070506114429.5c631864@localhost.localdomain> References: <20070506004737.31233.52611.stgit@localhost.localdomain> <67c6bf6b7d37f5e133398ea83edeac78@kernel.crashing.org> <20070506114429.5c631864@localhost.localdomain> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <84e2e0ca1796d87adb58c90c1b7dbc94@kernel.crashing.org> Content-Transfer-Encoding: 7bit Cc: linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org, linux-pcmcia@lists.infradead.org From: Segher Boessenkool Subject: Re: [PATCH] [POWERPC] 8xx: mpc885ads pcmcia support Date: Sun, 6 May 2007 15:26:48 +0200 To: Vitaly Bordug X-Mailer: Apple Mail (2.623) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1222 Lines: 34 >> Since this node's children's interrupt representation >> is different from the node's parent's, you need an >> interrupt-map in here. You also forgot "#address-cells" >> and I think you need "ranges" too? >> > Well, in fact it does not introduce SoC device different from any > others > represented inside soc885 node. mk_int_int_mask() is just special > way of enabling irq for PCMCIA stuff, in addition to normal pic stuff. I have no idea what you mean here. Care to try again? > Emm. Why would I need #address-cells and ranges here? it uses parent > bus address space... "#address-cells" is 3 for pcmcia, so not the default value (which is 2), so you need to put it in. The value of this property is not inherited from the parent node. Absence of a "ranges" property means the child bus is *not* direct mapped into the parent bus space. If the mapping you need is 1-1, put in an empty "ranges" property; if not, you have to put the correct mapping in. Segher - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/