summaryrefslogtreecommitdiffstats
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2012-12-27[media] ngene: separate demodulator and tuner attachPatrice Chotard1-0/+8
2012-12-27[media] drxd: allow functional gate control after, attachPatrice Chotard1-0/+4
2012-12-27[media] marvell-ccic: use internal variable replace global frame stats variableLibin Yang2-17/+22
2012-12-27[media] media/rc: fix oops on unloading module rc-coreKonstantin Khlebnikov2-24/+9
2012-12-27[media] omap3isp: csiphy: Fix an uninitialized variable compiler warningLaurent Pinchart1-5/+8
2012-12-27[media] media: saa7146: don't use mutex_lock_interruptible() in device_release()Cyril Roelandt1-2/+1
2012-12-27[media] m920x: add support for the VP-7049 Twinhan DVB-T USB StickAntonio Ospite2-0/+124
2012-12-27[media] m920x: send the RC init sequence also when rc.core is usedAntonio Ospite1-1/+1
2012-12-27[media] m920x: Fix CodingStyle issuesMauro Carvalho Chehab1-2/+6
2012-12-27[media] m920x: introduce m920x_rc_core_query()Antonio Ospite1-0/+32
2012-12-27[media] m920x: avoid repeating RC state parsing at each keycodeAntonio Ospite1-1/+2
2012-12-27[media] m920x: factor out a m920x_parse_rc_state() functionAntonio Ospite1-37/+44
2012-12-27[media] m920x: factor out a m920x_write_seq() functionAntonio Ospite1-9/+19
2012-12-27[media] m920x: fix a typo in a commentAntonio Ospite1-1/+1
2012-12-27[media] dvb-usb: fix indentation of a for loopAntonio Ospite1-30/+30
2012-12-27[media] saa7134: Add pm_qos_request to fix video corruptionSimon Farnsworth2-0/+15
2012-12-27[media] Added support for AVerTV Hybrid Express Slim HC81ROleh Kravchenko3-1/+90
2012-12-27[media] dvb: push down ioctl lock in dvb_usercopyNikolaus Schulz8-32/+87
2012-12-27[media] dvb_frontend: fix ioctls failing if frontend open/closed too fastJuergen Lock1-5/+14
2012-12-27[media] s5p-jpeg: convert struct spinlock to spinlock_tLuis R. Rodriguez1-1/+1
2012-12-27[media] s5p-fimc: convert struct spinlock to spinlock_tLuis R. Rodriguez1-1/+1
2012-12-27[media] omap: Fix Kconfig dependencies on OMAP2Mauro Carvalho Chehab1-1/+1
2012-12-27[media] ttpci: Fix a missing Kconfig dependencyMauro Carvalho Chehab2-5/+6
2012-12-27[media] cx231xx : Add support for Elgato Video Capture V2Alf Høgemark2-0/+30
2012-12-27[media] rc: unlock on error in store_protocols()Dan Carpenter1-1/+2
2012-12-27Merge tag 'v3.8-rc1' into staging/for_v3.9Mauro Carvalho Chehab18-63/+165
2012-12-26[media] rc: unlock on error in show_protocols()Dan Carpenter1-1/+3
2012-12-26[media] v4l2: blackfin: add EPPI3 supportScott Jiang2-28/+192
2012-12-26[media] v4l2: blackfin: convert ppi driver to a moduleScott Jiang3-3/+14
2012-12-26[media] vivi: Teach it to tune FPSKirill Smelkov1-8/+96
2012-12-26[media] s5p-tv: Use devm_gpio_request in sii9234_drv.cSachin Kamat1-5/+1
2012-12-23[media] it913x: fix correct endpoint size when pid filter onMalcolm Priestley1-1/+2
2012-12-23[media] cx23885: add RC support for MyGica X8507Alfredo Jesús Delaiti2-0/+12
2012-12-23[media] rc/keymaps: add RC keytable for MyGica X8507Alfredo Jesús Delaiti2-0/+87
2012-12-23[media] em28xx: prefer bulk mode on webcamsMauro Carvalho Chehab1-11/+25
2012-12-23[media] em28xx: make the logs reflect the specific chip nameMauro Carvalho Chehab1-13/+33
2012-12-23[media] em28xx: display the isoc/bulk modeMauro Carvalho Chehab1-13/+18
2012-12-23[media] em28xx: prefer_bulk parameter is read-onlyMauro Carvalho Chehab1-1/+1
2012-12-22[media] em28xx: clean up the data type mess of the i2c transfer function para...Frank Schaefer1-17/+11
2012-12-22[media] em28xx: clean up and unify functions em28xx_copy_vbi() em28xx_copy_vi...Frank Schaefer1-46/+21
2012-12-22[media] em28xx: move the em2710/em2750/em28xx specific frame data processing ...Frank Schaefer1-80/+90
2012-12-22[media] em28xx: em28xx_urb_data_copy(): move duplicate code for capture_type=...Frank Schaefer1-20/+25
2012-12-22[media] em28xx: move caching of pointer to vmalloc memory in videobuf to stru...Frank Schaefer2-20/+12
2012-12-22[media] em28xx: refactor VBI data processing code in em28xx_urb_data_copy()Frank Schaefer1-41/+36
2012-12-22[media] em28xx: move field 'pos' from struct em28xx_dmaqueue to struct em28xx...Frank Schaefer2-32/+29
2012-12-22[media] em28xx: remove obsolete field 'frame' from struct em28xx_bufferFrank Schaefer1-1/+0
2012-12-22[media] em28xx: use common function for video and vbi buffer completionFrank Schaefer1-29/+5
2012-12-22[media] em28xx: refactor get_next_buf() and use it for vbi data, tooFrank Schaefer1-43/+15
2012-12-22[media] em28xx: use common urb data copying function for vbi and non-vbi data...Frank Schaefer2-124/+9
2012-12-22[media] em28xx: em28xx_urb_data_copy_vbi(): calculate vbi_size only if neededFrank Schaefer1-3/+2