[media] of: move common endpoint parsing to drivers/of
authorPhilipp Zabel <p.zabel@pengutronix.de>
Fri, 14 Feb 2014 10:53:56 +0000 (11:53 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 5 Dec 2014 01:06:30 +0000 (10:06 +0900)
commite121709313f0aa5637c2bacfac79206f6fe9ade2
tree07f43c0413f47e0520cc8c376cf44c84f67fa15b
parent3f24140ff66ec61af497d4fb6d9bae0d9ebf2aca
[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 <p.zabel@pengutronix.de>
Acked-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
(cherry picked from commit f2a575f67695dcba9062acd666ae5aab2380b95c)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
drivers/media/platform/exynos4-is/media-dev.c
drivers/media/platform/exynos4-is/mipi-csis.c
drivers/media/v4l2-core/v4l2-of.c
drivers/of/base.c
include/linux/of_graph.h
include/media/v4l2-of.h