public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/02] of: Add two stubs for OF_ADDRESS=n and OF=n cases
@ 2014-06-06 11:59 Magnus Damm
  2014-06-06 11:59 ` [PATCH 01/02] of: Add OF_ADDRESS=n stub for of_can_translate_address() Magnus Damm
  2014-06-06 11:59 ` [PATCH 02/02] of: Add OF=n stub for of_find_all_nodes() Magnus Damm
  0 siblings, 2 replies; 4+ messages in thread
From: Magnus Damm @ 2014-06-06 11:59 UTC (permalink / raw)
  To: linux-kernel; +Cc: grant.likely, Magnus Damm, robh+dt

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(+)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-06-06 13:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-06 11:59 [PATCH 00/02] of: Add two stubs for OF_ADDRESS=n and OF=n cases Magnus Damm
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox