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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=unavailable 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 3E0ADC0044C for ; Thu, 1 Nov 2018 15:14:40 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (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 D52C1205F4 for ; Thu, 1 Nov 2018 15:14:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D52C1205F4 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.crashing.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 42m7zK4xFqzF3ND for ; Fri, 2 Nov 2018 02:14:37 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=kernel.crashing.org Authentication-Results: lists.ozlabs.org; spf=permerror (mailfrom) smtp.mailfrom=kernel.crashing.org (client-ip=63.228.1.57; helo=gate.crashing.org; envelope-from=segher@kernel.crashing.org; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=kernel.crashing.org Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 42m7x21Nk6zF3N5 for ; Fri, 2 Nov 2018 02:12:37 +1100 (AEDT) Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id wA1FCCjs007553; Thu, 1 Nov 2018 10:12:13 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id wA1FC26b007532; Thu, 1 Nov 2018 10:12:02 -0500 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Thu, 1 Nov 2018 10:12:02 -0500 From: Segher Boessenkool To: Michael Ellerman Subject: Re: [PATCH 01/21] of: Add cpu node iterator for_each_of_cpu_node() Message-ID: <20181101151201.GJ5994@gate.crashing.org> References: <20180905193738.19325-1-robh@kernel.org> <20180905193738.19325-2-robh@kernel.org> <874ld3jz6v.fsf@concordia.ellerman.id.au> <871s87jz3g.fsf@concordia.ellerman.id.au> <87tvl1dq7q.fsf@concordia.ellerman.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87tvl1dq7q.fsf@concordia.ellerman.id.au> User-Agent: Mutt/1.4.2.3i X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Rob Herring , devicetree@vger.kernel.org, Frank Rowand , Linux Kernel Mailing List , Tyrel Datwyler , linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Thu, Nov 01, 2018 at 09:52:57PM +1100, Michael Ellerman wrote: > Rob Herring writes: > > Yes, I was aware at least older powerpc DTs don't use 'cpu' for node names. > > Actually newer ones too, see below :) Good, because that is required by the Open Firmware standard (the PowerPC binding, to be exact): http://www.openbios.org/data/docs/ppc-2_1.ps (see 5.1.4, "name"). Segher From mboxrd@z Thu Jan 1 00:00:00 1970 From: Segher Boessenkool Subject: Re: [PATCH 01/21] of: Add cpu node iterator for_each_of_cpu_node() Date: Thu, 1 Nov 2018 10:12:02 -0500 Message-ID: <20181101151201.GJ5994@gate.crashing.org> References: <20180905193738.19325-1-robh@kernel.org> <20180905193738.19325-2-robh@kernel.org> <874ld3jz6v.fsf@concordia.ellerman.id.au> <871s87jz3g.fsf@concordia.ellerman.id.au> <87tvl1dq7q.fsf@concordia.ellerman.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <87tvl1dq7q.fsf@concordia.ellerman.id.au> Sender: linux-kernel-owner@vger.kernel.org To: Michael Ellerman Cc: Rob Herring , devicetree@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Linux Kernel Mailing List , Frank Rowand , Tyrel Datwyler List-Id: devicetree@vger.kernel.org On Thu, Nov 01, 2018 at 09:52:57PM +1100, Michael Ellerman wrote: > Rob Herring writes: > > Yes, I was aware at least older powerpc DTs don't use 'cpu' for node names. > > Actually newer ones too, see below :) Good, because that is required by the Open Firmware standard (the PowerPC binding, to be exact): http://www.openbios.org/data/docs/ppc-2_1.ps (see 5.1.4, "name"). Segher