The control framework was created to make it easier to implement the full control API in drivers. Documentation can be found in: Documentation/video4linux/v4l2-controls.txt Traditionally soc-camera used its own control implementation to allow the inheritance of controls from subdevices. The control handler does this as well but in a generic, non-soc_camera specific, manner. This patch series converts all soc_camera drivers that have controls to the control framework. This brings us one more step closer to being able to reuse soc_camera subdevs in other environments. This has been tested on a Renesas sh-mobile board (thanks Magnus!). These patches are also available in my git tree: http://git.linuxtv.org/hverkuil/media_tree.git?a=shortlog;h=refs/heads/soc_camera The goal is to get this patch series merged for 2.6.39. It would be great if people who have boards with sensors affected by this patch series can test this. 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