From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pawel Moll Subject: Re: [PATCH 1/3] driver core & of: Mark of_nodes of added device as populated Date: Mon, 28 Apr 2014 18:37:40 +0100 Message-ID: <1398706660.20390.5.camel@hornet> References: <1392137610-27842-1-git-send-email-pawel.moll@arm.com> <1392137610-27842-2-git-send-email-pawel.moll@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Rob Herring Cc: Mark Rutland , "devicetree@vger.kernel.org" , Mike Turquette , Samuel Ortiz , Arnd Bergmann , Ian Campbell , Dmitry Eremin-Solenikov , Greg Kroah-Hartman , Mark Brown , Liam Girdwood , Rob Herring , "linux-kernel@vger.kernel.org" , "arm@kernel.org" , Jean Delvare , Kumar Gala , Grant Likely , lm-sensors@lm-sensors.org, Lee Jones , David Woodhouse , Guenter Roeck , "linux-arm-kernel@lists.infradead.org" List-Id: devicetree@vger.kernel.org On Thu, 2014-02-13 at 13:15 -0600, Rob Herring wrote: > On Tue, Feb 11, 2014 at 10:53 AM, Pawel Moll wrote: > > In "Device Tree powered" systems, platform devices are usually > > massively populated with of_platform_populate() call, executed > > at some level of initcalls, either by generic architecture > > or by platform-specific code. > > Go read Grant's and my comments from your last posting. Right, I can't explain why I missed those. Will do right now. Pawel