Hello, This is a few patches for the v4l2-async API I wrote while adding the asynchronous subdev registration support to the exynos4-is driver. The most significant change is addition of V4L2_ASYNC_MATCH_OF subdev matching method, where host driver can pass a list of of_node pointers identifying its subdevs. I thought it's a reasonable and simple enough way to support device tree based systems. Comments/other ideas are of course welcome. Thanks, Sylwester Sylwester Nawrocki (5): V4L2: Drop bus_type check in v4l2-async match functions V4L2: Rename v4l2_async_bus_* to v4l2_async_match_* V4L2: Add V4L2_ASYNC_MATCH_OF subdev matching type V4L2: Rename subdev field of struct v4l2_async_notifier V4L2: Fold struct v4l2_async_subdev_list with struct v4l2_subdev drivers/media/platform/soc_camera/soc_camera.c | 4 +- drivers/media/v4l2-core/v4l2-async.c | 106 ++++++++++++------------ include/media/v4l2-async.h | 36 ++++---- include/media/v4l2-subdev.h | 13 ++- 4 files changed, 74 insertions(+), 85 deletions(-) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html