From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frank Rowand Subject: Re: [PATCH 0/3] Overlay syntax sugar using <&label> Date: Thu, 22 Jun 2017 14:31:52 -0700 Message-ID: <594C3748.1030409@gmail.com> References: <1497451986-15515-1-git-send-email-pantelis.antoniou@konsulko.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding; bh=X+rZCcC35oajvX/VJwge/abSJUTgTr6H7ClXNo5ybJQ=; b=pxiQuJtxS5auxd0AlADekz+iWbRvJCTpzzBFfw/FW8guhPfKIKm0tRkbkGJK8x0bt/ 6lpIfLCyifDtewaDqZtuy3Wm1p6oBwvmfNfRFA9+XpZDgKZbcEjEEA0TpMlsY6Xuysc3 OpwvMYiZa7UgGc3sCBqw9TjPZJUHeoNOM9Yit3iGyJL7mfOg7dfYN73oZ86jpPb9xntg jE1sGoUCcZsD7RZHnvpqQZVqoNJHpdO2T6zco588/G+eigr5V9HRPrMQq4xYJrjkyk/j 44vsmKeT/E6vgROFSdLv0Vcoj6mvoFXIW/fm94kDoh9JAqm8HVRktSM9mBZZlj5iaDmP PNbw== In-Reply-To: <1497451986-15515-1-git-send-email-pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Pantelis Antoniou , David Gibson Cc: Tom Rini , Nishanth Menon , Tero Kristo , Rob Herring , Simon Glass , Devicetree Compiler , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On 06/14/17 07:53, Pantelis Antoniou wrote: > This patchset makes overlays simpler to write by utilizing > the standard &label { }; syntax instead of the manual > method which is more error prone. > > Pantelis Antoniou (3): > overlay: Documentation for the overlay sugar syntax > overlay: Add syntactic sugar version of overlays > tests: Add a test for overlays syntactic sugar > > Documentation/dt-object-internal.txt | 17 +++++++++++++++++ > dtc-parser.y | 20 +++++++++++++++++--- > dtc.h | 1 + > livetree.c | 22 ++++++++++++++++++++++ > tests/run_tests.sh | 6 ++++++ > 5 files changed, 63 insertions(+), 3 deletions(-) > Hi David, Any thoughts on this series? I have been hoping this new syntax would be accepted. -Frank -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html