[PATCH] dt: add empty for_each_child_of_node, of_find_property

Subsystems: open firmware and flattened device tree, the rest

STALE5466d

2 messages, 2 authors, 2011-09-22 · open the first message on its own page

[PATCH] dt: add empty for_each_child_of_node, of_find_property

From: Stephen Warren <hidden>
Date: 2011-09-21 19:23:22

The patch adds a couple empty functions for non-dt build, so that
drivers migrating to dt can save some '#ifdef CONFIG_OF'.

Signed-off-by: Stephen Warren <redacted>
---
Unfortunately, I screwed up and my recent sdhci-tegra.c changes rely on this
change to compile without CONFIG_OF; I really need to stop doing my test-
builds in a single branch will all my outstanding changes present:-(

 include/linux/of.h |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/include/linux/of.h b/include/linux/of.h
index 9180dc5..1fc5875 100644
--- a/include/linux/of.h
+++ b/include/linux/of.h
@@ -242,6 +242,16 @@ static inline bool of_have_populated_dt(void)
 	return false;
 }
 
+#define for_each_child_of_node(parent, child) \
+	while (0)
+
+static inline struct property *of_find_property(const struct device_node *np,
+						const char *name,
+						int *lenp)
+{
+	return NULL;
+}
+
 static inline int of_property_read_u32_array(const struct device_node *np,
 					     const char *propname,
 					     u32 *out_values, size_t sz)
-- 
1.7.0.4

Re: [PATCH] dt: add empty for_each_child_of_node, of_find_property

From: Grant Likely <hidden>
Date: 2011-09-22 17:29:51

On Wed, Sep 21, 2011 at 01:23:10PM -0600, Stephen Warren wrote:
The patch adds a couple empty functions for non-dt build, so that
drivers migrating to dt can save some '#ifdef CONFIG_OF'.

Signed-off-by: Stephen Warren <redacted>
---
Applied, thanks.

g.
quoted hunk
Unfortunately, I screwed up and my recent sdhci-tegra.c changes rely on this
change to compile without CONFIG_OF; I really need to stop doing my test-
builds in a single branch will all my outstanding changes present:-(

 include/linux/of.h |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/include/linux/of.h b/include/linux/of.h
index 9180dc5..1fc5875 100644
--- a/include/linux/of.h
+++ b/include/linux/of.h
@@ -242,6 +242,16 @@ static inline bool of_have_populated_dt(void)
 	return false;
 }
 
+#define for_each_child_of_node(parent, child) \
+	while (0)
+
+static inline struct property *of_find_property(const struct device_node *np,
+						const char *name,
+						int *lenp)
+{
+	return NULL;
+}
+
 static inline int of_property_read_u32_array(const struct device_node *np,
 					     const char *propname,
 					     u32 *out_values, size_t sz)
-- 
1.7.0.4
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help