Monday, June 4. 2012, 04:05 AM
Two pull requests have been submitted for soc-camera for the 3.4 kernel. They include multiple updates to the mx2_camera driver, including its conversion to the videobuf2 API, several other driver updates. Besides, client device power-on order has been changed, affecting all soc-camera set ups:
Fabio Estevam (3):
media: video: mx2_camera.c: Provide error message if clk_get fails
media: video: mx2_camera.c: Remove unneeded dev_dbg
video: Kconfig: Select VIDEOBUF2_DMA_CONTIG for VIDEO_MX2
Javier Martin (10):
media i.MX27 camera: migrate driver to videobuf2
media i.MX27 camera: add start_stream and stop_stream callbacks.
media i.MX27 camera: improve discard buffer handling.
media i.MX27 camera: handle overflows properly.
media: i.MX27 camera: Use list_first_entry() whenever possible.
media: i.MX27 camera: Use spin_lock() inside the IRQ handler.
media: i.MX27 camera: return IRQ_NONE if no IRQ status bit is set.
media: i.MX27 camera: fix compilation warning.
media: i.MX27 camera: more efficient discard buffer handling.
media: i.MX27 camera: Add resizing support.
Guennadi Liakhovetski (2):
V4L: soc-camera: call soc_camera_power_on() after adding the client to the host
V4L: sh_mobile_ceu_camera: maximum image size depends on the hardware version
Philipp Zabel (1):
V4L: pxa_camera: add clk_prepare/clk_unprepare calls
Sascha Hauer (1):
V4L: mx2_camera: remove unsupported i.MX27 DMA mode, make EMMA mandatory