From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (not verified)) by ozlabs.org (Postfix) with ESMTPS id E8D502C00A7 for ; Thu, 15 Nov 2012 01:38:51 +1100 (EST) Received: by mail-wi0-f173.google.com with SMTP id hm2so3559043wib.14 for ; Wed, 14 Nov 2012 06:38:46 -0800 (PST) Sender: Grant Likely From: Grant Likely Subject: Re: [PATCH 1/5] Add /proc device tree updating to of node add/remove To: Nathan Fontenot , devicetree-discuss@lists.ozlabs.org, cbe-oss-dev@lists.ozlabs.org, LKML , linuxppc-dev@lists.ozlabs.org In-Reply-To: <506BA905.4090000@linux.vnet.ibm.com> References: <506B2E63.5090900@linux.vnet.ibm.com> <506BA905.4090000@linux.vnet.ibm.com> Date: Wed, 14 Nov 2012 14:38:27 +0000 Message-Id: <20121114143827.19DB73E0AA8@localhost> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 02 Oct 2012 21:55:01 -0500, Nathan Fontenot wrote: > When adding or removing a device tree node we should also update > the device tree in /proc/device-tree. This action is already done in the > generic OF code for adding/removing properties of a node. This patch adds > this functionality for nodes. > > Signed-off-by: Nathan Fontenot For the whole series: Acked-by: Grant Likely