From: Philipp Zabel
Date: Fri, 14 Feb 2014 10:53:56 +0000 (+0100)
Subject: [media] of: move common endpoint parsing to drivers/of
X-Git-Tag: v3.15-rc1~139^2~586^2~11^2~2
X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2a575f67695dcba9062acd666ae5aab2380b95c;p=pandora-kernel.git
[media] of: move common endpoint parsing to drivers/of
This patch adds a new struct of_endpoint which is then embedded in struct
v4l2_of_endpoint and contains the endpoint properties that are not V4L2
(or even media) specific: the port number, endpoint id, local device tree
node and remote endpoint phandle. of_graph_parse_endpoint parses those
properties and is used by v4l2_of_parse_endpoint, which just adds the
V4L2 MBUS information to the containing v4l2_of_endpoint structure.
Signed-off-by: Philipp Zabel
Acked-by: Tomi Valkeinen
Acked-by: Mauro Carvalho Chehab
Acked-by: Sylwester Nawrocki
---
Reading git-diff-tree failed