A bunch of patches to extend asynchronous subdevice probing in soc-camera. They refresh the mx3-camera driver a bit by converting it to managed resource allocation and adding asynchronous probing support. mt9m111 is also ported to support both types of probing. Also regulator handling is fixed in soc-camera to support both probing types. Guennadi Liakhovetski (6): V4L2: soc-camera: fix requesting regulators in synchronous case V4L2: mx3_camera: convert to managed resource allocation V4L2: mx3_camera: print V4L2_MBUS_FMT_* codes in hexadecimal format V4L2: mx3_camera: add support for asynchronous subdevice registration V4L2: mt9t031: don't Oops if asynchronous probing is attempted V4L2: mt9m111: switch to asynchronous subdevice probing drivers/media/i2c/soc_camera/mt9m111.c | 38 +++++++++---- drivers/media/i2c/soc_camera/mt9t031.c | 7 ++- drivers/media/platform/soc_camera/mx3_camera.c | 67 +++++++++--------------- drivers/media/platform/soc_camera/soc_camera.c | 33 ++++++++++-- include/linux/platform_data/camera-mx3.h | 4 ++ 5 files changed, 87 insertions(+), 62 deletions(-) -- 1.7.2.5 Thanks Guennadi --- Guennadi Liakhovetski, Ph.D. Freelance Open-Source Software Developer http://www.open-technology.de/ -- 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