aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2014-02-04[media] adv7842: Composite free-run platfrom-data fixMartin Bugge1-1/+1
2014-02-04[media] v4l2-dv-timings: fix GTF calculationMartin Bugge1-0/+1
2014-02-04[media] hdpvr: Fix memory leak in debugMasanari Iida1-1/+3
2014-02-04[media] af9035: add ID [2040:f900] Hauppauge WinTV-MiniStick 2Antti Palosaari1-0/+2
2014-02-04[media] mxl111sf: Fix compile when CONFIG_DVB_USB_MXL111SF is unsetDave Jones1-1/+1
2014-02-04[media] mxl111sf: Fix unintentional garbage stack readDave Jones1-1/+1
2014-02-04[media] cx24117: use a valid dev pointer for dev_err printoutAndi Shyti1-1/+1
2014-02-04[media] cx24117: remove dead code in always 'false' if statementAndi Shyti1-8/+0
2014-02-04[media] update Michael Krufky's email addressMichael Krufky16-19/+19
2014-02-04[media] vb2: Check if there are buffers before streamonRicardo Ribalda1-0/+5
2014-02-04[media] Revert "[media] videobuf_vm_{open,close} race fixes"Hans Verkuil3-19/+13
2014-02-04[media] media: bt8xx: add missing put_device callLevente Kurusa1-1/+1
2014-02-04[media] exynos4-is: Compile in fimc-lite runtime PM callbacks conditionallySylwester Nawrocki1-0/+2
2014-02-04[media] exynos4-is: Compile in fimc runtime PM callbacks conditionallySylwester Nawrocki1-0/+2
2014-02-04[media] exynos4-is: Fix error paths in probe() for !pm_runtime_enabled()Sylwester Nawrocki2-3/+5
2014-02-04[media] s5p-jpeg: Fix wrong NV12 format parametersJacek Anaszewski1-4/+4
2014-02-04[media] s5k5baf: allow to handle arbitrary long i2c sequencesAndrzej Hajda1-11/+19
2014-01-31Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds215-17396/+16869
2014-01-29Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt1-1/+1
2014-01-27[media] media: v4l2-dev: fix video device index assignmentMarek Szyprowski1-1/+1
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+6
2014-01-23Merge tag 'clk-for-linus-3.14-part1' of git://git.linaro.org/people/mike.turq...Linus Torvalds2-6/+17
2014-01-15[media] rc-core: reuse device numbersMauro Carvalho Chehab1-3/+17
2014-01-15[media] em28xx-cards: properly initialize the device bitmapMauro Carvalho Chehab1-5/+5
2014-01-15[media] media: st-rc: Add reset supportSrinivas Kandagatla1-0/+13
2014-01-15[media] m2m-deinterlace: fix allocated struct typeJassi Brar1-1/+1
2014-01-15[media] radio-usb-si4713: fix sparse non static symbol warningsWei Yongjun1-2/+2
2014-01-15[media] em28xx-audio: remove needless check before usb_free_coherent()Wei Yongjun1-5/+3
2014-01-15[media] au0828: Fix sparse non static symbol warningWei Yongjun1-1/+1
2014-01-14[media] em28xx-audio: provide an error code when URB submit failsMauro Carvalho Chehab1-3/+3
2014-01-14[media] em28xx: fix check for audio only usb interfaces when changing the usb...Frank Schaefer1-2/+13
2014-01-14[media] em28xx: fix usb alternate setting for analog and digital video endpoi...Frank Schaefer5-14/+13
2014-01-14[media] em28xx: make 'em28xx_ctrl_ops' staticFengguang Wu1-1/+1
2014-01-14em28xx-alsa: Fix error patch for init/finiMauro Carvalho Chehab1-4/+5
2014-01-14[media] em28xx-audio: flush work at .finiMauro Carvalho Chehab1-0/+2
2014-01-14[media] drxk: remove the option to load firmware asynchronouslyMauro Carvalho Chehab3-25/+6
2014-01-14[media] em28xx: adjust period size at runtimeMauro Carvalho Chehab2-0/+10
2014-01-14[media] em28xx: push mutex down to extensions on .fini callbackMauro Carvalho Chehab2-2/+3
2014-01-14[media] em28xx: Fix usb diconnect logicMauro Carvalho Chehab1-6/+1
2014-01-14[media] em28xx: print a message at disconnectMauro Carvalho Chehab4-0/+8
2014-01-14[media] em28xx-audio: disconnect before freeing URBsMauro Carvalho Chehab1-0/+1
2014-01-14[media] em28xx-audio: simplify error handlingMauro Carvalho Chehab1-13/+14
2014-01-14[media] em28xx-audio: fix return code on device disconnectMauro Carvalho Chehab1-1/+1
2014-01-14[media] em28xx-v4l: fix the freeing of the video devices memoryFrank Schaefer1-26/+30
2014-01-14[media] em28xx: always call em28xx_release_resources() in the usb disconnect ...Frank Schaefer2-8/+5
2014-01-14[media] em28xx-v4l: move v4l2_ctrl_handler freeing and v4l2_device unregistra...Frank Schaefer1-3/+4
2014-01-14[media] em28xx: move v4l2 dummy clock deregistration from the core to the v4l...Frank Schaefer2-3/+6
2014-01-14[media] em28xx: move v4l2_device_disconnect() call from the core to the v4l e...Frank Schaefer2-10/+5
2014-01-14[media] em28xx: move usb transfer uninit on device disconnect from the core t...Frank Schaefer2-3/+3
2014-01-14[media] em28xx: move usb buffer pre-allocation and transfer uninit from the c...Frank Schaefer2-21/+23
2014-01-14[media] em28xx-v4l: fix device initialization in em28xx_v4l2_open() for radio...Frank Schaefer1-5/+11
2014-01-13[media] tea575x: Fix build with ARCH=c6xMauro Carvalho Chehab1-1/+1
2014-01-13[media] dib8000: Fix a few warnings when compiled for avr32Mauro Carvalho Chehab1-2/+2
2014-01-13[media] dib8000: Properly represent long long integersMauro Carvalho Chehab1-3/+3
2014-01-13[media] radio-usb-si4713: make si4713_register_i2c_adapter staticMauro Carvalho Chehab1-1/+1
2014-01-13[media] sh_vou: comment unused varsMauro Carvalho Chehab1-5/+4
2014-01-13[media] au0828: Add option to preallocate digital transfer buffersTim Mester3-7/+57
2014-01-13[media] au8028: Fix cleanup on kzalloc failTim Mester2-19/+54
2014-01-13[media] s5p-mfc: Add controls to set vp8 enc profileKiran AVND4-4/+15
2014-01-13[media] media: s5p_mfc: remove s5p_mfc_get_node_type() functionMarek Szyprowski2-30/+7
2014-01-13[media] s5p-mfc: Add QP setting support for vp8 encoderArun Kumar K4-0/+72
2014-01-13[media] em28xx: fix xc3028 demod and firmware setup on DVBMauro Carvalho Chehab4-48/+55
2014-01-13[media] nxt200x: increase write buffer sizeMauro Carvalho Chehab1-1/+1
2014-01-12fsl-viu: adjust for OF based clock lookupGerhard Sittig1-1/+1
2014-01-12[media] em28xx-audio: return -ENODEV when the device is disconnectedMauro Carvalho Chehab1-2/+41
2014-01-12[media] em28xx-audio: split URB initialization codeMauro Carvalho Chehab1-69/+76
2014-01-12[media] em28xx-audio: don't wait for lock in non-block modeMauro Carvalho Chehab1-5/+43
2014-01-12[media] em28xx-audio: fix the period size in bytesMauro Carvalho Chehab1-3/+15
2014-01-12[media] em28xx-audio: don't hardcode audio URB calculusMauro Carvalho Chehab2-38/+111
2014-01-12[media] em28xx-audio: Fix error pathMauro Carvalho Chehab1-0/+3
2014-01-12[media] em28xx-audio: use bInterval on em28xx-audioMauro Carvalho Chehab1-1/+38
2014-01-12[media] em28xx-i2c: add timeout debug information if i2c_debug enabledMauro Carvalho Chehab1-3/+24
2014-01-12[media] em28xx-i2c: cleanup I2C debug messagesMauro Carvalho Chehab1-40/+44
2014-01-12[media] em28xx-i2c: Fix error code for I2C error transfersMauro Carvalho Chehab1-17/+20
2014-01-10[media] em28xx: use a better value for I2C timeoutsMauro Carvalho Chehab1-2/+15
2014-01-10[media] em28xx: rename I2C timeout to EM28XX_I2C_XFER_TIMEOUTMauro Carvalho Chehab1-3/+3
2014-01-10[media] em28xx: convert i2c wait completion logic to use jiffiesMauro Carvalho Chehab1-30/+31
2014-01-10[media] em28xx: properly implement AC97 wait codeMauro Carvalho Chehab2-2/+8
2014-01-10[media] tuner-xc2028: Don't read status if device is powered downMauro Carvalho Chehab1-4/+17
2014-01-10[media] tuner-xc2028: Don't try to sleep twiceMauro Carvalho Chehab1-3/+13
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] 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] videodev2: Set vb2_rect's width and height as unsignedRicardo Ribalda10-69/+79
2014-01-07[media] media: Remove OOM message after input_allocate_deviceJoe Perches3-10/+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 Verkuil3-21/+29
2014-01-07[media] saa6588: remove unused CMD_OPENHans Verkuil1-4/+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 Verkuil1-1/+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 Verkuil4-399/+158
2014-01-07[media] saa7134: move the queue data from saa7134_fh to saa7134_devHans Verkuil4-64/+63
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 Verkuil6-6/+6
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 Verkuil1-13/+55
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
2014-01-07[media] vb2: simplify qbuf/prepare_buf by removing callbackHans Verkuil1-59/+59
2014-01-07[media] videobuf2: Fix CodingStyleMauro Carvalho Chehab1-9/+10
2014-01-07[media] vb2: push the mmap semaphore down to __buf_prepare()Hans Verkuil1-46/+36
2014-01-07[media] v4l: ti-vpe: Add a type specifier to describe vpdma data format typeArchit Taneja2-2/+41
2014-01-07[media] v4l: ti-vpe: enable CSC support for VPEArchit Taneja1-23/+72
2014-01-07[media] v4l: ti-vpe: Add helper to perform color conversionArchit Taneja2-0/+123
2014-01-07[media] v4l: ti-vpe: create a color space converter block libraryArchit Taneja5-57/+155
2014-01-07[media] v4l: ti-vpe: enable basic scaler supportArchit Taneja3-11/+149
2014-01-07[media] v4l: ti-vpe: make vpe driver load scaler coefficientsArchit Taneja1-1/+46
2014-01-07[media] v4l: ti-vpe: support loading of scaler coefficientsArchit Taneja3-0/+1471
2014-01-07[media] v4l: ti-vpe: create a scaler block libraryArchit Taneja5-189/+288
2014-01-07[media] v4l2: move tracepoints to video_usercopyHans Verkuil2-9/+9
2014-01-07[media] cx231xx: fix i2c debug printsMatthias Schwarzott1-4/+12
2014-01-07[media] cx231xx: Add missing selects for MEDIA_SUBDRV_AUTOSELECTMatthias Schwarzott1-0/+2
2014-01-07[media] adv7842: add drive strength enum and sync names with adv7604Hans Verkuil1-3/+4
2014-01-07[media] adv7842: initialize timings to CEA 640x480p59.94Hans Verkuil1-0/+3
2014-01-07[media] adv7842: set LLC DLL phase from platform_dataHans Verkuil1-5/+1
2014-01-07[media] adv7842: return 0 if no change in s_dv_timingsMartin Bugge1-0/+5
2014-01-07[media] adv7842: Composite sync adjustmentMartin Bugge1-0/+8
2014-01-07[media] adv7842: obtain free-run mode from the platform_dataMartin Bugge1-3/+8
2014-01-07[media] adv7842: composite sd-ram test, clear timings before settingMartin Bugge1-2/+7
2014-01-07[media] adv7842: enable HDMI/DVI mode irqMartin Bugge1-10/+26
2014-01-07[media] adv7842: i2c dummy clients registrationMartin Bugge1-20/+63
2014-01-07[media] adv7842: support g_edid ioctlMartin Bugge1-0/+41
2014-01-07[media] adv7842: restart STDI once if format is not foundMartin Bugge1-8/+41
2014-01-07[media] adv7842: clear edid, if no edid just disable Edid-DDC accessMartin Bugge1-2/+5
2014-01-07[media] adv7842: mute audio before switching inputs to avoid noise/popsMats Randgaard1-7/+16
2014-01-07[media] adv7842: Use defines to select EDID portMats Randgaard1-43/+34
2014-01-07[media] adv7842: remove connector type. Never used for anything usefulMats Randgaard1-4/+0
2014-01-07[media] adv7842: increase wait timeMartin Bugge1-1/+1
2014-01-07[media] adv7842: set default input in platform-dataMartin Bugge1-1/+1
2014-01-07[media] adv7842: 625/525 line standard jitter fixMartin Bugge1-16/+40
2014-01-07[media] adv7842: set defaults spa-locationMartin Bugge1-7/+7
2014-01-07[media] adv7842: support YCrCb analog input, receive CEA formats as RGB on VG...Hans Verkuil1-29/+65
2014-01-07[media] adv7842: added DE vertical position in SDP-io-syncMartin Bugge1-0/+4
2014-01-07[media] adv7842: save platform data in state structMartin Bugge1-1/+5
2014-01-07[media] adv7842: properly enable/disable the irqsMartin Bugge1-7/+4
2014-01-07[media] adv7842: corrected setting of cp-register 0x91 and 0x8fMartin Bugge1-2/+2
2014-01-07[media] adv7842: Re-worked query_dv_timings()Martin Bugge1-77/+35
2014-01-07[media] adv7604: initialize timings to CEA 640x480p59.94Hans Verkuil1-1/+4
2014-01-07[media] adv7604: sync polarities from platform dataMartin Bugge1-2/+3
2014-01-07[media] adv7604: return immediately if the new timings are equal to what is c...Mats Randgaard1-0/+5
2014-01-07[media] adv7604: Enable HDMI_MODE interruptMats Randgaard1-9/+25
2014-01-07[media] adv7604: adjust gain and offset for DVI-D signalsMats Randgaard1-9/+89
2014-01-07[media] adv7604: set restart_stdi_once flag when signal is lostMartin Bugge1-0/+1
2014-01-07[media] adv7604: improve HDMI audio handlingMats Randgaard1-5/+8
2014-01-07[media] adv7604: remove debouncing of ADV7604_FMT_CHANGE eventsMats Randgaard1-12/+3
2014-01-07[media] adv7604: return immediately if the new input is equal to what is conf...Mats Randgaard1-1/+8
2014-01-07[media] adv7604: remove connector type. Never used for anything usefulMats Randgaard1-4/+0
2014-01-07[media] adv7604: improve EDID handlingMats Randgaard1-44/+50
2014-01-07[media] adv7604: set CEC address (SPA) in EDIDMats Randgaard1-13/+70
2014-01-07[media] adv7604: select YPbPr if RGB_RANGE_FULL/LIMITED is set for VGA_COMP i...Mats Randgaard1-5/+14
2014-01-07[media] adv7604: Receive CEA formats as RGB on VGA (RGB) inputMats Randgaard1-17/+33
2014-01-07[media] adv7604: adv7604_s_register clean upHans Verkuil1-13/+15
2014-01-07[media] adv7604: support 1366x768 DMT Reduced BlankingMartin Bugge1-0/+1
2014-01-07[media] adv7604: add hdmi driver strength adjustmentMikhail Khelik1-1/+6
2014-01-07[media] adv7604: add support for all the digital input portsMats Randgaard1-110/+156
2014-01-07[media] adv7511: verify EDID headerMartin Bugge1-11/+24
2014-01-07[media] adv7511: add VIC and audio CTS/N values to log_statusMartin Bugge1-0/+23
2014-01-07[media] adv7511: disable register reset by HPDMartin Bugge1-0/+6
2014-01-07[media] ad9389b: retry setup if the state is inconsistentMartin Bugge1-1/+26
2014-01-07[media] ad9389b: remove rx-sense irq dependencyMartin Bugge1-80/+58
2014-01-07[media] ad9389b: whitespace changes to improve readabilityMartin Bugge1-58/+58
2014-01-07[media] ad9389b: verify EDID headerMats Randgaard1-3/+23
2014-01-07[media] em28xx: only initialize extensions on the main interfaceMauro Carvalho Chehab1-0/+12
2014-01-07[media] em28xx: prevent registering wrong interfaces for audio-onlyMauro Carvalho Chehab3-0/+30
2014-01-07[media] em28xx: unify module versionMauro Carvalho Chehab6-8/+9
2014-01-07[media] em28xx: check if a device has audio earlierMauro Carvalho Chehab2-11/+12
2014-01-07[media] em28xx: improve extension information messagesMauro Carvalho Chehab5-7/+15
2014-01-07[media] em28xx: make em28xx-video to be a separate moduleMauro Carvalho Chehab9-69/+102
2014-01-07[media] em28xx: unregister i2c bus 0 if bus 1 fails to registerMauro Carvalho Chehab1-0/+3
2014-01-07[media] em28xx: move analog-specific init to em28xx-videoMauro Carvalho Chehab2-154/+162
2014-01-05[media] em28xx: Fix em28xx deplockMauro Carvalho Chehab2-2/+5
2014-01-05[media] em28xx: some cosmetic changesMauro Carvalho Chehab3-8/+7
2014-01-05[media] em28xx: move some video-specific functions to em28xx-videoMauro Carvalho Chehab4-370/+371
2014-01-05[media] tuner-xc2028: remove unused codeMauro Carvalho Chehab1-9/+0