linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/3] Add of-graph helpers to loop over endpoints and find ports by id
@ 2014-12-22 15:11 Philipp Zabel
  2014-12-22 15:11 ` [PATCH v6 1/3] of: Decrement refcount of previous endpoint in of_graph_get_next_endpoint Philipp Zabel
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Philipp Zabel @ 2014-12-22 15:11 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

next try for v3.20. After the merge window we have a few new users of
of_graph_get_next_endpoint, could I please get some acks from the respective
maintainers for this to go in through Grant's tree?

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 v5:
 - Rebased onto v3.19-rc1
 - Added new users of of_graph_get_next_endpoint, coresight and
   drm/rcar-du. There's also rockchip, but the driver already doesn't
   decrement the prev node's reference count.
 - Dropped the "use for_each_endpoint_of_node macro" patches,
   I'll add the new users and resend them separately.

The previous version can be found here: https://lkml.org/lkml/2014/9/29/529

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             | 13 ++--------
 drivers/gpu/drm/rcar-du/rcar_du_kms.c          | 15 +++--------
 drivers/media/platform/soc_camera/soc_camera.c |  3 ++-
 drivers/of/base.c                              | 35 ++++++++++++++++++++------
 include/linux/of_graph.h                       | 18 +++++++++++++
 6 files changed, 55 insertions(+), 42 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2014-12-23 12:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-22 15:11 [PATCH v6 0/3] Add of-graph helpers to loop over endpoints and find ports by id Philipp Zabel
2014-12-22 15:11 ` [PATCH v6 1/3] of: Decrement refcount of previous endpoint in of_graph_get_next_endpoint Philipp Zabel
2014-12-22 21:09   ` Mathieu Poirier
2014-12-23 12:02     ` Philipp Zabel
2014-12-22 15:11 ` [PATCH v6 2/3] of: Add for_each_endpoint_of_node helper macro Philipp Zabel
2014-12-22 15:11 ` [PATCH v6 3/3] of: Add of_graph_get_port_by_id function Philipp Zabel
2014-12-23 11:10   ` Andrzej Hajda
2014-12-23 12:01     ` Philipp Zabel

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).