From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753412AbbIJLGi (ORCPT ); Thu, 10 Sep 2015 07:06:38 -0400 Received: from szxga01-in.huawei.com ([58.251.152.64]:17817 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750781AbbIJLGf (ORCPT ); Thu, 10 Sep 2015 07:06:35 -0400 Subject: Re: [PATCH v2 0/1] of: to support binding numa node to specified device To: Grant Likely , Rob Herring , devicetree , Greg Kroah-Hartman , linux-kernel References: <1440475702-7720-1-git-send-email-thunder.leizhen@huawei.com> CC: Zefan Li , Xinwei Hu , "Tianhong Ding" , Hanjun Guo From: "Leizhen (ThunderTown)" Message-ID: <55F16426.5010801@huawei.com> Date: Thu, 10 Sep 2015 19:06:14 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <1440475702-7720-1-git-send-email-thunder.leizhen@huawei.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.23.164] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Sorry, missed version number in title. On 2015/8/25 12:08, Zhen Lei wrote: > Changelog: > v1 -> v2: > In patch v1, binding numa node to specified device only take effect for dt-nodes > directly of root. Patch v2 removed this limitation, we can binding numa node to > any specified device in devicetree. > > Zhen Lei (1): > of: to support binding numa node to specified device in devicetree > > drivers/base/core.c | 2 +- > drivers/of/device.c | 11 ++++++----- > 2 files changed, 7 insertions(+), 6 deletions(-) >