summaryrefslogtreecommitdiff
path: root/drivers/media/video
AgeCommit message (Expand)AuthorFilesLines
2012-04-20[media] V4L2: drivers implementing vidioc_default should also return -ENOTTYHans Verkuil5-5/+5
2012-04-19[media] drivers: media: video: adp1653.c: Remove unneeded include of version.hMarcos Paulo de Souza1-1/+0
2012-04-19[media] tm6000: don't use KERNEL_VERSIONMauro Carvalho Chehab2-3/+0
2012-04-19[media] tlg2300: Remove usage of KERNEL_VERSION()Mauro Carvalho Chehab1-1/+0
2012-04-19[media] video: vicam: Add MODULE_FIRMWARETim Gardner1-1/+4
2012-04-19[media] au8522: build ATV/DTV demodulators as separate modulesMichael Krufky1-1/+2
2012-04-19[media] au0828-dvb: attach tuner based on dev->board.tuner_type on hvr950qMichael Krufky1-4/+23
2012-04-19Merge tag 'v3.4-rc3' into staging/for_v3.5Mauro Carvalho Chehab9-27/+36
2012-04-19[media] zoran: fix integer overflow in setup_window()Xi Wang1-3/+17
2012-04-19[media] s2255drv: Remove redundant NULL test before release_firmware()Jesper Juhl1-2/+1
2012-04-18[media] v4l2-ctrls: fix integer overflow in try_set_ext_ctrls()Xi Wang1-1/+2
2012-04-18[media] v4l2-ctrls: fix integer overflow in v4l2_g_ext_ctrls()Xi Wang1-1/+2
2012-04-11Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-20/+34
2012-04-11[media] Default bt878 contrast valueAlan McIvor1-2/+2
2012-04-11[media] s5p-tv: mark const init data with __initconst instead of __initdataUwe Kleine-König1-1/+1
2012-04-11[media] V4L: OV5642:remove redundant code to set cropping w/hLiu Ying1-2/+0
2012-04-11[media] em28xx: Make em28xx-input.c a separate moduleEzequiel García5-27/+32
2012-04-11[media] em28xx: Change scope of em28xx-input local functions to staticEzequiel García2-108/+93
2012-04-11[media] em28xx: Move em28xx_register_i2c_ir() to em28xx-input.cEzequiel García2-48/+44
2012-04-11[media] em28xx: Move ir/rc related initialization to em28xx_ir_init()Ezequiel García3-13/+11
2012-04-11[media] em28xx: Export em28xx_[read,write]_reg functions as SYMBOL_GPLEzequiel García1-0/+3
2012-04-11[media] em28xx: Remove redundant dev->ctl_input setEzequiel García1-5/+2
2012-04-10[media] em28xx: clean-up several unused parametrs in struct em28xx_usb_isoc_ctlGianluca Gennari2-15/+0
2012-04-10[media] em28xx-dvb: stop URBs when stopping the streamingGianluca Gennari3-2/+27
2012-04-10[media] mm/drivers: use vm_flags_t for vma flagsKonstantin Khlebnikov1-1/+1
2012-04-10[media] uvcvideo: remove unneeded access_ok() checkDan Carpenter1-2/+0
2012-04-10[media] i.MX2: eMMa-PrP: Allow userptr IO modeJavier Martin1-2/+2
2012-04-10[media] s5p-fimc: Handle sub-device interdependencies using deferred probingSylwester Nawrocki3-28/+58
2012-04-10[media] s5p-fimc: Remove unneeded fields from struct fimc_devSylwester Nawrocki2-9/+3
2012-04-10[media] s5p-fimc: Refactor hardware setup for m2m transactionSylwester Nawrocki2-58/+21
2012-04-10[media] s5p-fimc: Simplify locking by removing the context data structure spi...Sylwester Nawrocki3-36/+27
2012-04-10[media] s5p-fimc: Reinitialize the pipeline properly after VIDIOC_STREAMOFFSylwester Nawrocki1-2/+3
2012-04-10[media] s5p-fimc: Don't use platform data for CSI data alignment configurationSylwester Nawrocki2-2/+7
2012-04-10[media] v4l: Support s_crop and g_crop through s/g_selectionSakari Ailus1-2/+35
2012-04-10[media] v4l: VIDIOC_SUBDEV_S_SELECTION and VIDIOC_SUBDEV_G_SELECTION IOCTLsSakari Ailus1-10/+32
2012-04-10[media] vivi: Add an integer menu test controlSakari Ailus1-0/+22
2012-04-10[media] v4l: Introduce integer menu controlsSakari Ailus1-17/+57
2012-04-09[media] uvcvideo: Fix race-related crash in uvc_video_clock_update()Laurent Pinchart1-18/+32
2012-04-09[media] ivtv: Fix AUDIO_(BILINGUAL_)CHANNEL_SELECT regressionHans Verkuil1-2/+2
2012-04-09pwc: Add support for control eventsHans de Goede1-0/+2
2012-03-30Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2-2/+0
2012-03-30Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-2/+2
2012-03-29Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds3-3/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells3-3/+0
2012-03-27[media] pwc: poll(): Check that the device has not beem claimed for streaming...Hans de Goede1-0/+9
2012-03-27[media] vivi: let vb2_poll handle eventsHans Verkuil1-8/+1
2012-03-27[media] videobuf2-core: also test for pending eventsHans Verkuil1-13/+28
2012-03-27[media] videobuf: only start streaming in poll() if so requested by the poll ...Hans Verkuil1-1/+2
2012-03-27[media] videobuf2: only start streaming in poll() if so requested by the poll...Hans Verkuil1-2/+5
2012-03-27[media] ivtv: only start streaming in poll() if polling for inputHans Verkuil1-2/+4