From: Magnus Damm <magnus.damm@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: grant.likely@linaro.org, Magnus Damm <magnus.damm@gmail.com>,
robh+dt@kernel.org
Subject: [PATCH 00/02] of: Add two stubs for OF_ADDRESS=n and OF=n cases
Date: Fri, 06 Jun 2014 20:59:09 +0900 [thread overview]
Message-ID: <20140606115909.4584.28612.sendpatchset@w520> (raw)
of: Add two stubs for OF_ADDRESS=n and OF=n cases
[PATCH 01/02] of: Add OF_ADDRESS=n stub for of_can_translate_address()
[PATCH 02/02] of: Add OF=n stub for of_find_all_nodes()
This series adds include file stubs for the following functions:
- of_can_translate_address() in of_address.h
- of_find_all_nodes() in of.h
With these stubs in place it is possible to remove Kconfig
dependencies for OF and OF_ADDRESS in certain cases and just
depend on the default behaviour of the stubs.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---
Written against renesas git repo at kernel.org using tag
renesas-devel-v3.15-rc8-20140606 which for this code is
the same as v3.15-rc8. Let me know if you want me to rebase.
include/linux/of.h | 5 +++++
include/linux/of_address.h | 5 +++++
2 files changed, 10 insertions(+)
next reply other threads:[~2014-06-06 11:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-06 11:59 Magnus Damm [this message]
2014-06-06 11:59 ` [PATCH 01/02] of: Add OF_ADDRESS=n stub for of_can_translate_address() Magnus Damm
2014-06-06 13:37 ` Rob Herring
2014-06-06 11:59 ` [PATCH 02/02] of: Add OF=n stub for of_find_all_nodes() Magnus Damm
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=20140606115909.4584.28612.sendpatchset@w520 \
--to=magnus.damm@gmail.com \
--cc=grant.likely@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox