From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1E22DC3A59E for ; Wed, 21 Aug 2019 08:32:15 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E412E2339E for ; Wed, 21 Aug 2019 08:32:14 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="tQ9eQsNz" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E412E2339E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=verge.net.au Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=/D7HkfPyWhh8MXcw2oQjK0P7eh/75Or5VuI0njjiJQc=; b=tQ9eQsNzHVRTnY qD/02u8Ustw9IVEcXdVjVgOqa7jz7tK+wp1jpqgzMCBJ2yUN21U76ONUpFCbBQUfYhtLkKrVfNwlH ofVAl3npWlujALVeWbx5YBYtQQFaU88HsL7TexuGyBmo8FGc1EHnFIItIwS/ubUujaSGGhlSJXxHX gZXXYBwNIIgNxNiYFkmIzjCQx8d9/DHswhPcDPF4gghEsA5JupIA9ZADq5KAi/dlTJIeznKQbIcIv zlQj+7LO2JAXCtb1LdTBnn1W7jX9sbZoi0yl+cxEjey5O3f/5RZX31EQchiMXaf3XRH/W3ahD824s Tg9wRPT/kyAYmb/MEr1Q==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1i0M2Q-0007Hc-1y; Wed, 21 Aug 2019 08:32:14 +0000 Received: from kirsty.vergenet.net ([202.4.237.240]) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1i0M0m-0006yL-Ds for linux-arm-kernel@lists.infradead.org; Wed, 21 Aug 2019 08:30:34 +0000 Received: from reginn.horms.nl (watermunt.horms.nl [80.127.179.77]) by kirsty.vergenet.net (Postfix) with ESMTPA id 4FEC225B7C3; Wed, 21 Aug 2019 18:30:22 +1000 (AEST) Received: by reginn.horms.nl (Postfix, from userid 7100) id 36D2B9405AE; Wed, 21 Aug 2019 10:30:20 +0200 (CEST) Date: Wed, 21 Aug 2019 10:30:20 +0200 From: Simon Horman To: Yoshihiro Kaneko Subject: Re: [PATCH] arm64: dts: renesas: r8a774a1: sort nodes Message-ID: <20190821083019.z6xmtgnkv3pmjcfa@verge.net.au> References: <1566219295-23003-1-git-send-email-ykaneko0929@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1566219295-23003-1-git-send-email-ykaneko0929@gmail.com> Organisation: Horms Solutions BV User-Agent: NeoMutt/20170113 (1.7.2) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190821_013032_934801_46616D9E X-CRM114-Status: UNSURE ( 8.00 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-renesas-soc@vger.kernel.org, Magnus Damm , Geert Uytterhoeven , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Aug 19, 2019 at 09:54:55PM +0900, Yoshihiro Kaneko wrote: > Sort nodes. > > If node address is present > * Sort by node address, grouping all nodes with the same compat string > and sorting the group alphabetically. > Else > * Sort alphabetically > > This should not have any run-time effect. > > Signed-off-by: Yoshihiro Kaneko Reviewed-by: Simon Horman _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel