summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core
Commit message (Expand)AuthorAgeFilesLines
* 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
* | [media] v4l2-dv-timings: fix rounding in hblank and hsync calculationPrashant Laddha2015-05-011-4/+5
* | [media] v4l2-dv-timings: fix rounding error in vsync_bp calculationPrashant Laddha2015-05-011-3/+4
* | [media] v4l: VIDEOBUF2_DMA_SG should depend on HAS_DMAGeert Uytterhoeven2015-05-011-1/+1
* | v4l2-ioctl: add a missing break at v4l_fill_fmtdesc()Mauro Carvalho Chehab2015-05-011-1/+1
* | [media] v4l2-ioctl: fill in the description for VIDIOC_ENUM_FMTHans Verkuil2015-05-011-7/+192
* | [media] v4l: of: Parse variable length properties --- link-frequenciesSakari Ailus2015-04-271-0/+87
* | [media] v4l: of: Instead of zeroing bus_type and bus field separately, unify ...Sakari Ailus2015-04-271-2/+3
|/
* Merge tag 'dma-buf-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-243-3/+21
|\
| * dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal2015-04-213-3/+21
* | media: remove unused variable that causes a warningLinus Torvalds2015-04-211-1/+0Star
* | Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab2015-04-2111-115/+287
|\ \ | |/ |/|
| * [media] v4l2-mem2mem: no need to initialize b in v4l2_m2m_next_buf and v4l2_m...Philipp Zabel2015-04-101-2/+2
| * [media] vb2: add allow_zero_bytesused flag to the vb2_queue structKamil Debski2015-04-101-6/+33
| * [media] vb2: split the io_flags member of vb2_queue into a bit fieldKamil Debski2015-04-101-8/+9
| * Revert "[media] v4l: vb2-memops: use vma slab when vma allocation"Mauro Carvalho Chehab2015-04-081-2/+2
| * [media] v4l: vb2-memops: use vma slab when vma allocationKyongHo Cho2015-04-081-2/+2
| * [media] V4L2: Delete an unnecessary check before the function call "media_ent...Markus Elfring2015-04-081-2/+1Star
| * [media] v4l2-dv-timings: log new V4L2_DV_FL_IS_CE_VIDEO flagHans Verkuil2015-04-081-2/+4
| * [media] media/v4l2-ctrls: Always execute EXECUTE_ON_WRITE ctrlsRicardo Ribalda2015-04-081-0/+4
| * [media] media/v4l2-ctrls: Add execute flags to write_only controlsRicardo Ribalda2015-04-081-3/+6
| * [media] media/v4l2-ctrls: volatiles should not generate CH_VALUERicardo Ribalda2015-04-081-0/+9
| * [media] v4l: of: Add v4l2_of_parse_link() functionLaurent Pinchart2015-04-031-0/+61
| * [media] V4L: add CCF support to the v4l2_clk APIGuennadi Liakhovetski2015-04-021-3/+45
| * [media] V4L: remove clock name from v4l2_clk APIGuennadi Liakhovetski2015-04-021-20/+13Star
| * [media] v4l2-ioctl: allow all controls if ctrl_class == 0Hans Verkuil2015-04-021-0/+2
| * [media] v4l2-dev: disable selection ioctls for non-video devicesHans Verkuil2015-04-021-8/+8