Linux Media Controller development
 help / color / mirror / Atom feed
* [PATCH 0/2] Unified fwnode endpoint parser
@ 2017-06-29  7:30 Sakari Ailus
  2017-06-29  7:30 ` [PATCH 1/2] v4l: fwnode: link_frequency is an optional property Sakari Ailus
  2017-06-29  7:30 ` [PATCH 2/2] v4l: fwnode: Support generic parsing of graph endpoints in V4L2 Sakari Ailus
  0 siblings, 2 replies; 9+ messages in thread
From: Sakari Ailus @ 2017-06-29  7:30 UTC (permalink / raw)
  To: linux-media; +Cc: laurent.pinchart, hverkuil

Hi folks,

We have a large influx of new, unmerged, drivers that are now parsing
fwnode endpoints and each one of them is doing this a little bit
differently. The needs are still exactly the same for the graph data
structure is device independent. This is still a non-trivial task and the
majority of the driver implementations are buggy, just buggy in different
ways.

Facilitate parsing endpoints by adding a convenience function for parsing
the endpoints, and make the omap3isp driver use it as an example.

The parser succeeds an essential bugfix in the set.

Sakari Ailus (2):
  v4l: fwnode: link_frequency is an optional property
  v4l: fwnode: Support generic parsing of graph endpoints in V4L2

 drivers/media/platform/omap3isp/isp.c |  91 +++++++------------------
 drivers/media/platform/omap3isp/isp.h |   3 -
 drivers/media/v4l2-core/v4l2-fwnode.c | 124 ++++++++++++++++++++++++++++++----
 include/media/v4l2-async.h            |   4 +-
 include/media/v4l2-fwnode.h           |   9 +++
 5 files changed, 147 insertions(+), 84 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2017-06-29 10:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-29  7:30 [PATCH 0/2] Unified fwnode endpoint parser Sakari Ailus
2017-06-29  7:30 ` [PATCH 1/2] v4l: fwnode: link_frequency is an optional property Sakari Ailus
2017-06-29  8:40   ` Niklas Söderlund
2017-06-29  7:30 ` [PATCH 2/2] v4l: fwnode: Support generic parsing of graph endpoints in V4L2 Sakari Ailus
2017-06-29  9:02   ` Niklas Söderlund
2017-06-29  9:05     ` Niklas Söderlund
2017-06-29  9:57     ` Sakari Ailus
2017-06-29 10:18       ` Niklas Söderlund
2017-06-29 10:46         ` Sakari Ailus

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