From patchwork Thu Nov 15 23:32:51 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Chaiken, Alison" X-Patchwork-Id: 1752271 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 1F5C93FC8A for ; Thu, 15 Nov 2012 23:35:13 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TZ8ve-0001j4-1K; Thu, 15 Nov 2012 23:33:02 +0000 Received: from relay1.mentorg.com ([192.94.38.131]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TZ8va-0001in-Ap for linux-arm-kernel@lists.infradead.org; Thu, 15 Nov 2012 23:32:59 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1TZ8vU-0004R7-Us from Alison_Chaiken@mentor.com ; Thu, 15 Nov 2012 15:32:52 -0800 Received: from SVR-ORW-FEM-02.mgc.mentorg.com ([147.34.96.206]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Thu, 15 Nov 2012 15:32:52 -0800 Received: from NA-MBX-02.mgc.mentorg.com ([169.254.2.123]) by SVR-ORW-FEM-02.mgc.mentorg.com ([147.34.96.168]) with mapi id 14.01.0289.001; Thu, 15 Nov 2012 15:32:52 -0800 From: "Chaiken, Alison" To: "linux-arm-kernel@lists.infradead.org" Subject: [PATCH] Documentation: correct argument list for of_platform_populate correction to match of_platform.h prototype Thread-Topic: [PATCH] Documentation: correct argument list for of_platform_populate correction to match of_platform.h prototype Thread-Index: Ac3DiX6oMjBisZZfRjm9pcIU2rn2hQ== Date: Thu, 15 Nov 2012 23:32:51 +0000 Message-ID: <60BA5429A0E1584BA3633194F6F993B501482A65@NA-MBX-02.mgc.mentorg.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [147.34.91.1] MIME-Version: 1.0 X-OriginalArrivalTime: 15 Nov 2012 23:32:52.0826 (UTC) FILETIME=[884C73A0:01CDC389] X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121115_183258_550089_B1F0668D X-CRM114-Status: UNSURE ( 9.26 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: "grant.likely@secretlab.ca" X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org From fd4450ac6bdcf62a84b0d029b36506e7fd567688 Mon Sep 17 00:00:00 2001 From: Alison Chaiken Date: Thu, 1 Nov 2012 01:12:38 -0700 Subject: [PATCH] Argument list for of_platform_populate correction to match of_platform.h prototype Signed-off-by: Alison Chaiken Acked-by: Arnd Bergmann --- Documentation/devicetree/usage-model.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/devicetree/usage-model.txt b/Documentation/devicetree/usage-model.txt index c5a8009..daa56a2 100644 --- a/Documentation/devicetree/usage-model.txt +++ b/Documentation/devicetree/usage-model.txt @@ -347,7 +347,7 @@ later), which will happily live at the base of the Linux /sys/devices tree. Therefore, if a DT node is at the root of the tree, then it really probably is best registered as a platform_device. -Linux board support code calls of_platform_populate(NULL, NULL, NULL) +Linux board support code calls of_platform_populate(NULL, NULL, NULL, NULL) to kick off discovery of devices at the root of the tree. The parameters are all NULL because when starting from the root of the tree, there is no need to provide a starting node (the first NULL), a