From: p.zabel@pengutronix.de (Philipp Zabel)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v8 0/3] Add of-graph helpers to loop over endpoints and find ports by id
Date: Mon, 23 Feb 2015 11:54:03 +0100 [thread overview]
Message-ID: <1424688846-10909-1-git-send-email-p.zabel@pengutronix.de> (raw)
Hi,
Since there now is a merge conflict in imx-drm-core, I've rebased the series
onto v4.0-rc1. Also a new driver touched by this change appeared, so the first
patch now includes a fix for am437x-vfpe, too. I'd be happy to get an ack for
that.
This series converts all existing users of of_graph_get_next_endpoint that pass
a non-NULL prev argument to the function and decrement its refcount themselves
to stop doing that. The of_node_put is moved into of_graph_get_next_endpoint
instead.
This allows to add a for_each_endpoint_of_node helper macro to loop over all
endpoints in a device tree node.
Changes since v8:
- Rebased onto v4.0-rc1
- Added fix to am437x-vpfe
The previous version can be found here: https://lkml.org/lkml/2014/12/23/219
regards
Philipp
Philipp Zabel (3):
of: Decrement refcount of previous endpoint in
of_graph_get_next_endpoint
of: Add for_each_endpoint_of_node helper macro
of: Add of_graph_get_port_by_id function
drivers/coresight/of_coresight.c | 13 ++-----
drivers/gpu/drm/imx/imx-drm-core.c | 11 +-----
drivers/gpu/drm/rcar-du/rcar_du_kms.c | 15 +++------
drivers/media/platform/am437x/am437x-vpfe.c | 1 -
drivers/media/platform/soc_camera/soc_camera.c | 3 +-
drivers/of/base.c | 41 ++++++++++++++++++-----
drivers/video/fbdev/omap2/dss/omapdss-boot-init.c | 7 +---
include/linux/of_graph.h | 18 ++++++++++
8 files changed, 61 insertions(+), 48 deletions(-)
--
2.1.4
next reply other threads:[~2015-02-23 10:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-23 10:54 Philipp Zabel [this message]
2015-02-23 10:54 ` [PATCH v8 1/3] of: Decrement refcount of previous endpoint in of_graph_get_next_endpoint Philipp Zabel
2015-02-23 14:50 ` Laurent Pinchart
2015-02-23 10:54 ` [PATCH v8 2/3] of: Add for_each_endpoint_of_node helper macro Philipp Zabel
2015-02-23 10:54 ` [PATCH v8 3/3] of: Add of_graph_get_port_by_id function Philipp Zabel
2015-03-01 16:20 ` [PATCH v8 0/3] Add of-graph helpers to loop over endpoints and find ports by id Laurent Pinchart
2015-03-03 8:05 ` Philipp Zabel
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=1424688846-10909-1-git-send-email-p.zabel@pengutronix.de \
--to=p.zabel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.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).