From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932150Ab3CPKez (ORCPT ); Sat, 16 Mar 2013 06:34:55 -0400 Received: from mail-wi0-f182.google.com ([209.85.212.182]:43843 "EHLO mail-wi0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755602Ab3CPKeu (ORCPT ); Sat, 16 Mar 2013 06:34:50 -0400 From: Grant Likely Subject: Re: [PATCH 3/6] OF: Export all DT proc update functions To: Pantelis Antoniou Cc: Rob Herring , Rob Landley , Jon Loeliger , Tony Lindgren , Stephen Warren , David Gibson , Benoit Cousson , Mitch Bradley , Alan Tull , linux-omap@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Matt Porter , Russ Dill , Koen Kooi , Joel A Fernandes , Rob Clark , Jason Kridner , Matt Ranostay , Pantelis Antoniou In-Reply-To: <1357327870-13615-4-git-send-email-panto@antoniou-consulting.com> References: <1357327870-13615-1-git-send-email-panto@antoniou-consulting.com> <1357327870-13615-4-git-send-email-panto@antoniou-consulting.com> Date: Sat, 16 Mar 2013 09:45:56 +0000 Message-Id: <20130316094556.7898E3E09B0@localhost> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 4 Jan 2013 21:31:07 +0200, Pantelis Antoniou wrote: > There are other users for the proc DT functions. > Export them. > > Signed-off-by: Pantelis Antoniou Hi Pantelis. Patches 1 & 2 look good. No comments there. This patch bothers me. The manipulation of the proc entries is part and parcel of adding and removing nodes. The real problem seems to be that the node addition/removal APIs need to be made usable by the overlay code. g. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [PATCH 3/6] OF: Export all DT proc update functions Date: Sat, 16 Mar 2013 09:45:56 +0000 Message-ID: <20130316094556.7898E3E09B0@localhost> References: <1357327870-13615-1-git-send-email-panto@antoniou-consulting.com> <1357327870-13615-4-git-send-email-panto@antoniou-consulting.com> Return-path: In-Reply-To: <1357327870-13615-4-git-send-email-panto@antoniou-consulting.com> Sender: linux-doc-owner@vger.kernel.org Cc: Rob Herring , Rob Landley , Jon Loeliger , Tony Lindgren , Stephen Warren , David Gibson , Benoit Cousson , Mitch Bradley , Alan Tull , linux-omap@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Matt Porter , Russ Dill , Koen Kooi , Joel A Fernandes , Rob Clark , Jason Kridner , Matt Ranostay , Pantelis Antoniou List-Id: devicetree@vger.kernel.org On Fri, 4 Jan 2013 21:31:07 +0200, Pantelis Antoniou wrote: > There are other users for the proc DT functions. > Export them. > > Signed-off-by: Pantelis Antoniou Hi Pantelis. Patches 1 & 2 look good. No comments there. This patch bothers me. The manipulation of the proc entries is part and parcel of adding and removing nodes. The real problem seems to be that the node addition/removal APIs need to be made usable by the overlay code. g.