mbox series

[v4,0/4] media: v4l2-async: Accept endpoints and devices for fwnode matching

Message ID 20200701062140.12953-1-laurent.pinchart+renesas@ideasonboard.com (mailing list archive)
Headers show
Series media: v4l2-async: Accept endpoints and devices for fwnode matching | expand

Message

Laurent Pinchart July 1, 2020, 6:21 a.m. UTC
Hello,

This patch series is the fourth version of fwnode endpoint matching
support in v4l2-async. The third version can be found at [1].

Compared to v3, a new function has been introduced in 1/4 and used in
2/4.

[1] https://lore.kernel.org/linux-media/20200621000028.4591-1-laurent.pinchart+renesas@ideasonboard.com

Laurent Pinchart (4):
  device property: Add a function to test is a fwnode is a graph
    endpoint
  media: v4l2-async: Accept endpoints and devices for fwnode matching
  media: v4l2-async: Pass notifier pointer to match functions
  media: v4l2-async: Log message in case of heterogeneous fwnode match

 drivers/media/v4l2-core/v4l2-async.c | 83 +++++++++++++++++++++++++---
 include/linux/property.h             |  5 ++
 2 files changed, 80 insertions(+), 8 deletions(-)