From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934852AbbGHOFu (ORCPT ); Wed, 8 Jul 2015 10:05:50 -0400 Received: from lists.s-osg.org ([54.187.51.154]:58126 "EHLO lists.s-osg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933886AbbGHOFs (ORCPT ); Wed, 8 Jul 2015 10:05:48 -0400 Subject: Re: [PATCH 2/4] ARM: dts: Extend exynos5250-pinctrl nodes using labels instead of paths To: Krzysztof Kozlowski , Kukjin Kim References: <1436333790-18219-1-git-send-email-javier@osg.samsung.com> <1436333790-18219-3-git-send-email-javier@osg.samsung.com> <559CDF66.6080609@samsung.com> Cc: devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org From: Javier Martinez Canillas X-Enigmail-Draft-Status: N1110 Message-ID: <559D2E39.6060602@osg.samsung.com> Date: Wed, 8 Jul 2015 07:05:45 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <559CDF66.6080609@samsung.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Krzysztof, On 07/08/2015 01:29 AM, Krzysztof Kozlowski wrote: > On 08.07.2015 14:36, Javier Martinez Canillas wrote: >> A previously defined Device Tree node, can be extended either by defining >> a node using the same full path or by creating a label for the node and >> referencing to it. >> >> Using full paths is more error prone since if there was a typo error, a >> new node will be created instead of extending the node as it was desired. >> This will lead to run-time errors that could be hard to detect. >> >> A misstyped label on the other hand, will cause a dtc compile error which > > s/misstyped/mistyped/ > sigh, it's so ironic that I mistyped that. Do you want me to re-post the whole series with the typo fixed or you / Kukjin would fix in both patches when applying? >> makes it easier to detect the mistake since happens at build-time instead. >> >> Signed-off-by: Javier Martinez Canillas >> --- >> >> arch/arm/boot/dts/exynos5250-pinctrl.dtsi | 1600 ++++++++++++++--------------- >> 1 file changed, 799 insertions(+), 801 deletions(-) >> > > I didn't look carefully enough to call it a review (I trust the 'diff' > of yours) but it seems fine to me: > > Acked-by: Krzysztof Kozlowski > Thanks a lot for. > Best regards, > Krzysztof > Best regards, -- Javier Martinez Canillas Sr. Linux Kernel Developer Open Source Group Samsung Research America