Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757438AbcDEHt1 (ORCPT ); Tue, 5 Apr 2016 03:49:27 -0400 Received: from mga11.intel.com ([192.55.52.93]:65254 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754531AbcDEHtZ (ORCPT ); Tue, 5 Apr 2016 03:49:25 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,443,1455004800"; d="scan'208";a="951863198" Date: Tue, 5 Apr 2016 10:49:15 +0300 From: Mika Westerberg To: "Tirdea, Irina" Cc: "Rafael J. Wysocki" , Len Brown , Linus Walleij , "linux-gpio@vger.kernel.org" , "linux-acpi@vger.kernel.org" , Rob Herring , Heikki Krogerus , Andy Shevchenko , "Purdila, Octavian" , "Ciocan, Cristina" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [RFC PATCH 3/4] pinctrl: Add ACPI support Message-ID: <20160405074915.GD1727@lahna.fi.intel.com> References: <1459424685-26965-1-git-send-email-irina.tirdea@intel.com> <1459424685-26965-4-git-send-email-irina.tirdea@intel.com> <20160404133713.GA1727@lahna.fi.intel.com> <1F3AC3675D538145B1661F571FE1805F2F22D806@irsmsx105.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1F3AC3675D538145B1661F571FE1805F2F22D806@irsmsx105.ger.corp.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 658 Lines: 15 On Mon, Apr 04, 2016 at 02:01:13PM +0000, Tirdea, Irina wrote: > > > + { > > > + ToUUID("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"), > > > + Package() > > > + { > > > + Package (2) {"pins", Package () {pin1, pin2, ...}}, > > > + Package (2) {configname1, configval1}, > > > > These should be enclosed in quotes, like "configname1" and so on. > > > OK. Should all string properties be enclosed in quotes or only the property names > (e.g. should I also change values like "configval1", "pin1", "statename1", etc.)? I think all types should be documented using correct format. Strings should have "" and so on.