From: Guennadi Liakhovetski Date: Thu, 3 Nov 2011 13:14:00 +0000 (-0300) Subject: [media] V4L: mx3-camera: prepare to support multi-size buffers X-Git-Tag: v3.2-rc1~63^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07f92448045a23d27dbc3ece3abcb6bafc618d43;p=pandora-kernel.git [media] V4L: mx3-camera: prepare to support multi-size buffers Prepare the mx3_camera friver to support the new VIDIOC_CREATE_BUFS and VIDIOC_PREPARE_BUF ioctl()s. The .queue_setup() vb2 operation must be able to handle buffer sizes, provided by the caller, and the .buf_prepare() operation must not use the currently configured frame format for its operation, which makes it superfluous for this driver. Its functionality is moved into .buf_queue(). Signed-off-by: Guennadi Liakhovetski Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed