lkml.org 
[lkml]   [2014]   [Nov]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v3 0/3] of: support passing console options with stdout-path
Date
This set started its life as a small, self-contained, patch enabling
specifying console options in the stdout-path property, but then
grew into a mahoosive behemoth with one of the patches taking 1m42s
for get_maintainer to process. It has now once again reverted to a
smaller, more pleasant, state of being.

Changes since v2:
- Revert the invasive bit, creating a replacement wrapper function
for of_get_node_by_path() callers.
- Make the of_get_node_opts_by_path() function return a const pointer
to the argument.
- Added binding for /chosen node, with a description of stdout-path.

Changes since v1:
- Change interface of of_get_node_by_path() to take an additional
argument, and update all of its callers to keep working.
- Rework original patch to use this interface.

Leif Lindholm (3):
devicetree: of: Add bindings for chosen node, stdout-path
of: add optional options parameter to of_find_node_by_path()
of: support passing console options with stdout-path

Documentation/devicetree/bindings/chosen.txt | 42 ++++++++++++++++++++++++++
drivers/of/base.c | 30 ++++++++++++++----
drivers/of/selftest.c | 12 ++++++++
include/linux/of.h | 14 ++++++++-
4 files changed, 91 insertions(+), 7 deletions(-)
create mode 100644 Documentation/devicetree/bindings/chosen.txt

--
1.7.10.4



\
 
 \ /
  Last update: 2014-11-27 19:41    [W:0.158 / U:0.452 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site