[PATCH v4 0/3] Move device tree graph parsing helpers to drivers/of

From: Philipp Zabel
Date: Tue Feb 25 2014 - 09:59:04 EST


Hi,

this version moves the graph helpers to drivers/of again instead of
drivers/media. Since the location changed again, I have dropped the
Acks. A second patch is added that splits out the common parts from
v4l2_of_parse_endpoint into of_graph_parse_endpoint and I have added
a binding description Documentation/devicetree/bindings/graph.txt.

Changes since v3:
- Moved back to drivers/of
- Added DT binding documentation

regards
Philipp

Philipp Zabel (3):
[media] of: move graph helpers from drivers/media/v4l2-core to
drivers/of
[media] of: move common endpoint parsing to drivers/of
Documentation: of: Document graph bindings

Documentation/devicetree/bindings/graph.txt | 98 +++++++++++++++
drivers/media/i2c/adv7343.c | 4 +-
drivers/media/i2c/mt9p031.c | 4 +-
drivers/media/i2c/s5k5baf.c | 3 +-
drivers/media/i2c/tvp514x.c | 3 +-
drivers/media/i2c/tvp7002.c | 3 +-
drivers/media/platform/exynos4-is/fimc-is.c | 6 +-
drivers/media/platform/exynos4-is/media-dev.c | 3 +-
drivers/media/platform/exynos4-is/mipi-csis.c | 3 +-
drivers/media/v4l2-core/v4l2-of.c | 133 +--------------------
drivers/of/Makefile | 1 +
drivers/of/of_graph.c | 166 ++++++++++++++++++++++++++
include/linux/of_graph.h | 66 ++++++++++
include/media/v4l2-of.h | 34 +-----
14 files changed, 355 insertions(+), 172 deletions(-)
create mode 100644 Documentation/devicetree/bindings/graph.txt
create mode 100644 drivers/of/of_graph.c
create mode 100644 include/linux/of_graph.h

--
1.8.5.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/