aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/ivtv (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-15[media] rename most media/video pci drivers to media/pciMauro Carvalho Chehab36-15593/+0
2012-08-13[media] common: move media/common/tuners to media/tunersMauro Carvalho Chehab1-1/+1
2012-08-13[media] move the dvb/frontends to drivers/media/dvb-frontendsMauro Carvalho Chehab1-1/+1
2012-08-13[media] dvb: move the dvb core one level upMauro Carvalho Chehab1-1/+1
2012-08-09[media] ivtv: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil2-14/+42
2012-07-31[media] ivtv: Declare MODULE_FIRMWARE usageTim Gardner1-0/+4
2012-07-06[media] ivtv: don't mess with vfd->debugHans Verkuil3-15/+2
2012-06-11[media] ivtv: fix support for big-endian systemsHans Verkuil2-10/+10
2012-05-14[media] ivtv/cx18: fix compiler warningsHans Verkuil2-3/+2
2012-05-14[media] v4l2-dev: add flag to have the core lock all file operationsHans Verkuil1-0/+4
2012-05-07[media] v4l2-ctrls: Use v4l2_subscribed_event_opsHans de Goede1-1/+2
2012-05-07[media] v4l2-event: Add v4l2_subscribed_event_opsHans de Goede1-1/+1
2012-05-04[media] ivtv: set max/step to 0 for PTS and FRAME controlsHans Verkuil1-2/+2
2012-04-19[media] V4L2: drivers implementing vidioc_default should also return -ENOTTYHans Verkuil1-1/+1
2012-04-19Merge tag 'v3.4-rc3' into staging/for_v3.5Mauro Carvalho Chehab2-3/+2
2012-04-11Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-2/+2
2012-04-09[media] ivtv: Fix AUDIO_(BILINGUAL_)CHANNEL_SELECT regressionHans Verkuil1-2/+2
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-27[media] ivtv: only start streaming in poll() if polling for inputHans Verkuil1-2/+4
2012-03-27Merge branch 'poll' into staging/for_v3.4Mauro Carvalho Chehab2-4/+2
2012-03-23Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds8-116/+219
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-2/+2
2012-03-20media: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-08[media] Driver: video: Use the macro DMA_BIT_MASK()Santosh Nayak1-2/+2
2012-03-08[media] ivtv: Fix build warningLarry Finger1-2/+2
2012-03-08[media] ivtv: simplify how the decoder controls are set upHans Verkuil5-23/+12
2012-03-08[media] media: ivtv: append $(srctree) to -I parametersAndy Shevchenko1-4/+4
2012-02-14[media] v4l2: standardize log start/end messageHans Verkuil1-5/+0
2012-02-14[media] ivtv: add IVTV_IOC_PASSTHROUGH_MODEHans Verkuil1-0/+8
2012-02-14[media] ivtv: implement new decoder controlsHans Verkuil6-59/+124
2012-02-14[media] ivtv: implement new decoder command ioctlsHans Verkuil4-43/+71
2012-01-24Driver core: driver_find() drops reference before returningAlan Stern1-2/+0
2012-01-23[media] ivtv: setup per-device capsHans Verkuil3-2/+20
2012-01-18Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds7-102/+72
2012-01-16[media] ivtv: remove open_id/id from the filehandle codeHans Verkuil5-18/+12
2012-01-16[media] ivtv: switch to the v4l core lockHans Verkuil4-54/+39
2012-01-16[media] ivtv: remove exclusive radio openHans Verkuil1-33/+24
2012-01-15Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell2-2/+2
2011-11-24[media] video: Drop undue references to i2c-algo-bitJean Delvare1-1/+1
2011-11-03[media] ivtv: Fix radio supportIan Armstrong1-0/+2
2011-09-06[media] ivtv: fill in service_setHans Verkuil1-5/+10
2011-09-03[media] drivers/media: do not use EXTRA_CFLAGSArnaud Lacombe1-4/+4
2011-07-27[media] v4l2-event/ctrls/fh: allocate events per fh and per type instead of just per-fhHans Verkuil2-7/+1
2011-07-27[media] v4l2-events/fh: merge v4l2_events into v4l2_fhHans Verkuil1-3/+3
2011-07-27[media] ivtv: add control event supportHans Verkuil2-3/+10
2011-07-27[media] ivtv,cx18: Use default version control for VIDIOC_QUERYCAPMauro Carvalho Chehab3-8/+1
2011-07-07[media] cx18/ivtv: fix g_tuner supportHans Verkuil1-6/+2
2011-06-01[media] ivtv: Internally separate encoder & decoder standard settingIan Armstrong6-82/+99