aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds10-95/+107
2013-07-03Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-1/+2
2013-06-24Merge 3.10-rc7 into driver-core-nextGreg Kroah-Hartman3-3/+6
2013-06-23console/font: Refactor font support code selection logicGeert Uytterhoeven1-0/+2
2013-06-23Revert "staging/solo6x10: depend on CONFIG_FONTS"Geert Uytterhoeven1-1/+0
2013-06-21[media] go7007: fix return 0 for unsupported devices in go7007_usb_probe()Alexey Khoroshilov1-2/+2
2013-06-20Merge branch 'linus' into patchworkMauro Carvalho Chehab3-3/+7
2013-06-19[media] davinci_vpfe: Clean up media entity after unregistering subdevSakari Ailus5-14/+14
2013-06-18Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds3-3/+6
2013-06-17[media] staging/media: lirc_imon: fix leaks in imon_probe()Alexey Khoroshilov1-3/+4
2013-06-17[media] solo6x10: reimplement SAA712x setup routineIsmael Luceno1-46/+66
2013-06-17[media] dt3155v4l: remove deprecated current_normHans Verkuil1-1/+0
2013-06-08[media] media: Rename media_entity_remote_source to media_entity_remote_padAndrzej Hajda1-6/+6
2013-06-03Finally eradicate CONFIG_HOTPLUGStephen Rothwell1-1/+0
2013-05-27[media] staging/solo6x10: select the desired fontXiong Zhou1-0/+1
2013-05-27[media] drivers/staging: davinci: vpfe: fix dependency for building the driverLad, Prabhakar1-1/+1
2013-05-21[media] solo6x10: Approximate frame intervals with non-standard denominatorIsmael Luceno1-23/+15
2013-05-21[media] davinci: vpfe: fix error return code in vpfe_probe()Wei Yongjun1-2/+4
2013-05-16staging/solo6x10: depend on CONFIG_FONTSArnd Bergmann1-0/+1
2013-05-02Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-5/+2
2013-04-22[media] solo6x10: Fix pixelformat accepted/reported by the encoderIsmael Luceno1-11/+32
2013-04-22[media] go7007: dubious one-bit signed bitfieldsDan Carpenter1-2/+2
2013-04-22[media] solo6x10: Update the encoder mode on VIDIOC_S_FMTIsmael Luceno1-0/+1
2013-04-16[media] staging/media: fix go7007 dependencies and buildRandy Dunlap1-1/+1
2013-04-14[media] dt3155v4l: fix timestamp handlingHans Verkuil1-1/+3
2013-04-14[media] dt3155v4l: fix incorrect mutex lockingHans Verkuil1-1/+2
2013-04-02i2c: Ignore return value of i2c_del_adapter()Lars-Peter Clausen1-5/+2
2013-03-29[media] media: move dvb-usb-v2/cypress_firmware.c to media/commonHans Verkuil3-8/+5
2013-03-29[media] solo6x10: The size of the thresholds ioctls was too largeHans Verkuil2-2/+9
2013-03-29[media] ioctl numbers are unsigned intMauro Carvalho Chehab1-1/+1
2013-03-29[media] staging: davinci: Fix typo in staging/media/davinciMasanari Iida4-9/+9
2013-03-26[media] go7007: fix invalid use of sizeof in go7007_usb_i2c_master_xfer()Wei Yongjun1-1/+1
2013-03-25[media] solo6x10: prefix sources with 'solo6x10-'Hans Verkuil12-1/+3
2013-03-25[media] solo6x10: rename headersHans Verkuil9-7/+7
2013-03-25[media] solo6x10: clean up motion detection handlingHans Verkuil3-54/+97
2013-03-25[media] solo6x10: disable the 'priv' abuseHans Verkuil1-0/+8
2013-03-25[media] solo6x10: fix sequence handlingHans Verkuil3-2/+6
2013-03-25[media] solo6x10: use V4L2_PIX_FMT_MPEG4, not _FMT_MPEGHans Verkuil1-12/+6
2013-03-25[media] solo6x10: small big-endian fixHans Verkuil1-1/+1
2013-03-25[media] solo6x10: also stop DMA if the SOLO_PCI_ERR_P2M_DESC is raisedHans Verkuil1-1/+1
2013-03-25[media] solo6x10: drop video_type and add proper s_std supportHans Verkuil6-52/+67
2013-03-25[media] solo6x10: add call to pci_dma_mapping_errorHans Verkuil1-0/+2
2013-03-25[media] solo6x10: fix 'BUG: key ffff88081a2a9b58 not in .data!'Hans Verkuil1-0/+1
2013-03-25[media] solo6x10: convert the display node to vb2Hans Verkuil4-207/+103
2013-03-25[media] solo6x10: convert encoder nodes to vb2Hans Verkuil3-379/+140
2013-03-25[media] solo6x10: move global fields in solo_enc_fh to solo_enc_devHans Verkuil2-221/+175
2013-03-25[media] solo6x10: move global fields in solo_dev_fh to solo_devHans Verkuil2-137/+101
2013-03-25[media] solo6x10: add support for prio and control event handlingHans Verkuil2-3/+33
2013-03-25[media] solo6x10: fix various format-related compliancy issuesHans Verkuil2-35/+46
2013-03-25[media] solo6x10: add control frameworkHans Verkuil5-329/+132