summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core
Commit message (Expand)AuthorAgeFilesLines
...
| * [media] vb2: fix buf_init/buf_cleanup call sequencesHans Verkuil2014-03-111-33/+67
| * [media] vb2: call buf_finish from __queue_cancelHans Verkuil2014-03-111-2/+15
| * [media] vb2: change result code of buf_finish to voidHans Verkuil2014-03-111-5/+1Star
| * [media] vb2: add debugging code to check for unbalanced opsHans Verkuil2014-03-111-50/+183
| * [media] vb2: fix PREPARE_BUF regressionHans Verkuil2014-03-111-6/+2Star
| * [media] vb2: fix read/write regressionHans Verkuil2014-03-111-6/+40
| * [media] vb2: Check if there are buffers before streamonRicardo Ribalda Delgado2014-03-111-0/+5
| * Merge tag 'v3.14-rc5' into patchworkMauro Carvalho Chehab2014-03-115-19/+19
| |\
| * | [media] v4l: Handle buffer timestamp flags correctlySakari Ailus2014-03-051-1/+20
| * | [media] v4l: Add timestamp source flags, mask and document themSakari Ailus2014-03-051-1/+3
| * | [media] v4l: Timestamp flags will soon contain timestamp source, not just typeSakari Ailus2014-03-051-2/+4
| * | [media] v4l: Rename vb2_queue.timestamp_type as timestamp_flagsSakari Ailus2014-03-051-4/+4
| * | [media] vb2: fix timecode and flags handling for output buffersHans Verkuil2014-03-051-2/+33
| * | [media] v4l: add RF tuner gain controlsAntti Palosaari2014-03-051-0/+15
| * | [media] v4l: do not allow modulator ioctls for non-radio devicesHans Verkuil2014-03-051-2/+3
| * | [media] v4l: enable some IOCTLs for SDR receiverAntti Palosaari2014-03-052-3/+53
| * | [media] v4l: add stream format for SDR receiverAntti Palosaari2014-03-051-0/+1
| * | [media] v4l: add new tuner types for SDRAntti Palosaari2014-03-051-11/+28
| * | [media] v4l: add device type for Software Defined RadioAntti Palosaari2014-03-051-0/+6
| * | [media] v4l2: Add settings for Horizontal and Vertical MV Search RangeAmit Grover2014-02-281-0/+6
| * | [media] v4l2-subdev: Allow 32-bit compat ioctlsHans Verkuil2014-02-242-95/+20Star
| * | [media] v4l2-dv-timings: mention missing 'reduced blanking V2'Hans Verkuil2014-02-041-0/+4
* | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-021-1/+1
|\ \ \
| * | | compat: Get rid of (get|put)_compat_time(val|spec)H. Peter Anvin2014-02-021-1/+1
| |/ /
* | | Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-021-130/+3Star
|\ \ \
| * | | [media] of: move common endpoint parsing to drivers/ofPhilipp Zabel2014-03-061-13/+3Star
| * | | [media] of: move graph helpers from drivers/media/v4l2-core to drivers/ofPhilipp Zabel2014-03-061-117/+0Star
| | |/ | |/|
* | | Merge branch 'master' into driver-core-next-test-merge-rc2Tejun Heo2014-02-115-19/+19
|\| |
| * | [media] v4l2-dv-timings: fix GTF calculationMartin Bugge2014-02-041-0/+1
| * | [media] vb2: Check if there are buffers before streamonRicardo Ribalda2014-02-041-0/+5
| * | [media] Revert "[media] videobuf_vm_{open,close} race fixes"Hans Verkuil2014-02-043-19/+13Star
| |/
* / dma-buf: avoid using IS_ERR_OR_NULLColin Cross2014-02-071-1/+1
|/
* [media] media: v4l2-dev: fix video device index assignmentMarek Szyprowski2014-01-281-1/+1
* [media] s5p-mfc: Add controls to set vp8 enc profileKiran AVND2014-01-131-0/+1
* [media] s5p-mfc: Add QP setting support for vp8 encoderArun Kumar K2014-01-131-0/+4
* [media] vb2: Fix comment in __qbuf_dmabufLaurent Pinchart2014-01-071-1/+1
* [media] vb2: Improve file I/O emulation to handle buffers in any orderHans Verkuil2014-01-071-14/+14
* [media] vb2: don't set index, don't start streaming for write()Hans Verkuil2014-01-071-10/+0Star
* [media] vb2: retry start_streaming in case of insufficient buffersHans Verkuil2014-01-071-13/+55
* [media] vb2: remove the 'fileio = NULL' hackHans Verkuil2014-01-071-111/+112
* [media] vb2: fix race condition between REQBUFS and QBUF/PREPARE_BUFHans Verkuil2014-01-071-2/+23
* [media] vb2: simplify qbuf/prepare_buf by removing callbackHans Verkuil2014-01-071-59/+59
* [media] videobuf2: Fix CodingStyleMauro Carvalho Chehab2014-01-071-9/+10
* [media] vb2: push the mmap semaphore down to __buf_prepare()Hans Verkuil2014-01-071-46/+36Star
* [media] v4l2: move tracepoints to video_usercopyHans Verkuil2014-01-072-9/+9
* [media] omap24xx/tcm825x: move to staging for future removalHans Verkuil2013-12-203-176/+0Star
* [media] v4l: of: Drop endpoint node reference in v4l2_of_get_remote_port()Laurent Pinchart2013-12-181-1/+1
* [media] v4l: of: Return an int in v4l2_of_parse_endpoint()Laurent Pinchart2013-12-181-2/+6
* Merge branch 'upstream-fixes' into patchworkMauro Carvalho Chehab2013-12-132-2/+22
|\
| * [media] videobuf2-dma-sg: fix possible memory leakGeyslan G. Bem2013-12-101-1/+2