All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC v5 0/2] V4L device tree bindings and OF helpers
@ 2013-01-31 17:18 Sylwester Nawrocki
  2013-01-31 17:18 ` [PATCH RFC v5 1/2] [media] Add common video interfaces OF bindings documentation Sylwester Nawrocki
  2013-01-31 17:18 ` [PATCH RFC v5 2/2] [media] Add a V4L2 OF parser Sylwester Nawrocki
  0 siblings, 2 replies; 8+ messages in thread
From: Sylwester Nawrocki @ 2013-01-31 17:18 UTC (permalink / raw)
  To: g.liakhovetski, linux-media
  Cc: hverkuil, laurent.pinchart, kyungmin.park, swarren, rob.herring,
	thomas.abraham, t.figa, myungjoo.ham, sw0312.kim, prabhakar.lad,
	devicetree-discuss, Sylwester Nawrocki

This iteration mostly addresses comments from Laurent, regarding the
bindings documentation. It introduces a common 'ports' node grouping
all 'port' nodes, which could be used to resolve node addressing
conflict when a device has a bus with corresponding children nodes.

The changes in second patch are not significant, mostly rewrite
of v4l2_of_get_remote_parent() function.

Guennadi, I've added Samsung copyright notice in the parser code.
Please let me know if it is OK with you or not. If required I could
extract my changes into a separate patch.

I have also dropped the Reviewed-by/Acked-by tags, as the changes
this time were not trivial. If those still apply please reply and
I'll re-add them.

Guennadi Liakhovetski (2):
  [media] Add common video interfaces OF bindings documentation
  [media] Add a V4L2 OF parser

 .../devicetree/bindings/media/video-interfaces.txt |  216 +++++++++++++++++
 drivers/media/v4l2-core/Makefile                   |    3 +
 drivers/media/v4l2-core/v4l2-of.c                  |  251 ++++++++++++++++++++
 include/media/v4l2-of.h                            |   98 ++++++++
 4 files changed, 568 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/video-interfaces.txt
 create mode 100644 drivers/media/v4l2-core/v4l2-of.c
 create mode 100644 include/media/v4l2-of.h

--
1.7.9.5

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

end of thread, other threads:[~2013-04-13 19:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-31 17:18 [PATCH RFC v5 0/2] V4L device tree bindings and OF helpers Sylwester Nawrocki
2013-01-31 17:18 ` [PATCH RFC v5 1/2] [media] Add common video interfaces OF bindings documentation Sylwester Nawrocki
2013-01-31 17:33   ` Laurent Pinchart
2013-01-31 17:51     ` Sylwester Nawrocki
2013-01-31 18:41   ` [PATCH RFC v6] " Sylwester Nawrocki
2013-03-20 16:19     ` Sylwester Nawrocki
2013-04-13 19:17       ` Grant Likely
2013-01-31 17:18 ` [PATCH RFC v5 2/2] [media] Add a V4L2 OF parser Sylwester Nawrocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.