public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of
@ 2014-03-05  9:20 Philipp Zabel
       [not found] ` < 20140306152414.GC21483@n2100.arm.linux.org.uk>
                   ` (10 more replies)
  0 siblings, 11 replies; 38+ messages in thread
From: Philipp Zabel @ 2014-03-05  9:20 UTC (permalink / raw)
  To: Grant Likely, Mauro Carvalho Chehab, Russell King - ARM Linux
  Cc: Rob Herring, Sylwester Nawrocki, Laurent Pinchart,
	Guennadi Liakhovetski, Tomi Valkeinen, Kyungmin Park,
	linux-kernel, linux-media, devicetree, Philipp Zabel

Hi,

this version of the OF graph helper move series further addresses a few of
Tomi's and Sylwester's comments.

Changes since v5:
 - Fixed spelling errors and a wrong device node name in the link section
 - Added parentless previous endpoint's full name to warning
 - Fixed documentation comment for of_graph_parse_endpoint
 - Unrolled for-loop in of_graph_get_remote_port_parent

Philipp Zabel (8):
  [media] of: move graph helpers from drivers/media/v4l2-core to
    drivers/of
  Documentation: of: Document graph bindings
  of: Warn if of_graph_get_next_endpoint is called with the root node
  of: Reduce indentation in of_graph_get_next_endpoint
  [media] of: move common endpoint parsing to drivers/of
  of: Implement simplified graph binding for single port devices
  of: Document simplified graph binding for single port devices
  of: Warn if of_graph_parse_endpoint is called with the root node

 Documentation/devicetree/bindings/graph.txt   | 137 +++++++++++++++++++++
 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 |  13 +-
 drivers/media/platform/exynos4-is/mipi-csis.c |   5 +-
 drivers/media/v4l2-core/v4l2-of.c             | 133 +-------------------
 drivers/of/base.c                             | 167 ++++++++++++++++++++++++++
 include/linux/of_graph.h                      |  66 ++++++++++
 include/media/v4l2-of.h                       |  33 +----
 13 files changed, 399 insertions(+), 178 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/graph.txt
 create mode 100644 include/linux/of_graph.h

-- 
1.9.0.rc3


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

end of thread, other threads:[~2014-03-11 11:06 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-05  9:20 [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of Philipp Zabel
     [not found] ` < 20140306152414.GC21483@n2100.arm.linux.org.uk>
2014-03-05  9:20 ` [PATCH v6 1/8] [media] of: move graph helpers from drivers/media/v4l2-core " Philipp Zabel
2014-03-07 18:25   ` Grant Likely
2014-03-05  9:20 ` [PATCH v6 2/8] Documentation: of: Document graph bindings Philipp Zabel
2014-03-07 18:27   ` Grant Likely
2014-03-10  9:28     ` Philipp Zabel
2014-03-10 11:37       ` Laurent Pinchart
2014-03-10 13:57         ` Philipp Zabel
2014-03-05  9:20 ` [PATCH v6 3/8] of: Warn if of_graph_get_next_endpoint is called with the root node Philipp Zabel
2014-03-07 18:28   ` Grant Likely
2014-03-05  9:20 ` [PATCH v6 4/8] of: Reduce indentation in of_graph_get_next_endpoint Philipp Zabel
2014-03-07  0:12   ` Laurent Pinchart
2014-03-07 17:40     ` Philipp Zabel
2014-03-10 19:19       ` Laurent Pinchart
2014-03-11 11:06         ` Philipp Zabel
2014-03-07 18:30   ` Grant Likely
2014-03-05  9:20 ` [PATCH v6 5/8] [media] of: move common endpoint parsing to drivers/of Philipp Zabel
2014-03-07 18:32   ` Grant Likely
2014-03-05  9:20 ` [PATCH v6 6/8] of: Implement simplified graph binding for single port devices Philipp Zabel
2014-03-07 18:38   ` Grant Likely
2014-03-09 19:21     ` Philipp Zabel
2014-03-05  9:20 ` [PATCH v6 7/8] of: Document " Philipp Zabel
2014-03-05  9:20 ` [PATCH v6 8/8] of: Warn if of_graph_parse_endpoint is called with the root node Philipp Zabel
2014-03-05 11:35 ` [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of Tomi Valkeinen
2014-03-05 14:42   ` Philipp Zabel
2014-03-06 14:16     ` Russell King - ARM Linux
2014-03-06 15:17       ` Mauro Carvalho Chehab
2014-03-06 15:47         ` Sylwester Nawrocki
2014-03-06 16:21           ` Philipp Zabel
2014-03-06 16:32             ` Sylwester Nawrocki
2014-03-06 16:50               ` Philipp Zabel
2014-03-07 12:06                 ` Russell King - ARM Linux
2014-03-07  0:16           ` Laurent Pinchart
2014-03-07 18:41         ` Grant Likely
2014-03-06 15:24 ` Russell King - ARM Linux
2014-03-06 15:39   ` Philipp Zabel
2014-03-06 15:50     ` Russell King - ARM Linux
2014-03-07 18:49       ` Grant Likely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox