devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Boyd <stephen.boyd@linaro.org>
To: Rob Herring <robh+dt@kernel.org>, Frank Rowand <frowand.list@gmail.com>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	linux-gpio@vger.kernel.org,
	Pantelis Antoniou <pantelis.antoniou@konsulko.com>,
	Linus Walleij <linus.walleij@linaro.org>,
	Mark Brown <broonie@kernel.org>
Subject: [PATCH 0/2] OF phandle nexus support + GPIO nexus
Date: Thu, 24 Nov 2016 02:25:26 -0800	[thread overview]
Message-ID: <20161124102529.20212-1-stephen.boyd@linaro.org> (raw)

This is one small chunk of work related to DT overlays for expansion
boards. It would be good to have a way to expose #<list>-cells types of
providers through a connector in a standard way. So we introduce a way
to make "nexus" nodes for these types of properties to remap the consumer
number space to the other side of the connector's number space. It's
basically a copy of the interrupt nexus implementation, but without
the address space matching design and interrupt-parent walking.

The first patch implements a generic method to do this, and the second patch
adds a unit test for it. The third patch is more of an example than anything
else. It shows how we would modify frameworks to use the new API.

Stephen Boyd (3):
  of: Support parsing phandle argument lists through a nexus node
  of: unittest: Add phandle remapping test
  gpio: Support gpio nexus dt bindings

 drivers/gpio/gpiolib-of.c                   |   5 +-
 drivers/of/base.c                           | 146 ++++++++++++++++++++++++++++
 drivers/of/unittest-data/testcases.dts      |  11 +++
 drivers/of/unittest-data/tests-phandle.dtsi |  24 +++++
 drivers/of/unittest.c                       | 124 +++++++++++++++++++++++
 include/linux/of.h                          |  14 +++
 6 files changed, 322 insertions(+), 2 deletions(-)

-- 
2.10.0.297.gf6727b0


             reply	other threads:[~2016-11-24 10:25 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-24 10:25 Stephen Boyd [this message]
2016-11-24 10:25 ` [PATCH 1/3] of: Support parsing phandle argument lists through a nexus node Stephen Boyd
2016-11-24 16:05   ` Pantelis Antoniou
2016-11-30 23:30   ` Rob Herring
2016-12-02  1:10     ` Stephen Boyd
2016-11-24 10:25 ` [PATCH 2/3] of: unittest: Add phandle remapping test Stephen Boyd
2016-11-24 10:25 ` [PATCH 3/3] gpio: Support gpio nexus dt bindings Stephen Boyd
2016-11-30 22:48   ` Rob Herring
2016-11-24 12:47 ` [PATCH 0/2] OF phandle nexus support + GPIO nexus Pantelis Antoniou
     [not found] ` <20161124102529.20212-1-stephen.boyd-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2016-11-24 15:27   ` Linus Walleij

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=20161124102529.20212-1-stephen.boyd@linaro.org \
    --to=stephen.boyd@linaro.org \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=frowand.list@gmail.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pantelis.antoniou@konsulko.com \
    --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;
as well as URLs for NNTP newsgroup(s).