aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-video.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-19/+46
* [media] cx88: don't use atomic_t for core->usersJonathan Nieder2011-05-201-2/+3
* [media] use pci_dev->revisionBjørn Mork2011-05-201-1/+1
* [media] Add proper audio support for Nova-S Plus with wm8775 ADCLawrence Rust2011-03-211-4/+48
* [media] cx88: Don't allow opening a device while it is not readyMauro Carvalho Chehab2011-03-211-10/+12
* [media] cx88: use unlocked_ioctl for cx88-video.Mauro Carvalho Chehab2011-03-211-2/+2
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-01-061-12/+0
|\
| * [media] V4L: remove V4L1 compatibility modeHans Verkuil2010-12-291-12/+0
* | [media] wm8775: Revert changeset fcb9757333 to avoid a regressionMauro Carvalho Chehab2011-01-031-26/+1
|/
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-12-021-4/+3
|\
| * [media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functionsLaurent Pinchart2010-11-221-4/+3
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
|/
* [media] Nova-S-Plus audio line inputlawrence rust2010-10-231-1/+26
* [media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev*Laurent Pinchart2010-10-221-2/+2
* [media] cx88: uninitialized variableDan Carpenter2010-10-221-2/+1
* V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil2010-10-211-2/+2
* V4L/DVB: cx88: Remove BKLMauro Carvalho Chehab2010-10-211-9/+8
* V4L/DVB: drivers/media: Make static data tables and strings constlawrence rust2010-10-211-15/+15
* V4L/DVB: drivers/media/video: Adjust confusing if indentationJulia Lawall2010-10-211-1/+2
* V4L/DVB: cx88: improve error handlingDan Carpenter2010-05-191-1/+4
* V4L/DVB: cx88: fix checks for analog TV inputsistvan_v@mailbox.hu2010-05-191-2/+3
* V4L/DVB: V4L2: Replace loops for finding max buffers in VIDIOC_REQBUFS callbacksAndreas Bombe2010-05-191-2/+2
* V4L/DVB: cx88: Only start IR if the input device is openedMauro Carvalho Chehab2010-05-181-3/+3
* V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart2009-12-161-2/+0
* V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor numberLaurent Pinchart2009-12-161-3/+2
* V4L/DVB (13554a): v4l: Use the video_drvdata function in driversLaurent Pinchart2009-12-161-26/+17
* V4L/DVB (13553): v4l: Use the video_is_registered function in device driversLaurent Pinchart2009-12-161-3/+3
* V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart2009-12-161-6/+6
* V4L/DVB (13238): v4l2_subdev: rename tuner s_standby operation to core s_powerLaurent Pinchart2009-12-051-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-221-2/+2
|\
| * trivial: media/video/cx88: add __init/__exit macros to cx88 driversPeter Huewe2009-09-211-2/+2
* | V4L/DVB (12540): v4l: simplify v4l2_i2c_new_subdev and friendsHans Verkuil2009-09-191-3/+3
|/
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* V4L/DVB (11907): cx88: Use v4l bounding/alignment functionTrent Piepho2009-06-231-9/+2
* V4L/DVB (12004): poll method lose race conditionFigo.zhang2009-06-161-4/+10
* V4L/DVB (11784): cx88: Fix race condition between cx8800 startup and haldDevin Heitmueller2009-06-161-0/+2
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil2009-04-061-8/+4
* V4L/DVB (11375): v4l2: use v4l2_i2c_new_probed_subdev_addr where appropriate.Hans Verkuil2009-04-061-6/+3
* V4L/DVB (11373): v4l2-common: add explicit v4l2_device pointer as first arg t...Hans Verkuil2009-04-061-2/+2
* V4L/DVB (11368): v4l2-subdev: move s_standby from core to tuner.Hans Verkuil2009-04-061-1/+1
* V4L/DVB (11300): cx88: convert to v4l2_subdev.Hans Verkuil2009-03-301-12/+28
* V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 driversMauro Carvalho Chehab2009-03-301-5/+0
* V4L/DVB (10816): cx88: Don't need to zero ioctl parameter fieldsTrent Piepho2009-03-301-5/+1
* V4L/DVB (10544): v4l2-common: add comments warning that about the sort orderHans Verkuil2009-03-301-0/+1
* V4L/DVB (10141): v4l2: debugging API changed to match against driver name ins...Hans Verkuil2009-01-021-6/+7
* V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil2009-01-021-9/+5
* V4L/DVB (9368): VBI fix for cx88 cardsRafael Diniz2008-11-111-2/+8
* V4L/DVB (9327): v4l: use video_device.num instead of minor in video%dHans Verkuil2008-10-211-3/+3
* V4L/DVB (9269): cx88: add I2S-ADC tvaudio methodDarron Broad2008-10-171-22/+30