[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1353687908-17215-1-git-send-email-javi.merino@arm.com>
Date: Fri, 23 Nov 2012 16:25:08 +0000
From: Javi Merino <javi.merino@....com>
To: trivial@...nel.org
Cc: linux-kernel@...r.kernel.org, Javi Merino <javi.merino@....com>,
Grant Likely <grant.likely@...retlab.ca>
Subject: [PATCH] of: add missing documentation for of_platform_populate()
15c3597d (dt/platform: allow device name to be overridden) added a
lookup parameter to of_platform_populate() but did not update the
documentation. This patch adds the missing documentation entry.
Cc: Grant Likely <grant.likely@...retlab.ca>
Cc: Jiri Kosina <trivial@...nel.org>
Signed-off-by: Javi Merino <javi.merino@....com>
---
drivers/of/platform.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/of/platform.c b/drivers/of/platform.c
index b80891b..e0a6514 100644
--- a/drivers/of/platform.c
+++ b/drivers/of/platform.c
@@ -436,6 +436,7 @@ EXPORT_SYMBOL(of_platform_bus_probe);
* of_platform_populate() - Populate platform_devices from device tree data
* @root: parent of the first level to probe or NULL for the root of the tree
* @matches: match table, NULL to use the default
+ * @lookup: auxdata table for matching id and platform_data with device nodes
* @parent: parent to hook devices from, NULL for toplevel
*
* Similar to of_platform_bus_probe(), this function walks the device tree
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists