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.2 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 827D7C7618B for ; Thu, 25 Jul 2019 06:13:45 +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 59E9421880 for ; Thu, 25 Jul 2019 06:13:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="jUQhik73" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 59E9421880 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=ArHQ+5TlYyIBTNNWpcPQtA4Z/p8/Xc50ZF2QJLjNUio=; b=jUQhik73ducqR7 zIpTVDaD5TttR82D0Wazc0W4Ynk4/KyzEZJAvZ9pwJvPUtXOGfKOj1mlYQTuYqfVAK5P9pP0hkXyC EmEbeprZvUVrpUq2+o/SLqxDChrUH85neXk2D7r6z3FHZGuedrKMBzIkZXCpA2L+U8ZNASFXpr/Fr 1VYqkHHwrFbtNcjDA8onPCTAKKtz4A926S8VVcyAq+J642ToOakW8W5p3h8/jMKbq0hLYnD09rboI tBLBg0eoVQBpXlTKDb658aiQu8Dy1cDnHy4r5E7MnnaBtzhTnzjbaJhPNHZo/RkWScutK0r72w4Ax Rx8EJTd4ImxOjV3kvBpg==; 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 1hqX0Z-0000G6-Jr; Thu, 25 Jul 2019 06:13:43 +0000 Received: from kirsty.vergenet.net ([202.4.237.240]) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hqX0W-0000FZ-Kp for linux-arm-kernel@lists.infradead.org; Thu, 25 Jul 2019 06:13:41 +0000 Received: from penelope.horms.nl (ip4dab7138.direct-adsl.nl [77.171.113.56]) by kirsty.vergenet.net (Postfix) with ESMTPA id 8B08E25AD7E; Thu, 25 Jul 2019 16:13:39 +1000 (AEST) Received: by penelope.horms.nl (Postfix, from userid 7100) id 79019E2209B; Thu, 25 Jul 2019 08:13:37 +0200 (CEST) Date: Thu, 25 Jul 2019 08:13:37 +0200 From: Simon Horman To: Yoshihiro Kaneko Subject: Re: [PATCH] arm64: dts: renesas: r8a7796-salvator-xs: sort nodes Message-ID: <20190725061336.bzyupg6w5g4mav6k@verge.net.au> References: <1563904961-2835-1-git-send-email-ykaneko0929@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1563904961-2835-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-20190724_231340_834951_78F85DB5 X-CRM114-Status: UNSURE ( 8.36 ) 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 Wed, Jul 24, 2019 at 03:02:41AM +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