summaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-10[media] em28xx-audio: allocate URBs at device driver initMauro Carvalho Chehab1-55/+73
2014-01-10[media] em28xx: use usb_alloc_coherent() for audioMauro Carvalho Chehab1-11/+20
2014-01-07[media] cx231xx: add support for a CX23103 Video Grabber USBLinks (Markus)1-0/+2
2014-01-07[media] vb2: Fix comment in __qbuf_dmabufLaurent Pinchart1-1/+1
2014-01-07[media] m88rs2000: Correct m88rs2000_get_fecMalcolm Priestley1-6/+8
2014-01-07[media] m88rs2000: Correct m88rs2000_set_fec settingsMalcolm Priestley1-18/+19
2014-01-07[media] m88rs2000: correct read status lock valueMalcolm Priestley1-2/+2
2014-01-07[media] m88rs2000: set symbol rate accuratelyMalcolm Priestley1-11/+31
2014-01-07[media] m88rs2000: add m88rs2000_set_carrieroffsetMalcolm Priestley2-20/+59
2014-01-07[media] e4000: fix error return codeJulia Lawall1-4/+12
2014-01-07[media] ec168: fix error return codeJulia Lawall1-1/+1
2014-01-07[media] as102: fix leaks at failure paths in as102_usb_probe()Alexey Khoroshilov1-1/+8
2014-01-07[media] [for,v3.14] sn9c102: fix build dependencyHans Verkuil1-1/+1
2014-01-07[media] s5k5baf: Fix potential NULL pointer dereferencingSachin Kamat1-1/+3
2014-01-07[media] s5k5baf: Fix checkpatch errorSachin Kamat1-2/+2
2014-01-07[media] s5k5baf: Fix build warningSachin Kamat1-2/+2
2014-01-07[media] cx231xx: Add missing KERN_CONT to i2c debug printsMatthias Schwarzott1-5/+6
2014-01-07[media] em28xx: fix I2S audio sample rate definitions and info outputFrank Schaefer4-19/+28
2014-01-07[media] media: soc_camera: rcar_vin: Add preliminary R-Car M2 supportValentine Barshak1-3/+4
2014-01-07[media] omap3isp: ccdc: Don't hang when the SBL fails to become idleLaurent Pinchart1-0/+2
2014-01-07[media] omap3isp: Refactor modules stop failure handlingLaurent Pinchart2-14/+24
2014-01-07[media] omap3isp: Cancel streaming when a fatal error occursLaurent Pinchart4-0/+66
2014-01-07[media] export em28xx_release_resources() symbolMauro Carvalho Chehab1-0/+1
2014-01-07[media] davinci-vpfe: fix compile errorHans Verkuil1-0/+1
2014-01-07[media] videodev2: Set vb2_rect's width and height as unsignedRicardo Ribalda15-85/+108
2014-01-07[media] media: Remove OOM message after input_allocate_deviceJoe Perches3-10/+3
2014-01-07[media] fix coccinelle warningsFengguang Wu1-1/+1
2014-01-07[media] fix coccinelle warningsFengguang Wu1-5/+3
2014-01-07[media] saa7134: don't set vfd->debugHans Verkuil1-1/+0
2014-01-07[media] saa6588: add support for non-blocking modeHans Verkuil4-21/+30
2014-01-07[media] saa6588: remove unused CMD_OPENHans Verkuil2-5/+0
2014-01-07[media] saa6588: after calling CMD_CLOSE, CMD_POLL is brokenHans Verkuil1-0/+1
2014-01-07[media] saa7134: drop log_status for radioHans Verkuil1-1/+0
2014-01-07[media] saa6752hs.h: drop empty headerHans Verkuil2-27/+0
2014-01-07[media] saa6752hs: move to media/i2cHans Verkuil5-1/+15
2014-01-07[media] saa6752hs: drop compat control codeHans Verkuil1-13/+6
2014-01-07[media] saa7134: use V4L2_IN_ST_NO_SIGNAL instead of NO_SYNCHans Verkuil1-1/+1
2014-01-07[media] saa7134: add support for control eventsHans Verkuil2-13/+38
2014-01-07[media] saa7134: share resource management between normal and empress nodesHans Verkuil3-101/+62
2014-01-07[media] saa7134: remove dev from saa7134_fh, use saa7134_fh for empress nodeHans Verkuil3-85/+76
2014-01-07[media] saa7134: cleanup radio/video/empress ioctl handlingHans Verkuil3-142/+61
2014-01-07[media] saa7134: convert to the control frameworkHans Verkuil5-399/+162
2014-01-07[media] saa7134: move the queue data from saa7134_fh to saa7134_devHans Verkuil4-64/+63
2014-01-07[media] DocBook: drop the word 'only'Hans Verkuil1-1/+1
2014-01-07[media] vb2: Improve file I/O emulation to handle buffers in any orderHans Verkuil1-14/+14
2014-01-07[media] vb2: return ENOBUFS in start_streaming in case of too few buffersHans Verkuil7-6/+8
2014-01-07[media] vb2: don't set index, don't start streaming for write()Hans Verkuil1-10/+0
2014-01-07[media] vb2: retry start_streaming in case of insufficient buffersHans Verkuil2-17/+66
2014-01-07[media] vb2: remove the 'fileio = NULL' hackHans Verkuil1-111/+112
2014-01-07[media] vb2: fix race condition between REQBUFS and QBUF/PREPARE_BUFHans Verkuil1-2/+23