summaryrefslogtreecommitdiffstats
path: root/drivers/media/video (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v3.4-rc3' into staging/for_v3.5Mauro Carvalho Chehab2012-04-199-27/+36
|\
| * Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-04-112-20/+34
| |\
| | * [media] uvcvideo: Fix race-related crash in uvc_video_clock_update()Laurent Pinchart2012-04-091-18/+32
| | * [media] ivtv: Fix AUDIO_(BILINGUAL_)CHANNEL_SELECT regressionHans Verkuil2012-04-091-2/+2
| * | Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-03-302-2/+0
| |\ \
| | * | [media] davinci: remove includes of mach/io.hRob Herring2012-03-072-2/+0
| * | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-03-302-2/+2
| |\ \ \
| | * | | dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine2012-03-212-2/+2
| * | | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-293-3/+0
| |\ \ \ \
| | * | | | Remove all #inclusions of asm/system.hDavid Howells2012-03-283-3/+0
| * | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-03-23165-3354/+9783
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| |
* | | | | [media] zoran: fix integer overflow in setup_window()Xi Wang2012-04-191-3/+17
* | | | | [media] s2255drv: Remove redundant NULL test before release_firmware()Jesper Juhl2012-04-191-2/+1
* | | | | [media] v4l2-ctrls: fix integer overflow in try_set_ext_ctrls()Xi Wang2012-04-181-1/+2
* | | | | [media] v4l2-ctrls: fix integer overflow in v4l2_g_ext_ctrls()Xi Wang2012-04-181-1/+2
* | | | | [media] Default bt878 contrast valueAlan McIvor2012-04-111-2/+2
* | | | | [media] s5p-tv: mark const init data with __initconst instead of __initdataUwe Kleine-König2012-04-111-1/+1
* | | | | [media] V4L: OV5642:remove redundant code to set cropping w/hLiu Ying2012-04-111-2/+0
* | | | | [media] em28xx: Make em28xx-input.c a separate moduleEzequiel García2012-04-115-27/+32
* | | | | [media] em28xx: Change scope of em28xx-input local functions to staticEzequiel García2012-04-112-108/+93
* | | | | [media] em28xx: Move em28xx_register_i2c_ir() to em28xx-input.cEzequiel García2012-04-112-48/+44
* | | | | [media] em28xx: Move ir/rc related initialization to em28xx_ir_init()Ezequiel García2012-04-113-13/+11
* | | | | [media] em28xx: Export em28xx_[read,write]_reg functions as SYMBOL_GPLEzequiel García2012-04-111-0/+3
* | | | | [media] em28xx: Remove redundant dev->ctl_input setEzequiel García2012-04-111-5/+2
* | | | | [media] em28xx: clean-up several unused parametrs in struct em28xx_usb_isoc_ctlGianluca Gennari2012-04-102-15/+0
* | | | | [media] em28xx-dvb: stop URBs when stopping the streamingGianluca Gennari2012-04-103-2/+27
* | | | | [media] mm/drivers: use vm_flags_t for vma flagsKonstantin Khlebnikov2012-04-101-1/+1
* | | | | [media] uvcvideo: remove unneeded access_ok() checkDan Carpenter2012-04-101-2/+0
* | | | | [media] i.MX2: eMMa-PrP: Allow userptr IO modeJavier Martin2012-04-101-2/+2
* | | | | [media] s5p-fimc: Handle sub-device interdependencies using deferred probingSylwester Nawrocki2012-04-103-28/+58
* | | | | [media] s5p-fimc: Remove unneeded fields from struct fimc_devSylwester Nawrocki2012-04-102-9/+3
* | | | | [media] s5p-fimc: Refactor hardware setup for m2m transactionSylwester Nawrocki2012-04-102-58/+21
* | | | | [media] s5p-fimc: Simplify locking by removing the context data structure spi...Sylwester Nawrocki2012-04-103-36/+27
* | | | | [media] s5p-fimc: Reinitialize the pipeline properly after VIDIOC_STREAMOFFSylwester Nawrocki2012-04-101-2/+3
* | | | | [media] s5p-fimc: Don't use platform data for CSI data alignment configurationSylwester Nawrocki2012-04-102-2/+7
* | | | | [media] v4l: Support s_crop and g_crop through s/g_selectionSakari Ailus2012-04-101-2/+35
* | | | | [media] v4l: VIDIOC_SUBDEV_S_SELECTION and VIDIOC_SUBDEV_G_SELECTION IOCTLsSakari Ailus2012-04-101-10/+32
* | | | | [media] vivi: Add an integer menu test controlSakari Ailus2012-04-101-0/+22
* | | | | [media] v4l: Introduce integer menu controlsSakari Ailus2012-04-101-17/+57
* | | | | pwc: Add support for control eventsHans de Goede2012-04-091-0/+2
* | | | | [media] pwc: poll(): Check that the device has not beem claimed for streaming...Hans de Goede2012-03-271-0/+9
* | | | | [media] vivi: let vb2_poll handle eventsHans Verkuil2012-03-271-8/+1
* | | | | [media] videobuf2-core: also test for pending eventsHans Verkuil2012-03-271-13/+28
* | | | | [media] videobuf: only start streaming in poll() if so requested by the poll ...Hans Verkuil2012-03-271-1/+2
* | | | | [media] videobuf2: only start streaming in poll() if so requested by the poll...Hans Verkuil2012-03-271-2/+5
* | | | | [media] ivtv: only start streaming in poll() if polling for inputHans Verkuil2012-03-271-2/+4
* | | | | Merge branch 'poll' into staging/for_v3.4Mauro Carvalho Chehab2012-03-275-10/+3
|\| | | | | |/ / / |/| | |
| * | | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-211-2/+2
| |\ \ \
| | * | | media: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-212-2/+2
| |\ \ \ \