summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gup_flag-cleanups'Linus Torvalds2016-10-192-3/+10
|\
| * mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-2/+5
| * mm: replace get_vaddr_frames() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-1/+5
* | Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/li...Linus Torvalds2016-10-141-1/+1
|\ \ | |/ |/|
| * samples: move blackfin gptimers-example from DocumentationShuah Khan2016-10-101-1/+1
* | [media] SDI: add flag for SDI formats and SMPTE 125M definitionCharles-Antoine Couret2016-09-191-4/+7
* | [media] v4l: ioctl: Clear the v4l2_pix_format_mplane reserved fieldLaurent Pinchart2016-09-091-4/+4
* | [media] videobuf2-v4l2.h: get kernel-doc tags from C fileMauro Carvalho Chehab2016-09-091-142/+0
* | [media] videobuf2-core.h: move function descriptions from c fileMauro Carvalho Chehab2016-09-091-254/+0
* | [media] v4l2-mem2mem.h: move descriptions from .c fileMauro Carvalho Chehab2016-09-091-127/+1
* | [media] vb2: Fix vb2_core_dqbuf() kernel-docJavier Martinez Canillas2016-08-241-1/+2
* | [media] media: v4l2-ctrls: append missing h264 profile stringStanimir Varbanov2016-08-241-0/+1
* | [media] v4l2-async: remove unneeded .registered_async callbackJavier Martinez Canillas2016-08-241-7/+0
* | [media] v4l: Do not allow re-registering sub-devicesSakari Ailus2016-08-241-4/+1
* | [media] vb2: add WARN_ONs checking if a valid struct device was passedHans Verkuil2016-08-242-0/+15
* | [media] vb2: don't return NULL for alloc and get_userptr opsHans Verkuil2016-08-243-15/+23
* | [media] vb2: remove TODO comment for dma-buf in QBUFJavier Martinez Canillas2016-08-241-3/+4
* | [media] vb2: include lengths in dmabuf qbuf debug messageJavier Martinez Canillas2016-08-241-2/+4
* | [media] v4l2-common: Delete an unnecessary check before the function call "sp...Markus Elfring2016-08-241-1/+1
* | [media] v4l2-core: Add support for touch devicesNick Dyer2016-08-232-8/+42
|/
* Merge tag 'media/v4.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2016-08-041-1/+1
|\
| * [media] vb2: Fix allocation size of dma_parmsVincent Stehlé2016-07-281-1/+1
* | dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-043-34/+17
|/
* Merge branch 'topic/docs-next' into v4l_for_linusMauro Carvalho Chehab2016-07-272-44/+0
|\
| * [media] doc-rst: document v4l2-dev.hMauro Carvalho Chehab2016-07-231-34/+0
| * [media] v4l2-subdev.h: Improve documentationMauro Carvalho Chehab2016-07-231-10/+0
* | Merge tag 'media/v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2016-07-268-171/+122
|\|
| * [media] v4l2-ioctl: zero the v4l2_bt_timings reserved fieldHans Verkuil2016-07-121-2/+2
| * [media] v4l2-subdev.h: remove the control subdev opsHans Verkuil2016-07-121-45/+0
| * [media] v4l2-flash-led: remove unused opsHans Verkuil2016-07-121-8/+1
| * [media] vb2: Fix commentRicardo Ribalda2016-07-081-1/+1
| * [media] vb2: Merge vb2_internal_qbuf and vb2_qbufRicardo Ribalda2016-07-081-9/+5
| * [media] vb2: Merge vb2_internal_dqbuf and vb2_dqbufRicardo Ribalda2016-07-081-22/+17
| * [media] vb2: V4L2_BUF_FLAG_DONE is set after DQBUFRicardo Ribalda2016-07-081-0/+6
| * [media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil2016-07-084-81/+24
| * [media] vb2: add a dev field to use for the default allocation contextHans Verkuil2016-07-081-6/+8
| * [media] vb2: move dma_attrs to vb2_queueHans Verkuil2016-07-084-14/+14
| * [media] videobuf2-v4l2: Verify planes array in buffer dequeueingSakari Ailus2016-06-161-0/+6
| * [media] vb2: core: Skip planes array verification if pb is NULLSakari Ailus2016-06-161-4/+6
| * Update my main e-mails at the Kernel treeMauro Carvalho Chehab2016-06-141-1/+1
| * media: vb2-dma-contig: add helper for setting dma max seg sizeMarek Szyprowski2016-06-031-0/+53
* | Merge tag 'media/v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2016-07-131-1/+1
|\ \
| * | [media] v4l2-ioctl: fix stupid mistake in cropcap conditionHans Verkuil2016-06-071-1/+1
| |/
* / Update my main e-mails at the Kernel treeMauro Carvalho Chehab2016-06-151-1/+1
|/
* Merge tag 'media/v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2016-05-185-35/+88
|\
| * [media] v4l2-ioctl.c: improve cropcap compatibility codeHans Verkuil2016-05-061-27/+43
| * Merge tag 'v4.6-rc6' into patchworkMauro Carvalho Chehab2016-05-023-14/+28
| |\
| * | [media] media: change pipeline validation return errorHelen Mae Koike Fornazier2016-04-291-2/+2
| * | Revert "[media] v4l2-ioctl: simplify code"Mauro Carvalho Chehab2016-04-131-29/+22
| * | [media] v4l: subdev: Add pad config allocator and initLaurent Pinchart2016-04-131-4/+35