summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2015-09-126-407/+132Star
|\
| * [media] media: vb2: Remove unused functionsJan Kara2015-08-161-114/+0Star
| * [media] media: vb2: Convert vb2_dc_get_userptr() to use frame vectorJan Kara2015-08-161-178/+34Star
| * [media] media: vb2: Convert vb2_vmalloc_get_userptr() to use frame vectorJan Kara2015-08-161-56/+36Star
| * [media] media: vb2: Convert vb2_dma_sg_get_userptr() to use frame vectorJan Kara2015-08-161-80/+15Star
| * [media] vb2: Provide helpers for mapping virtual addressesJan Kara2015-08-162-0/+59
| * [media] vb2: Push mmap_sem down to memopsJan Kara2015-08-164-3/+12
* | Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2015-09-0610-60/+127
|\|
| * [media] Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-08-111-1/+0Star
| * [media] v4l2: move tracepoint generation into separate filePhilipp Zabel2015-08-113-1/+14
| * [media] v4l2-ioctl: Give more information when device_caps are missingLaura Abbott2015-08-111-2/+3
| * [media] v4l2-mem2mem: drop lock in v4l2_m2m_fop_mmapHans Verkuil2015-08-111-11/+1Star
| * [media] videobuf2: add trace eventsPhilipp Zabel2015-07-171-0/+11
| * [media] v4l2-mem2mem: set the queue owner field just as vb2_ioctl_reqbufs doesPhilipp Zabel2015-07-171-1/+8
| * [media] Add helper function for subdev event notificationsLars-Peter Clausen2015-07-171-0/+18
| * [media] v4l2-event: v4l2_event_queue: do nothing if vdev == NULLHans Verkuil2015-07-171-0/+3
| * [media] v4l2-dv-timings: print refresh rate with better precisionPrashant Laddha2015-07-061-3/+6
| * [media] media/v4l2-ctrls: Code cleanout validate_new()Ricardo Ribalda2015-07-061-15/+0Star
| * [media] v4l2-dv-timings: log if the timing is reduced blanking V2Hans Verkuil2015-07-061-1/+3
| * [media] v4l2-dv-timings: add support for reduced blanking v2Prashant Laddha2015-07-061-21/+59
| * [media] v4l2-dv-timings: use swap() in v4l2_calc_aspect_ratio()Fabian Frederick2015-07-061-4/+1Star
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2015-09-021-1/+1
|\ \
| * | treewide: fix typos in comment blocksMasahiro Yamada2015-08-071-1/+1
| |/
* | Merge tag 'media/v4.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2015-08-211-15/+25
|\ \ | |/ |/|
| * [media] vb2: Fix compilation breakage when !CONFIG_BUGLaurent Pinchart2015-08-101-7/+7
| * [media] vb2: Only requeue buffers immediately once streaming is startedSakari Ailus2015-07-171-8/+18
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2015-07-024-12/+750
|\ \ | |/ |/|
| * media: Add registration helpers for V4L2 flash sub-devicesJacek Anaszewski2015-06-223-0/+723
| * v4l: async: Add a pointer to of_node to struct v4l2_subdev, match itSakari Ailus2015-06-151-12/+27
* | [media] vb2: Don't WARN when v4l2_buffer.bytesused is 0 for multiplanar buffersLaurent Pinchart2015-06-221-10/+23
* | [media] Revert "[media] vb2: Push mmap_sem down to memops"Hans Verkuil2015-06-184-18/+3Star
* | [media] v4l2-dv-timings: add interlace support in detect cvt/gtfPrashant Laddha2015-06-091-6/+47
* | [media] v4l2-dv-timings: support interlaced in v4l2_print_dv_timingsHans Verkuil2015-06-091-0/+7
* | [media] v4l2-dv-timing: avoid rounding twice in gtf hblank calcPrashant Laddha2015-06-091-4/+6
* | [media] v4l2-mem2mem: add support for prepare_bufHans Verkuil2015-06-091-0/+28
* | [media] v4l2-ioctl: log buffer type 0 correctlyHans Verkuil2015-06-061-0/+1
* | [media] v4l2-ioctl: clear the reserved field of v4l2_create_buffersHans Verkuil2015-06-061-0/+2
* | [media] v4l: of: Correct pclk-sample for BT656 busNikhil Devshatwar2015-06-061-4/+4
* | [media] videodev2.h: add support for transfer functionsHans Verkuil2015-06-051-4/+5
* | [media] v4l2: correct two SDR format namesAntti Palosaari2015-05-301-2/+2
* | [media] media/v4l2-core: Add support for V4L2_PIX_FMT_Y16_BERicardo Ribalda2015-05-301-1/+2
* | [media] media/videobuf2-dma-vmalloc: Save output from dma_map_sgRicardo Ribalda2015-05-301-3/+3
* | [media] media/videobuf2-dma-contig: Save output from dma_map_sgRicardo Ribalda2015-05-301-3/+3
* | [media] media/videobuf2-dma-sg: Fix handling of sg_table structureRicardo Ribalda2015-05-301-9/+13
* | [media] vb2: allow requeuing buffers while streamingHans Verkuil2015-05-201-3/+8
* | [media] v4l2-dv-timings: fix overflow in gtf timings calculationPrashant Laddha2015-05-181-10/+18
* | [media] videobuf2: return -EPIPE from DQBUF after the last bufferPhilipp Zabel2015-05-122-2/+27
* | [media] vb2: Push mmap_sem down to memopsJan Kara2015-05-014-3/+18
* | [media] v4l2-dv-timings: replace hsync magic number with a macroPrashant Laddha2015-05-011-1/+2
* | [media] v4l2-dv-timings: add sanity checks in cvt,gtf calculationsPrashant Laddha2015-05-011-0/+12