aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/zoran/zoran.h
Commit message (Collapse)AuthorAge
* [media] zoran: convert to the control framework and to v4l2_fhHans Verkuil2015-08-11
| | | | | | | | 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>
* [media] zoran: use standard core lockHans Verkuil2015-08-11
| | | | | | | | 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>
* zoran: racy refcount handling in vm_ops ->open()/->close()Al Viro2013-05-31
| | | | | | | | 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>
* [media] rename most media/video pci drivers to media/pciMauro Carvalho Chehab2012-08-15
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>