summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core
AgeCommit message (Expand)AuthorFilesLines
2016-01-11Merge tag 'media/v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds9-923/+1010
2016-01-04media: flash: use led_set_brightness_sync for torch brightnessJacek Anaszewski1-4/+4
2015-12-18[media] videobuf2: avoid memory leak on errorsMauro Carvalho Chehab1-2/+4
2015-12-18[media] videobuf2-core: fix plane_sizes handling in VIDIOC_CREATE_BUFSHans Verkuil1-18/+21
2015-12-18[media] videobuf2-core: call __setup_offsets before buf_init()Hans Verkuil1-26/+16
2015-12-18[media] videobuf2-core: fill in q->bufs[vb->index] before buf_init()Hans Verkuil1-2/+3
2015-12-18[media] videobuf2-core: move __setup_lengths into __vb2_queue_alloc()Hans Verkuil1-21/+3
2015-12-18[media] videobuf2-core: fill_user_buffer and copy_timestamp should return voidHans Verkuil2-22/+17
2015-12-18[media] videobuf2-core.c: update module descriptionHans Verkuil1-1/+1
2015-12-18[media] media: videobuf2: Move vb2_fileio_data and vb2_thread to core partJunghak Sung3-782/+772
2015-12-18[media] media: videobuf2: Refactor vb2_fileio_data and vb2_threadJunghak Sung1-55/+49
2015-12-18[media] media: videobuf2: last_buffer_queued is set at fill_v4l2_buffer()Junghak Sung1-4/+5
2015-12-18[media] media: videobuf2: Separate vb2_poll()Junghak Sung1-34/+59
2015-12-18[media] media: videobuf2: Add copy_timestamp to struct vb2_queueJunghak Sung2-19/+14
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung1-4/+3
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil2-10/+61
2015-12-03[media] v4l2-dv-timings: add new arg to v4l2_match_dv_timingsHans Verkuil1-2/+7
2015-11-17[media] v4l2-clk: v4l2_clk_get() also need to find the of_fullname clockJosh Wu1-0/+9
2015-11-17[media] v4l2-dv-timings: add condition checks for reduced fpsPrashant Laddha1-0/+5
2015-11-17[media] v4l2-device: Don't unregister ACPI/Device Tree based devicesTommi Franttila1-6/+15
2015-11-17[media] media: videobuf2: fix compare_const_fl.cocci warningsJulia Lawall1-1/+1
2015-11-17[media] media/v4l2-core: struct struct v4l2_ext_controls param whichRicardo Ribalda1-5/+29
2015-11-17[media] media/core: Replace ctrl_class with whichRicardo Ribalda3-22/+22
2015-11-17[media] v4l2-dv-timings: Compare horizontal blankingMats Randgaard1-0/+2
2015-11-17[media] v4l2-core/v4l2-ctrls: Filter NOOP CH_RANGE eventsRicardo Ribalda1-9/+14
2015-11-17[media] vb2: fix a regression in poll() behavior for output,streamsHans Verkuil1-3/+3
2015-11-05Merge tag 'media/v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds16-1818/+2226
2015-10-22[media] v4l2-flash-led-class: Add missing VIDEO_V4L2 Kconfig dependencyJacek Anaszewski1-1/+1
2015-10-20[media] media/v4l2-ctrls: fix setting autocluster to manual with VIDIOC_S_CTRLAntonio Ospite1-1/+1
2015-10-20[media] v4l: add type field to v4l2_modulator structAntti Palosaari1-1/+17
2015-10-20[media] v4l2: add support for SDR transmitterAntti Palosaari4-3/+42
2015-10-20[media] v4l2: add RF gain controlAntti Palosaari1-0/+2
2015-10-20[media] v4l2: rename V4L2_TUNER_ADC to V4L2_TUNER_SDRAntti Palosaari1-3/+3
2015-10-20[media] media: videobuf2: Move v4l2-specific stuff to videobuf2-v4l2Junghak Sung3-1793/+1825
2015-10-20[media] media: videobuf2: Prepare to divide videobuf2Junghak Sung4-181/+399
2015-10-20[media] media: videobuf2: Replace v4l2-specific data with vb2 dataJunghak Sung1-61/+70
2015-10-20[media] media: vb2 dma-sg: Fully cache synchronise buffers in prepare and finishTiffany Lin1-2/+3
2015-10-20[media] media: vb2 dma-contig: Fully cache synchronise buffers in prepare and...Tiffany Lin1-2/+3
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung2-91/+136
2015-10-01[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung10-13/+44
2015-10-01[media] media: v4l2-ctrls: Fix 64bit support in get_ctrl()Benoit Parrot1-3/+3
2015-10-01[media] v4l2-ctrls: arrays are also considered compound controlsHans Verkuil1-2/+2
2015-10-01[media] media/v4l2-compat-ioctl32: Simple stylechecksRicardo Ribalda1-6/+7
2015-10-01[media] v4l2-compat-ioctl32: add missing SDR supportHans Verkuil1-2/+21
2015-09-25[media] v4l2-compat-ioctl32: replace pr_warn by pr_debugHans Verkuil1-2/+2
2015-09-25[media] v4l2-compat-ioctl32: fix alignment for ARM64Andrzej Hajda1-4/+5
2015-09-25[media] m2m: fix bad unlock balanceZahari Doychev1-15/+8
2015-09-11Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds6-407/+132
2015-09-05Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds10-60/+127
2015-09-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1