aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/video/cx18
AgeCommit message (Expand)AuthorFilesLines
2012-01-18Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-27/+14
2012-01-16[media] cx18: remove exclusive open of radio deviceGravatar Hans Verkuil 1-27/+14
2012-01-15Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-2/+2
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 1-1/+1
2011-11-24[media] video: Drop undue references to i2c-algo-bitGravatar Jean Delvare 2-2/+2
2011-11-03[media] cx18: Fix FM radioGravatar Andy Walls 1-0/+2
2011-10-31Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-17/+29
2011-09-27treewide: Correct spelling of successfully in commentsGravatar Joe Perches 1-1/+1
2011-09-18[media] cx18: Fix videobuf captureGravatar Simon Farnsworth 5-14/+26
2011-09-03[media] drivers/media: do not use EXTRA_CFLAGSGravatar Arnaud Lacombe 1-3/+3
2011-07-27[media] ivtv,cx18: Use default version control for VIDIOC_QUERYCAPGravatar Mauro Carvalho Chehab 3-9/+1
2011-07-27[media] drivers/media/video: fix memory leak of snd_cx18_init()Gravatar Andre Bartke 1-0/+1
2011-07-07[media] cx18/ivtv: fix g_tuner supportGravatar Hans Verkuil 1-6/+2
2011-05-20[media] cx18: Move spinlock and vb_type initialisation into stream_initGravatar Simon Farnsworth 2-3/+2
2011-05-20[media] cx18: Fix warnings introduced during cleanupGravatar Simon Farnsworth 1-3/+2
2011-05-20[media] cx18: Bump driver version to 1.5.0Gravatar Simon Farnsworth 1-2/+2
2011-05-20[media] cx18: Clean up mmap() support for raw YUVGravatar Simon Farnsworth 6-212/+225
2011-05-20[media] cx18: mmap() support for raw YUV video captureGravatar Steven Toth 8-12/+466
2011-05-20[media] cx18: Bump driver version, since a new class of HVR-1600 is properly ...Gravatar Andy Walls 1-1/+1
2011-05-20[media] cx18: Make RF analog TV work for newer HVR-1600 models with silicon t...Gravatar Andy Walls 4-7/+41
2011-05-20[media] use pci_dev->revisionGravatar Bjørn Mork 1-1/+1
2011-04-27Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+9
2011-04-13[media] cx18: Fix list BUG for IDX stream, triggerable in cx18_probe() error ...Gravatar Andy Walls 1-1/+9
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 3-3/+3
2011-03-22[media] remove the old RC_MAP_HAUPPAUGE_NEW RC mapGravatar Mauro Carvalho Chehab 1-1/+1
2011-03-22[media] v4l2: use new flag to enable core priority handlingGravatar Hans Verkuil 1-0/+1
2011-03-22[media] cx18: use core priority handlingGravatar Hans Verkuil 3-61/+0
2011-03-22[media] cx18: use v4l2_fh as preparation for adding core priority supportGravatar Hans Verkuil 3-41/+61
2011-03-22[media] v4l2-ioctl: add priority handling supportGravatar Hans Verkuil 1-1/+2
2011-03-21[media] drivers:media:cx23418.h remove one to many l's in the wordGravatar Justin P. Mattock 1-1/+1
2011-03-21[media] cx18: fix kernel oops when setting MPEG control before capturingGravatar Hans Verkuil 1-0/+1
2011-03-21[media] cx18: Use the control frameworkGravatar Hans Verkuil 12-512/+173
2011-03-02[media] cx18: Add support for Hauppauge HVR-1600 models with s5h1411Gravatar Devin Heitmueller 4-4/+112
2011-01-19[media] v4l/cx18: update workqueue usageGravatar Tejun Heo 3-27/+3
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-1/+1
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-0/+8
2011-01-03media: comment typo fix diable -> disable.Gravatar Justin P. Mattock 1-1/+1
2010-12-30[media] v4l: fix handling of v4l2_input.capabilitiesGravatar Hans Verkuil 1-1/+0
2010-12-30[media] v4l2-ctrls: use const char * const * for the menu arraysGravatar Hans Verkuil 1-1/+1
2010-12-29[media] cx18: Only allocate a struct cx18_dvb for the DVB TS streamGravatar Andy Walls 5-35/+60
2010-12-29[media] ivtv, cx18: Make ioremap failure messages more useful for usersGravatar Andy Walls 1-2/+7
2010-12-29[media] Patch for cx18 module with added support of GoTView PCI DVD3 Hybrid t...Gravatar Alexey Chernov 4-2/+99
2010-12-29[media] rc: Rename remote controller type to rc_type instead of ir_typeGravatar Mauro Carvalho Chehab 1-1/+1
2010-12-29[media] rc: rename the remaining things to rc_coreGravatar Mauro Carvalho Chehab 1-1/+1
2010-12-29[media] ir-core: more cleanups of ir-functions.cGravatar David Härdeman 1-2/+1
2010-12-24media/video: explicitly flush request_module workGravatar Tejun Heo 1-0/+8
2010-12-17Merge branch 'bkl_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 2-2/+8
2010-12-01[media] cx18: convert to unlocked_ioctlGravatar Hans Verkuil 2-2/+8
2010-11-22[media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functionsGravatar Laurent Pinchart 1-4/+4
2010-10-28Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-25/+18