summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* [media] lm3560: keep style for the commentsAndy Shevchenko2014-03-111-5/+8
* [media] lm3560: remove FSF address from the licenseAndy Shevchenko2014-03-111-6/+0
* [media] v4l: of: Support empty port nodesLaurent Pinchart2014-03-111-24/+28
* [media] media: soc_camera: rcar_vin: Add support for 10-bit YUV camerasPhil Edworthy2014-03-111-0/+9
* [media] s2255drv: memory leak fixsensoray-dev2014-03-111-5/+0
* [media] tvp5150: Make debug module parameter visible in sysfsPhilipp Zabel2014-03-111-1/+1
* [media] tvp5150: Fix type mismatch warning in clamp macroPhilipp Zabel2014-03-111-3/+3
* [media] em28xx-cards: remove a wrong indent levelDan Carpenter2014-03-111-2/+2
* [media] staging/dt3155v4l: use PCI_VENDOR_ID_INTELJon Mason2014-03-111-2/+1
* [media] arv: fix sleep_on raceArnd Bergmann2014-03-111-3/+3
* [media] v4l: VIDEO_SH_VOU should depend on HAS_DMAGeert Uytterhoeven2014-03-111-1/+1
* [media] v4l2-ctrls: replace BUG_ON by WARN_ONHans Verkuil2014-03-111-1/+2
* [media] drivers/media/usb/usbtv/usbtv-core.c:119:22: sparse: symbol 'usbtv_id...Fengguang Wu2014-03-112-5/+5
* drx-j: Fix post-BER calculus on QAM modulationMauro Carvalho Chehab2014-03-111-1/+2
* drx-j: use ber_count varMauro Carvalho Chehab2014-03-111-1/+1
* [media] drx-j: enable DVBv5 statsMauro Carvalho Chehab2014-03-111-4/+25
* [media] drx-j: Fix detection of no signalMauro Carvalho Chehab2014-03-111-0/+3
* [media] drx-j: properly handle bit counts on statsMauro Carvalho Chehab2014-03-111-39/+50
* [media] drx-j: Prepare to use DVBv5 statsMauro Carvalho Chehab2014-03-112-220/+125
* [media] drx-j: re-add get_sig_strength()Mauro Carvalho Chehab2014-03-111-0/+77
* [media] drx-j: Don't use "state" for DVB lock stateMauro Carvalho Chehab2014-03-111-11/+11
* [media] drx-j: get rid of some unused varsMauro Carvalho Chehab2014-03-111-4/+0
* [media] drx-j: propagate returned error from request_firmware()Mauro Carvalho Chehab2014-03-111-1/+1
* [media] drx-j: Fix usage of drxj_close()Mauro Carvalho Chehab2014-03-111-2/+3
* [media] drx-j: remove external symbolsMauro Carvalho Chehab2014-03-112-36/+6
* [media] drx-j: get rid of dead codeMauro Carvalho Chehab2014-03-111-8513/+0
* [media] drx-j: don't use mc_info before checking if its not NULLMauro Carvalho Chehab2014-03-111-2/+4
* [media] drx39xxj.h: Fix undefined reference to attach functionMauro Carvalho Chehab2014-03-111-0/+6
* [media] drx-j: Fix dubious usage of "&" instead of "&&"Mauro Carvalho Chehab2014-03-111-6/+6
* [media] drx-j: Don't use 0 as NULLMauro Carvalho Chehab2014-03-111-2/+3
* [media] drx-d: add missing braces in drxd_hard.c:DRXD_initDave Jones2014-03-111-2/+2
* [media] drx-j: drxj_default_aud_data_g can be staticFengguang Wu2014-03-111-1/+1
* [media] em28xx-dvb: remove one level of identation at fini callbackMauro Carvalho Chehab2014-03-111-22/+26
* [media] em28xx: Only deallocate struct em28xx after finishing all extensionsMauro Carvalho Chehab2014-03-116-19/+56
* [media] em28xx: only enable PCTV 80e led when streamingMauro Carvalho Chehab2014-03-111-2/+13
* [media] vivi: fix ENUM_FRAMEINTERVALS implementationHans Verkuil2014-03-111-1/+5
* [media] vivi: correctly cleanup after a start_streaming failureHans Verkuil2014-03-111-1/+11
* [media] vb2: call buf_finish after the state checkHans Verkuil2014-03-111-2/+2
* [media] vb2: fix streamoff handling if streamon wasn't calledHans Verkuil2014-03-111-5/+5
* [media] vb2: replace BUG by WARN_ONHans Verkuil2014-03-111-3/+3
* [media] vb2: properly clean up PREPARED and QUEUED buffersHans Verkuil2014-03-111-0/+8
* [media] vb2: only call start_streaming if sufficient buffers are queuedHans Verkuil2014-03-116-69/+106
* [media] vb2: don't init the list if there are still buffersHans Verkuil2014-03-111-12/+17
* [media] vb2: rename queued_count to owned_by_drv_countHans Verkuil2014-03-111-5/+5
* [media] vb2: fix buf_init/buf_cleanup call sequencesHans Verkuil2014-03-111-33/+67
* [media] vb2: call buf_finish from __queue_cancelHans Verkuil2014-03-114-4/+22
* [media] pwc: do not decompress the image unless the state is DONEHans Verkuil2014-03-111-6/+9
* [media] vb2: change result code of buf_finish to voidHans Verkuil2014-03-117-18/+8
* [media] vb2: add debugging code to check for unbalanced opsHans Verkuil2014-03-111-50/+183
* [media] vb2: fix PREPARE_BUF regressionHans Verkuil2014-03-111-6/+2