summaryrefslogtreecommitdiff
path: root/drivers/media/video/cx88/cx88-blackbird.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-15[media] rename most media/video pci drivers to media/pciMauro Carvalho Chehab1-1299/+0
2012-07-07[media] cx88-blackbird: replace ioctl by unlocked_ioctlHans Verkuil1-1/+1
2012-07-07[media] cx88: don't use current_normHans Verkuil1-3/+9
2012-07-07[media] cx88: fix a number of v4l2-compliance violationsHans Verkuil1-8/+16
2012-07-07[media] cx88: support control eventsHans Verkuil1-1/+4
2012-07-07[media] cx88: add priority supportHans Verkuil1-0/+4
2012-07-07[media] cx88: convert cx88-blackbird to the control frameworkHans Verkuil1-68/+38
2012-07-07[media] cx88: first phase to convert cx88 to the control frameworkHans Verkuil1-71/+0
2012-07-07[media] cx88: fix querycapHans Verkuil1-9/+3
2012-06-12[media] cx88: fix firmware load on big-endian systemsHans Verkuil1-1/+1
2011-07-28[media] Stop using linux/version.h on most video driversMauro Carvalho Chehab1-17/+3
2011-05-20[media] cx88: don't use atomic_t for core->mpeg_usersJonathan Nieder1-5/+6
2011-05-20[media] cx88: gracefully reject attempts to use unregistered cx88-blackbird d...Jonathan Nieder1-11/+14
2011-05-20[media] cx88: hold device lock during sub-driver initializationJonathan Nieder1-2/+0
2011-05-20[media] cx88: fix locking of sub-driver operationsJonathan Nieder1-2/+2
2011-05-20[media] cx88: protect per-device driver list with device lockJonathan Nieder1-1/+2
2010-12-29[media] drivers/media/video: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-28Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+9
2010-10-21V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil1-1/+1
2010-10-21V4L/DVB: cx88: Remove BKLMauro Carvalho Chehab1-6/+8
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-16V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart1-1/+0
2009-12-16V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor numberLaurent Pinchart1-2/+2
2009-12-16V4L/DVB (13554a): v4l: Use the video_drvdata function in driversLaurent Pinchart1-12/+3
2009-12-16V4L/DVB (13553): v4l: Use the video_is_registered function in device driversLaurent Pinchart1-1/+1
2009-12-16V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart1-2/+2
2009-09-21trivial: media/video/cx88: add __init/__exit macros to cx88 driversPeter Huewe1-2/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-03-30V4L/DVB (11300): cx88: convert to v4l2_subdev.Hans Verkuil1-2/+2
2009-03-30V4L/DVB (11269): cx88-blackbird: Stop setting buffer type in XXX_fmt_vid_capTrent Piepho1-4/+0
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil1-7/+6
2008-12-30V4L/DVB (9918): cx88: advise/acquire clean-up for HVR-1300/3000/4000Darron Broad1-2/+10
2008-12-29V4L/DVB (9654): new email addressJelle Foks1-2/+2
2008-11-11V4L/DVB (9496): cx88-blackbird: bugfix: cx88-blackbird-mpeg-usersFrederic CAND1-2/+6
2008-11-11V4L/DVB (9495): cx88-blackbird: bugfix: cx88-blackbird-poll-fixFrederic CAND1-0/+4
2008-10-21V4L/DVB (9327): v4l: use video_device.num instead of minor in video%dHans Verkuil1-1/+1
2008-10-12V4L/DVB (8904): cx88: add missing unlock_kernelHans Verkuil1-0/+1
2008-10-12V4L/DVB (8613): v4l: move BKL down to the driver level.Hans Verkuil1-1/+7
2008-10-07Revert "V4L/DVB (8904): cx88: add missing unlock_kernel"Linus Torvalds1-1/+0
2008-09-29V4L/DVB (8904): cx88: add missing unlock_kernelHans Verkuil1-0/+1
2008-07-27V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil1-2/+0
2008-07-26V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops st...Hans Verkuil1-6/+10
2008-07-24V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common....Hans Verkuil1-0/+1
2008-07-20V4L/DVB (8105): cx2341x: add TS capabilityHans Verkuil1-1/+2
2008-07-20V4L/DVB (7949): videodev: renamed the vidioc_*_fmt_* callbacksHans Verkuil1-8/+8
2008-04-26V4L/DVB (7733): blackbird_find_mailbox negative return ignored in blackbird_i...Roel Kluin1-2/+4
2008-04-24V4L/DVB (7521): media/video/cx88 replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2008-04-24V4L/DVB (7451): cx88: Add user control for chroma AGCFrej Drejhammar1-2/+2