summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-video.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-15[media] rename most media/video pci drivers to media/pciMauro Carvalho Chehab1-2075/+0
2012-07-06[media] cx88: don't use current_normHans Verkuil1-3/+11
2012-07-06[media] cx88: fix a number of v4l2-compliance violationsHans Verkuil1-15/+56
2012-07-06[media] cx88: support control eventsHans Verkuil1-6/+10
2012-07-06[media] cx88: add priority supportHans Verkuil1-0/+4
2012-07-06[media] cx88: move fmt, width and height to cx8800_devHans Verkuil1-22/+27
2012-07-06[media] cx88: remove radio and type from cx8800_fhHans Verkuil1-52/+37
2012-07-06[media] cx88: each device node gets the right controlsHans Verkuil1-51/+88
2012-07-06[media] cx88: first phase to convert cx88 to the control frameworkHans Verkuil1-334/+159
2012-07-06[media] cx88: fix querycapHans Verkuil1-59/+31
2011-08-27[media] cx88: notch filter control fixesistvan_v@mailbox.hu1-1/+1
2011-07-27[media] cx88: implemented luma notch filter controlistvan_v@mailbox.hu1-0/+15
2011-07-27[media] cx88: implemented sharpness controlistvan_v@mailbox.hu1-1/+28
2011-07-27[media] Stop using linux/version.h on most video driversMauro Carvalho Chehab1-18/+3
2011-05-20[media] cx88: don't use atomic_t for core->usersJonathan Nieder1-2/+3
2011-05-20[media] use pci_dev->revisionBjørn Mork1-1/+1
2011-03-21[media] Add proper audio support for Nova-S Plus with wm8775 ADCLawrence Rust1-4/+48
2011-03-21[media] cx88: Don't allow opening a device while it is not readyMauro Carvalho Chehab1-10/+12
2011-03-21[media] cx88: use unlocked_ioctl for cx88-video.Mauro Carvalho Chehab1-2/+2
2011-01-06Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-12/+0
2011-01-03[media] wm8775: Revert changeset fcb9757333 to avoid a regressionMauro Carvalho Chehab1-26/+1
2010-12-29[media] V4L: remove V4L1 compatibility modeHans Verkuil1-12/+0
2010-12-02Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+3
2010-11-22[media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functionsLaurent Pinchart1-4/+3
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-23[media] Nova-S-Plus audio line inputlawrence rust1-1/+26
2010-10-22[media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev*Laurent Pinchart1-2/+2
2010-10-22[media] cx88: uninitialized variableDan Carpenter1-2/+1
2010-10-21V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil1-2/+2
2010-10-21V4L/DVB: cx88: Remove BKLMauro Carvalho Chehab1-9/+8
2010-10-21V4L/DVB: drivers/media: Make static data tables and strings constlawrence rust1-15/+15
2010-10-21V4L/DVB: drivers/media/video: Adjust confusing if indentationJulia Lawall1-1/+2
2010-05-19V4L/DVB: cx88: improve error handlingDan Carpenter1-1/+4
2010-05-19V4L/DVB: cx88: fix checks for analog TV inputsistvan_v@mailbox.hu1-2/+3
2010-05-19V4L/DVB: V4L2: Replace loops for finding max buffers in VIDIOC_REQBUFS callbacksAndreas Bombe1-2/+2
2010-05-18V4L/DVB: cx88: Only start IR if the input device is openedMauro Carvalho Chehab1-3/+3
2009-12-16V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart1-2/+0
2009-12-16V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor numberLaurent Pinchart1-3/+2
2009-12-16V4L/DVB (13554a): v4l: Use the video_drvdata function in driversLaurent Pinchart1-26/+17
2009-12-16V4L/DVB (13553): v4l: Use the video_is_registered function in device driversLaurent Pinchart1-3/+3
2009-12-16V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart1-6/+6
2009-12-05V4L/DVB (13238): v4l2_subdev: rename tuner s_standby operation to core s_powerLaurent Pinchart1-1/+1
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2009-09-21trivial: media/video/cx88: add __init/__exit macros to cx88 driversPeter Huewe1-2/+2
2009-09-19V4L/DVB (12540): v4l: simplify v4l2_i2c_new_subdev and friendsHans Verkuil1-3/+3
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-23V4L/DVB (11907): cx88: Use v4l bounding/alignment functionTrent Piepho1-9/+2
2009-06-16V4L/DVB (12004): poll method lose race conditionFigo.zhang1-4/+10
2009-06-16V4L/DVB (11784): cx88: Fix race condition between cx8800 startup and haldDevin Heitmueller1-0/+2
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1