Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751786AbcCVSsW (ORCPT ); Tue, 22 Mar 2016 14:48:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32938 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750772AbcCVSsT (ORCPT ); Tue, 22 Mar 2016 14:48:19 -0400 Message-ID: <56F1936E.1090407@redhat.com> Date: Tue, 22 Mar 2016 14:48:14 -0400 From: Jon Masters Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: David Daney , Will Deacon , linux-arm-kernel@lists.infradead.org, Rob Herring , Frank Rowand , Grant Likely , Pawel Moll , Ian Campbell , Kumar Gala , Ganapatrao Kulkarni , Robert Richter , Ard Biesheuvel , Matt Fleming , Mark Rutland , Catalin Marinas CC: linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, David Daney Subject: Re: [PATCH v15 0/6] arm64, numa: Add numa support for arm64 platforms References: <1457481587-8976-1-git-send-email-ddaney.cavm@gmail.com> In-Reply-To: <1457481587-8976-1-git-send-email-ddaney.cavm@gmail.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 Content-Length: 372 Lines: 17 On 03/08/2016 06:59 PM, David Daney wrote: > From: David Daney > > v15: > > - Make the distance-map node optional (again), if it is not in > the device tree, default values are used. > > - Minor cleanups to of_numa.c as suggested by Rob Harring. Hi David, all, Wondering what the status of this patch series is currently? Jon.