This patch series is also based on work I did a few months ago. This fixes all v4l2-compliance failures except for two: fail: v4l2-test-formats.cpp(698): Global format mismatch: 56595559/720x480 vs 59565955/720x480 This is due to the fact that the format is stored in the fh struct instead of globally. Something to work on in a future patch as that's quite a bit more work. fail: v4l2-test-buffers.cpp(109): can_stream && !mmap_valid && !userptr_valid && !dmabuf_valid This is due to the fact that tm6000 doesn't support vb2. Again, more work than I have time for now. All the other fixes have been done, the conversion to the control framework being the most important. Regards, Hans -- 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