From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 14/21] riscv: use for_each_of_cpu_node iterator Date: Mon, 10 Sep 2018 06:37:57 -0700 Message-ID: <20180910133757.GA21593@infradead.org> References: <20180905193738.19325-1-robh@kernel.org> <20180905193738.19325-15-robh@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180905193738.19325-15-robh@kernel.org> Sender: linux-kernel-owner@vger.kernel.org To: Rob Herring Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, Palmer Dabbelt , Albert Ou List-Id: devicetree@vger.kernel.org On Wed, Sep 05, 2018 at 02:37:31PM -0500, Rob Herring wrote: > Use the for_each_of_cpu_node iterator to iterate over cpu nodes. This > has the side effect of defaulting to iterating using "cpu" node names in > preference to the deprecated (for FDT) device_type == "cpu". > > Cc: Palmer Dabbelt > Cc: Albert Ou > Cc: linux-riscv@lists.infradead.org > Signed-off-by: Rob Herring > --- > Please ack and I will take via the DT tree. This is dependent on the > first 2 patches. We have a few pending patches in this area that look like they might conflict. It might be worth to delay this one and apply it post -rc1 to avoid dependencies if that isn't a problem for you.