summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core
Commit message (Expand)AuthorAgeFilesLines
* [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
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-11-192-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-191-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-196-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/+43Star
| * | [media] videobuf2-dma-sg: Allocate pages as contiguous as possibleRicardo Ribalda2013-09-261-11/+49
| * | [media] videobuf2: Fix vb2_write prototypeRicardo Ribalda2013-09-261-3/+4
| |/
* | [media] videobuf2-dc: Fix support for mappings without struct page in userptr...Marek Szyprowski2013-09-241-5/+82
* | [media] vb2: Allow queuing OUTPUT buffers with zeroed 'bytesused'Sylwester Nawrocki2013-09-241-1/+3
|/
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-059-561/+941
|\
| * [media] v4l2-dv-timings: add callback to handle exceptionsHans Verkuil2013-08-241-8/+17
| * [media] v4l2-dv-timings: rename v4l2_dv_valid_timings to v4l2_valid_dv_timingsHans Verkuil2013-08-241-5/+5
| * [media] v4l2-dv-timings: export the timings listHans Verkuil2013-08-241-8/+10
| * [media] v4l2-dv-timings: fill in type fieldHans Verkuil2013-08-241-0/+2
| * [media] v4l2-dv-timings: rename v4l_match_dv_timings to v4l2_match_dv_timingsHans Verkuil2013-08-241-6/+6
| * [media] v4l2-dv-timings: add v4l2_print_dv_timings helperHans Verkuil2013-08-241-0/+49
| * [media] v4l2-dv-timings: fix CVT calculationMartin Bugge2013-08-241-10/+9Star
| * [media] v4l2-dev: Fix race condition on __video_register_deviceRicardo Ribalda2013-08-241-3/+2Star
| * [media] v4l2-ctrl: Suppress build warning from v4l2_ctrl_new_std_menu()Sylwester Nawrocki2013-08-241-1/+1
| * [media] media: OF: add "sync-on-green-active" propertyLad, Prabhakar2013-08-241-0/+4
| * [media] v4l2-mem2mem: clear m2m context from job_queue before ctx streamoffShaik Ameer Basha2013-08-241-21/+38
| * [media] media: vb2: Share code between vb2_prepare_buf and vb2_qbufLaurent Pinchart2013-08-221-123/+79Star
| * [media] media: vb2: Fix potential deadlock in vb2_prepare_bufferLaurent Pinchart2013-08-221-9/+43
| * [media] v4l2-async: Use proper list head for iteration over registered subdevsSylwester Nawrocki2013-08-181-1/+1
| * [media] v4l: async: Make it safe to unregister unregistered notifierLaurent Pinchart2013-08-181-0/+6
| * [media] v4l: of: Drop acquired reference to node when getting next endpointLaurent Pinchart2013-08-181-0/+1
| * [media] v4l: of: Use of_get_child_by_name()Laurent Pinchart2013-08-181-6/+2Star
| * [media] videobuf2-core: Verify planes lengths for output buffersLaurent Pinchart2013-08-181-0/+39
| * [media] v4l2: move dv-timings related code to v4l2-dv-timings.cHans Verkuil2013-08-182-358/+357Star
| * [media] v4l2-dv-timings: add new helper moduleHans Verkuil2013-08-182-0/+193
| * [media] media: vb2: Take queue or device lock in mmap-related vb2 ioctl handlersLaurent Pinchart2013-08-181-2/+16
| * [media] V4L: Add VP8 encoder controlsArun Kumar K2013-08-181-2/+37
| * [media] V4L: Add support for integer menu controls with standard menu itemsSylwester Nawrocki2013-08-181-3/+25
| * [media] V4L: Merge struct v4l2_async_subdev_list with struct v4l2_subdevSylwester Nawrocki2013-07-301-38/+29Star
| * [media] V4L: Rename subdev field of struct v4l2_async_notifierSylwester Nawrocki2013-07-301-1/+1