aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-24Driver core: driver_find() drops reference before returningAlan Stern1-1/+0
2012-01-18Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-27/+14
2012-01-16[media] cx18: remove exclusive open of radio deviceHans Verkuil1-27/+14
2012-01-15Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-2/+2
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-11-24[media] video: Drop undue references to i2c-algo-bitJean Delvare2-2/+2
2011-11-03[media] cx18: Fix FM radioAndy Walls1-0/+2
2011-10-31Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds6-17/+29
2011-09-27treewide: Correct spelling of successfully in commentsJoe Perches1-1/+1
2011-09-18[media] cx18: Fix videobuf captureSimon Farnsworth5-14/+26
2011-09-03[media] drivers/media: do not use EXTRA_CFLAGSArnaud Lacombe1-3/+3
2011-07-27[media] ivtv,cx18: Use default version control for VIDIOC_QUERYCAPMauro Carvalho Chehab3-9/+1
2011-07-27[media] drivers/media/video: fix memory leak of snd_cx18_init()Andre Bartke1-0/+1
2011-07-07[media] cx18/ivtv: fix g_tuner supportHans Verkuil1-6/+2
2011-05-20[media] cx18: Move spinlock and vb_type initialisation into stream_initSimon Farnsworth2-3/+2
2011-05-20[media] cx18: Fix warnings introduced during cleanupSimon Farnsworth1-3/+2
2011-05-20[media] cx18: Bump driver version to 1.5.0Simon Farnsworth1-2/+2
2011-05-20[media] cx18: Clean up mmap() support for raw YUVSimon Farnsworth6-212/+225
2011-05-20[media] cx18: mmap() support for raw YUV video captureSteven Toth8-12/+466
2011-05-20[media] cx18: Bump driver version, since a new class of HVR-1600 is properly supportedAndy Walls1-1/+1
2011-05-20[media] cx18: Make RF analog TV work for newer HVR-1600 models with silicon tunersAndy Walls4-7/+41
2011-05-20[media] use pci_dev->revisionBjørn Mork1-1/+1
2011-04-27Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds1-1/+9
2011-04-13[media] cx18: Fix list BUG for IDX stream, triggerable in cx18_probe() error clean up,Andy Walls1-1/+9
2011-03-31Fix common misspellingsLucas De Marchi3-3/+3
2011-03-22[media] remove the old RC_MAP_HAUPPAUGE_NEW RC mapMauro Carvalho Chehab1-1/+1
2011-03-22[media] v4l2: use new flag to enable core priority handlingHans Verkuil1-0/+1
2011-03-22[media] cx18: use core priority handlingHans Verkuil3-61/+0
2011-03-22[media] cx18: use v4l2_fh as preparation for adding core priority supportHans Verkuil3-41/+61
2011-03-22[media] v4l2-ioctl: add priority handling supportHans Verkuil1-1/+2
2011-03-21[media] drivers:media:cx23418.h remove one to many l's in the wordJustin P. Mattock1-1/+1
2011-03-21[media] cx18: fix kernel oops when setting MPEG control before capturingHans Verkuil1-0/+1
2011-03-21[media] cx18: Use the control frameworkHans Verkuil12-512/+173
2011-03-02[media] cx18: Add support for Hauppauge HVR-1600 models with s5h1411Devin Heitmueller4-4/+112
2011-01-19[media] v4l/cx18: update workqueue usageTejun Heo3-27/+3
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-0/+8
2011-01-03media: comment typo fix diable -> disable.Justin P. Mattock1-1/+1
2010-12-30[media] v4l: fix handling of v4l2_input.capabilitiesHans Verkuil1-1/+0
2010-12-30[media] v4l2-ctrls: use const char * const * for the menu arraysHans Verkuil1-1/+1
2010-12-29[media] cx18: Only allocate a struct cx18_dvb for the DVB TS streamAndy Walls5-35/+60
2010-12-29[media] ivtv, cx18: Make ioremap failure messages more useful for usersAndy Walls1-2/+7
2010-12-29[media] Patch for cx18 module with added support of GoTView PCI DVD3 Hybrid tunerAlexey Chernov4-2/+99
2010-12-29[media] rc: Rename remote controller type to rc_type instead of ir_typeMauro Carvalho Chehab1-1/+1
2010-12-29[media] rc: rename the remaining things to rc_coreMauro Carvalho Chehab1-1/+1
2010-12-29[media] ir-core: more cleanups of ir-functions.cDavid Härdeman1-2/+1
2010-12-24media/video: explicitly flush request_module workTejun Heo1-0/+8
2010-12-17Merge branch 'bkl_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds2-2/+8
2010-12-01[media] cx18: convert to unlocked_ioctlHans Verkuil2-2/+8
2010-11-22[media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functionsLaurent Pinchart1-4/+4