Hi Rob

Now many driver is getting remote-endpoint by manually,
but we should use same method to get same result IMO.
Thus this patch adds of_graph_get_remote_endpoint() for this purpose.
And use it on several drivers

Kuninori Morimoto (6):
  of_graph: add of_graph_get_remote_endpoint()
  drm/omapdrm: use of_graph_get_remote_endpoint()
  drm: rcar-du: use of_graph_get_remote_endpoint()
  media: ti-vpe: cal: use of_graph_get_remote_endpoint()
  v4l: of: use of_graph_get_remote_endpoint()
  omapfb: use of_graph_get_remote_endpoint()

 drivers/gpu/drm/omapdrm/dss/dss-of.c          |  3 ++-
 drivers/gpu/drm/rcar-du/rcar_du_kms.c         |  2 +-
 drivers/media/platform/ti-vpe/cal.c           |  2 +-
 drivers/media/v4l2-core/v4l2-of.c             |  3 ++-
 drivers/of/base.c                             | 18 ++++++++++++++++--
 drivers/video/fbdev/omap2/omapfb/dss/dss-of.c |  3 ++-
 include/linux/of_graph.h                      |  8 ++++++++
 7 files changed, 32 insertions(+), 7 deletions(-)

-- 
1.9.1

Reply via email to