From: Artur Lorincz <larturus2@gmail.com>
To: robh@kernel.org
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
larturus@yahoo.com, Artur Lorincz <larturus2@gmail.com>
Subject: [PATCH] Added default implementation for of_find_all_nodes(). This function is used by board.c from the board module (drivers/staging/board).
Date: Sun, 8 Oct 2017 18:28:27 +0200 [thread overview]
Message-ID: <1507480107-3576-2-git-send-email-larturus2@gmail.com> (raw)
In-Reply-To: <1507480107-3576-1-git-send-email-larturus2@gmail.com>
Signed-off-by: Artur Lorincz <larturus@yahoo.com>
---
include/linux/of.h | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/include/linux/of.h b/include/linux/of.h
index cfc34117fc92..250ab4d55fac 100644
--- a/include/linux/of.h
+++ b/include/linux/of.h
@@ -538,6 +538,11 @@ const char *of_prop_next_string(struct property *prop, const char *cur);
bool of_console_check(struct device_node *dn, char *name, int index);
+static inline struct device_node *of_find_all_nodes(struct device_node *prev)
+{
+ return NULL;
+}
+
#else /* CONFIG_OF */
static inline void of_core_init(void)
--
2.13.6
next prev parent reply other threads:[~2017-10-08 16:28 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-30 18:32 [PATCH] default implementation for of_find_all_nodes(...) Artur Lorincz
[not found] ` <1504117946-3958-1-git-send-email-larturus2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-09-24 15:50 ` (unknown), Artur Lorincz
2017-09-24 15:50 ` [PATCH] default implementation for of_find_all_nodes(...) Artur Lorincz
[not found] ` <1506268244-6589-2-git-send-email-larturus2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-09-24 17:50 ` Frank Rowand
2017-10-06 19:31 ` (unknown), Artur Lorincz
2017-10-06 19:31 ` [PATCH] default implementation for of_find_all_nodes(...) Artur Lorincz
2017-10-06 22:32 ` Rob Herring
2017-10-08 16:28 ` (unknown), Artur Lorincz
2017-10-08 16:28 ` Artur Lorincz [this message]
[not found] ` <1507480107-3576-2-git-send-email-larturus2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-10-08 19:23 ` [PATCH] Added default implementation for of_find_all_nodes(). This function is used by board.c from the board module (drivers/staging/board) kbuild test robot
2017-10-09 1:22 ` Rob Herring
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1507480107-3576-2-git-send-email-larturus2@gmail.com \
--to=larturus2@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=larturus@yahoo.com \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.