aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/zoran/zoran.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-08-11[media] zoran: convert to the control framework and to v4l2_fhHans Verkuil1-0/+4
Switch this driver to the control framework and to v4l2_fh for handling control events. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2015-08-11[media] zoran: use standard core lockHans Verkuil1-2/+1
Use the standard core lock to take care of serializing ioctl calls and to serialize file operations. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2013-05-31zoran: racy refcount handling in vm_ops ->open()/->close()Al Viro1-1/+1
worse, we lock ->resource_lock too late when we are destroying the final clonal VMA; the check for lack of other mappings of the same opened file can race with mmap(). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2012-08-15[media] rename most media/video pci drivers to media/pciMauro Carvalho Chehab1-0/+403
Rename all PCI drivers with their own directory under drivers/media/video into drivers/media/pci and update the building system. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>