From: Hans Verkuil Date: Fri, 15 Mar 2013 15:11:17 +0000 (-0300) Subject: [media] solo6x10: convert the display node to vb2 X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~81^2~215 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4056c2fb4c4646267e23dcf6d72f0e28f2e0891;p=pandora-kernel.git [media] solo6x10: convert the display node to vb2 As a consequence the ioctl op has been replaced by unlocked_ioctl. Since we are now using the core lock the locking scheme has been simplified as well. The main reason for converting this driver to vb2 was that the locking scheme in v4l2.c was hopeless. It was easier to just convert the driver then to try and salvage a threading and videobuf nightmare. The videobuf2 framework is far, far superior compared to the old videobuf. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed