summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core
Commit message (Expand)AuthorAgeFilesLines
* [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/+13
* [media] media: v4l2-dev: fix video device index assignmentMarek Szyprowski2014-01-271-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/+0
* [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/+36
* [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/+0
* [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
| * [media] vb2: regression fix: always set length field.Hans Verkuil2013-12-101-1/+20
| * [media] media_tree: Fix spelling errorsJonathan McCrohan2013-12-091-1/+1
| * [media] videobuf2: Add support for file access mode flags for DMABUF exportingPhilipp Zabel2013-12-092-6/+6
* | [media] v4l2-dev: Add tracepoints for QBUF and DQBUFWade Farnsworth2013-12-101-0/+9
* | [media] videobuf2-dma-sg: Support io userptr operations on io memoryRicardo Ribalda2013-12-091-4/+47
* | [media] videobuf2: Add missing lock held on vb2_fop_releaseRicardo Ribalda2013-12-091-1/+14
* | [media] videobuf2: Add log for size checking error in __qbuf_dmabufSeung-Woo Kim2013-12-091-0/+2
* | [media] vb2: Return 0 when streamon and streamoff are already on/offRicardo Ribalda2013-12-091-4/+4
* | [media] videobuf2-dma-sg: Fix typo on debug messageRicardo Ribalda2013-12-091-1/+1
* | [media] V4L: Add mem2mem ioctl and file operation helpersSylwester Nawrocki2013-12-041-0/+126
* | [media] media_tree: Fix spelling errorsJonathan McCrohan2013-11-291-1/+1
* | [media] videobuf2: Add support for file access mode flags for DMABUF exportingPhilipp Zabel2013-11-292-6/+6
|/
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-11-182-8/+8
|\
| * media: core: Don't use i2c_client->driverLars-Peter Clausen2013-10-032-8/+8
* | Merge branch 'topic/kbuild-fixes-for-next' of git://git.kernel.org/pub/scm/li...Linus Torvalds2013-11-181-3/+27
|\ \
| * | [media] v4l2-async: Don't use dynamic static allocationMauro Carvalho Chehab2013-11-081-3/+27
* | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-186-75/+158
|\ \ \ | |/ /
| * | [media] V4L2: add v4l2-clock helpers to register and unregister a fixed-rate ...Guennadi Liakhovetski2013-10-311-0/+39
| * | [media] v4l2-mem2mem: Don't schedule the context if abort job is calledShaik Ameer Basha2013-10-281-0/+12
| * | [media] v4l2-mem2mem: clear m2m queue ready counter in v4l2_m2m_streamoffPhilipp Zabel2013-10-281-0/+1
| * | [media] v4l2-mem2mem: fix context removal from job queue in v4l2_m2m_streamoffPhilipp Zabel2013-10-281-1/+2
| * | [media] videobuf2-core: call __setup_offsets only for mmap memory typePhilipp Zabel2013-10-171-1/+2
| * | [media] v4l2-ctrls: Correct v4l2_ctrl_get_int_menu() function's return typeSylwester Nawrocki2013-10-171-3/+3
| * | [media] v4l: tuner-core: fix typoLad, Prabhakar2013-10-171-1/+1
| * | [media] media: Remove unnecessary semicolonsJoe Perches2013-10-171-1/+1
| * | [media] videobuf2: Add debug print for the output buffer plane lengths checksSylwester Nawrocki2013-09-261-1/+4
| * | [media] videobuf2: Add log for size checking error in __qbuf_userptrSeung-Woo Kim2013-09-261-0/+4
| * | [media] videobuf2-dma-sg: Replace vb2_dma_sg_desc with sg_tableRicardo Ribalda2013-09-261-60/+43
| * | [media] videobuf2-dma-sg: Allocate pages as contiguous as possibleRicardo Ribalda2013-09-261-11/+49
OpenPOWER on IntegriCloud