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@xxxxxxxxxxxxxxxx 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(-) -- Regards, Laurent Pinchart