From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754242AbaJBO4E (ORCPT ); Thu, 2 Oct 2014 10:56:04 -0400 Received: from mout.kundenserver.de ([212.227.17.13]:63799 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752446AbaJBO4B (ORCPT ); Thu, 2 Oct 2014 10:56:01 -0400 From: Arnd Bergmann To: Mika Westerberg Cc: "Rafael J. Wysocki" , linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, devicetree@vger.kernel.org, Greg Kroah-Hartman , Linus Walleij , Alexandre Courbot , Dmitry Torokhov , Bryan Wu , Lee Jones , Grant Likely , Aaron Lu , Darren Hart Subject: Re: [PATCH v3 04/15] ACPI: Document ACPI device specific properties Date: Thu, 02 Oct 2014 16:55:56 +0200 Message-ID: <2072038.Vir4futZot@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <20141002143809.GQ1786@lahna.fi.intel.com> References: <1410868367-11056-1-git-send-email-mika.westerberg@linux.intel.com> <3986527.L7rDZAb4g5@wuerfel> <20141002143809.GQ1786@lahna.fi.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V02:K0:Y8XxXbOxyYmhiBo1pujFbc/ctBXaoc4vRh+A1k3YoDV mZbhYw7svkzRhmBtODEKH0uttFe3/Xp5izoXblNyENdoFDxe0N HERekjK4NbZkgGiEt9OjeeHd20aJ86E9p47uSp7fYzMVJpHgOa Siwr7SHuIX1x+GcFToSRxchNFjVADxg4cxHLa2WuSraQrgMRoY afAV7BpEenUpusRXdUaR3UJZUvs8e13owcItsjFU2cG/kEMBJP UqDHGRbA/hsi7GvYyah0ogAUcUfYGBGjyfcw7bXm8dN8sjEoTN JrMgnjM5ePmBd0u3LIfYWlSb/WuxxmZw1qbfmDM8gvW6A7Pyig qA75Wd+ED/UwDr+0nhyA= X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 02 October 2014 17:38:09 Mika Westerberg wrote: > On Thu, Oct 02, 2014 at 04:29:03PM +0200, Arnd Bergmann wrote: > > Is this a limitation in the way that the AML syntax and compiler works, > > or is this a decision you made specifically for the _DSD syntax and that > > could still be changed if there is an overwhelming interest? > > It is only limitation of the _DSD device property UUID specification and > our implementation. It can be changed if needed. Ok, I see. I think it would be nice if this could be changed in order to avoid having to copy the #xxx-cells and xxx-names properties from DT, by providing a more natural syntax. I'm not blaming you though if you don't want to go through the pain of updating the spec though, and I won't complain loudly if you don't. Maybe someone else has an opinion on the matter. Arnd