From: Stephen Boyd <stephen.boyd-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Frank Rowand
<frowand.list-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Russell King - ARM Linux
<linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org>,
devicetree-spec-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH v4 0/4] OF phandle nexus support + GPIO nexus
Date: Fri, 11 Aug 2017 08:42:32 -0700 [thread overview]
Message-ID: <20170811154236.12891-1-stephen.boyd@linaro.org> (raw)
This is a continutation of my phandle remapping/nexus node series
from a while ago. I finally got around to writing the documentation
in the spec for this, but it's really rough around the edges and
could use some review/suggestions to get it into shape. Please
review!
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.
Changes since v3:
* Added devicetree spec patch
* Rebased to v4.13-rc1
Changes since v2:
* Picked up Linus' ack on the gpio core patch
* Made const stack arrays static (Rob Herring)
* Used of_property_read_u32() instead of open coding (Rob Herring)
Changes since v1:
* Addition of optional pass-thru parameter
* Reduction of strings passed to 1 instead of 3 (or 4 now)
* Updated gpio patch for the new function signature
* Updated test-case for new funciton signature and pass-thru parameter
* Updated kernel-doc to be correct and highlighted difference between this
API and of_parse_phandle_with_args()
Stephen Boyd (3):
Document nexus nodes/specifier remapping
of: Support parsing phandle argument lists through a nexus node
of: unittest: Add phandle remapping test
gpio: Support gpio nexus dt bindings
Kernel:
drivers/gpio/gpiolib-of.c | 4 +-
drivers/of/base.c | 184 ++++++++++++++++++++++++++++
drivers/of/unittest-data/testcases.dts | 11 ++
drivers/of/unittest-data/tests-phandle.dtsi | 25 ++++
drivers/of/unittest.c | 120 ++++++++++++++++++
include/linux/of.h | 12 ++
6 files changed, 354 insertions(+), 2 deletions(-)
Spec:
source/devicetree-basics.rst | 208 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 208 insertions(+)
--
2.7.4
next reply other threads:[~2017-08-11 15:42 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-11 15:42 Stephen Boyd [this message]
2017-08-11 15:42 ` [RFC/PATCH v4 1/4] Document nexus nodes/specifier remapping Stephen Boyd
2017-09-18 17:44 ` Rob Herring
2017-08-11 15:42 ` [PATCH v4 2/4] of: Support parsing phandle argument lists through a nexus node Stephen Boyd
2017-08-11 15:42 ` [PATCH v4 3/4] of: unittest: Add phandle remapping test Stephen Boyd
[not found] ` <20170811154236.12891-1-stephen.boyd-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2017-08-11 15:42 ` [PATCH v4 4/4] gpio: Support gpio nexus dt bindings Stephen Boyd
2017-08-15 20:36 ` [PATCH v4 0/4] OF phandle nexus support + GPIO nexus 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=20170811154236.12891-1-stephen.boyd@linaro.org \
--to=stephen.boyd-qsej5fyqhm4dnm+yrofe0a@public.gmane.org \
--cc=devicetree-spec-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=frowand.list-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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).