From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Gunthorpe Subject: Re: [PATCH 04/14] bus: mvebu-mbus: Add static window allocation to the DT binding Date: Wed, 12 Jun 2013 14:12:00 -0600 Message-ID: <20130612201200.GA21103@obsidianresearch.com> References: <1370623671-7748-1-git-send-email-ezequiel.garcia@free-electrons.com> <20130609014506.GB10027@obsidianresearch.com> <20130611135737.GC3996@localhost> <20835253.Agl4DfuI3k@wuerfel> <20130611215023.GA12649@obsidianresearch.com> <20130612200248.GA23012@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20130612200248.GA23012@localhost> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Ezequiel Garcia Cc: Lior Amsalem , Jason Cooper , Andrew Lunn , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Maen Suleiman , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Sebastian Hesselbarth List-Id: devicetree@vger.kernel.org On Wed, Jun 12, 2013 at 05:02:50PM -0300, Ezequiel Garcia wrote: > I'm probably missing something, but... are you sure that's supposed to work? Hum. Looking through the yacc for dtc, it looks like all exprs must be enclosed in (), so no it shouldn't work, sadly. Jason