summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-07-211-2/+2
|\
| * [media] media: v4l2-core: v4l2-dv-timings.c: Cleaning up code wrong value use...Rickard Strandqvist2014-06-191-2/+2
* | Merge branch 'topic/omap3isp' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-06-131-0/+24
|\ \ | |/ |/|
| * [media] v4l: vb2: Add a function to discard all DONE buffersLaurent Pinchart2014-05-251-0/+24
* | [media] v4l: Validate fields in the core code for subdev EDID ioctlsLaurent Pinchart2014-05-251-4/+20
* | [media] v4l: Add support for DV timings ioctls on subdev nodesLaurent Pinchart2014-05-251-0/+27
|/
* [media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart2014-05-241-1/+5
* [media] videobuf2-core: remove duplicated codeVictor Lambret2014-05-241-4/+0Star
* [media] v4l: Add source change eventArun Kumar K2014-05-241-0/+36
* [media] vb2: fix num_buffers calculation if req->count > VIDEO_MAX_FRAMESPhilipp Zabel2014-05-231-1/+1
* [media] v4l: vb2: Avoid double WARN_ON when stopping streamingLaurent Pinchart2014-05-231-3/+4
* [media] v4l2-ioctl: drop spurious newline in stringHans Verkuil2014-05-231-1/+1
* [media] videobuf-dma-contig: fix incorrect argument to vm_iomap_memory() callMa Haijun2014-05-231-1/+1
* [media] videobuf2-dma-sg: Fix NULL pointer dereference BUGRicardo Ribalda2014-05-231-1/+1
* [media] V4L2: fix VIDIOC_CREATE_BUFS in 64- / 32-bit compatibility modeGuennadi Liakhovetski2014-05-141-5/+7
* [media] v4l: Only get module if it's different than the driver for v4l2_devSakari Ailus2014-05-131-3/+15
* [media] v4l: Check pad arguments for [gs]_frame_intervalSakari Ailus2014-05-131-2/+14
* [media] vb2: fix compiler warningHans Verkuil2014-04-231-1/+1
* [media] vb2: stop_streaming should return voidHans Verkuil2014-04-231-1/+1
* [media] vb2: Add videobuf2-dvb supportHans Verkuil2014-04-163-0/+341
* [media] vb2: add thread supportHans Verkuil2014-04-161-0/+146
* [media] vb2: start messages with a lower-case for consistencyHans Verkuil2014-04-161-29/+29
* [media] vb2: allow read/write as long as the format is single planarHans Verkuil2014-04-161-0/+21
* [media] vb2: add vb2_fileio_is_active and check it more oftenHans Verkuil2014-04-161-15/+24
* [media] vb2: simplify a confusing conditionHans Verkuil2014-04-161-3/+2Star
* [media] vb2: reject output buffers with V4L2_FIELD_ALTERNATEHans Verkuil2014-04-161-0/+13
* [media] vb2: set timestamp when using write()Hans Verkuil2014-04-161-0/+11
* [media] vb2: move __qbuf_mmap before __qbuf_userptrHans Verkuil2014-04-161-9/+9
* [media] vb2: use correct prefixHans Verkuil2014-04-161-68/+65Star
* [media] vb2: if bytesused is 0, then fill with output buffer lengthHans Verkuil2014-04-161-5/+26
* [media] vb2: fix handling of data_offset and v4l2_plane.reserved[]Hans Verkuil2014-04-161-9/+4Star
* [media] v4l2-dv-timings.c: add the new 4K timings to the listHans Verkuil2014-04-161-0/+11
* [media] v4l2-ioctl.c: fix sparse __user-related warningsHans Verkuil2014-04-161-5/+5
* [media] videobuf2-core: fix sparse errorsHans Verkuil2014-04-161-81/+130
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-047-294/+679
|\
| * [media] v4l2-dv-timings: add module name, description, licenseHans Verkuil2014-03-281-0/+4
| * [media] v4l: rename v4l2_format_sdr to v4l2_sdr_formatAntti Palosaari2014-03-131-1/+1
| * [media] v4l: add control for RF tuner PLL lock flagAntti Palosaari2014-03-131-0/+5
| * [media] v4l: add RF tuner channel bandwidth controlAntti Palosaari2014-03-131-0/+4
| * [media] v4l2: add VIDIOC_G/S_EDID support to the v4l2 coreHans Verkuil2014-03-114-21/+33
| * [media] v4l2-compat-ioctl32: fix wrong VIDIOC_SUBDEV_G/S_EDID32 supportHans Verkuil2014-03-111-2/+2
| * [media] v4l: of: Support empty port nodesLaurent Pinchart2014-03-111-24/+28
| * [media] v4l2-ctrls: replace BUG_ON by WARN_ONHans Verkuil2014-03-111-1/+2
| * [media] vb2: call buf_finish after the state checkHans Verkuil2014-03-111-2/+2
| * [media] vb2: fix streamoff handling if streamon wasn't calledHans Verkuil2014-03-111-5/+5
| * [media] vb2: replace BUG by WARN_ONHans Verkuil2014-03-111-3/+3
| * [media] vb2: properly clean up PREPARED and QUEUED buffersHans Verkuil2014-03-111-0/+8
| * [media] vb2: only call start_streaming if sufficient buffers are queuedHans Verkuil2014-03-111-45/+101
| * [media] vb2: don't init the list if there are still buffersHans Verkuil2014-03-111-12/+17
| * [media] vb2: rename queued_count to owned_by_drv_countHans Verkuil2014-03-111-5/+5