summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'poll' into staging/for_v3.4Mauro Carvalho Chehab2012-03-271-1/+0Star
|\
| * Driver core: driver_find() drops reference before returningAlan Stern2012-01-251-1/+0Star
* | [media] Driver: video: Use the macro DMA_BIT_MASK()Santosh Nayak2012-03-081-2/+2
* | [media] cx18-driver: fix handling of 'radio' module parameterDanny Kukawka2012-03-081-2/+2
* | [media] v4l2: standardize log start/end messageHans Verkuil2012-02-141-4/+0Star
* | [media] cx18/ddbridge: remove unused headersHans Verkuil2012-02-141-2/+0Star
|/
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-01-181-27/+14Star
|\
| * [media] cx18: remove exclusive open of radio deviceHans Verkuil2012-01-161-27/+14Star
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-01-152-2/+2
|\|
| * [media] video: Drop undue references to i2c-algo-bitJean Delvare2011-11-242-2/+2
* | module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
|/
* [media] cx18: Fix FM radioAndy Walls2011-11-031-0/+2
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-10-316-17/+29
|\
| * [media] cx18: Fix videobuf captureSimon Farnsworth2011-09-185-14/+26
| * [media] drivers/media: do not use EXTRA_CFLAGSArnaud Lacombe2011-09-031-3/+3
* | treewide: Correct spelling of successfully in commentsJoe Perches2011-09-271-1/+1
|/
* [media] ivtv,cx18: Use default version control for VIDIOC_QUERYCAPMauro Carvalho Chehab2011-07-273-9/+1Star
* [media] drivers/media/video: fix memory leak of snd_cx18_init()Andre Bartke2011-07-271-0/+1
* [media] cx18/ivtv: fix g_tuner supportHans Verkuil2011-07-071-6/+2Star
* [media] cx18: Move spinlock and vb_type initialisation into stream_initSimon Farnsworth2011-05-212-3/+2Star
* [media] cx18: Fix warnings introduced during cleanupSimon Farnsworth2011-05-201-3/+2Star
* [media] cx18: Bump driver version to 1.5.0Simon Farnsworth2011-05-201-2/+2
* [media] cx18: Clean up mmap() support for raw YUVSimon Farnsworth2011-05-206-212/+225
* [media] cx18: mmap() support for raw YUV video captureSteven Toth2011-05-208-12/+466
* [media] cx18: Bump driver version, since a new class of HVR-1600 is properly ...Andy Walls2011-05-201-1/+1
* [media] cx18: Make RF analog TV work for newer HVR-1600 models with silicon t...Andy Walls2011-05-204-7/+41
* [media] use pci_dev->revisionBjørn Mork2011-05-201-1/+1
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-04-281-1/+9
|\
| * [media] cx18: Fix list BUG for IDX stream, triggerable in cx18_probe() error ...Andy Walls2011-04-131-1/+9
* | Fix common misspellingsLucas De Marchi2011-03-313-3/+3
|/
* [media] remove the old RC_MAP_HAUPPAUGE_NEW RC mapMauro Carvalho Chehab2011-03-221-1/+1
* [media] v4l2: use new flag to enable core priority handlingHans Verkuil2011-03-221-0/+1
* [media] cx18: use core priority handlingHans Verkuil2011-03-223-61/+0Star
* [media] cx18: use v4l2_fh as preparation for adding core priority supportHans Verkuil2011-03-223-41/+61
* [media] v4l2-ioctl: add priority handling supportHans Verkuil2011-03-221-1/+2
* [media] drivers:media:cx23418.h remove one to many l's in the wordJustin P. Mattock2011-03-221-1/+1
* [media] cx18: fix kernel oops when setting MPEG control before capturingHans Verkuil2011-03-221-0/+1
* [media] cx18: Use the control frameworkHans Verkuil2011-03-2212-512/+173Star
* [media] cx18: Add support for Hauppauge HVR-1600 models with s5h1411Devin Heitmueller2011-03-024-4/+112
* [media] v4l/cx18: update workqueue usageTejun Heo2011-01-193-27/+3Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\
| * media: comment typo fix diable -> disable.Justin P. Mattock2011-01-031-1/+1
* | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-081-0/+8
|\ \
| * | media/video: explicitly flush request_module workTejun Heo2010-12-241-0/+8
* | | [media] v4l: fix handling of v4l2_input.capabilitiesHans Verkuil2010-12-301-1/+0Star
* | | [media] v4l2-ctrls: use const char * const * for the menu arraysHans Verkuil2010-12-301-1/+1
* | | [media] cx18: Only allocate a struct cx18_dvb for the DVB TS streamAndy Walls2010-12-295-35/+60
* | | [media] ivtv, cx18: Make ioremap failure messages more useful for usersAndy Walls2010-12-291-2/+7
* | | [media] Patch for cx18 module with added support of GoTView PCI DVD3 Hybrid t...Alexey Chernov2010-12-294-2/+99
* | | [media] rc: Rename remote controller type to rc_type instead of ir_typeMauro Carvalho Chehab2010-12-291-1/+1