summaryrefslogtreecommitdiff
path: root/drivers/media/v4l2-core
AgeCommit message (Expand)AuthorFilesLines
2013-04-25[media] media: videobuf2: fix the length check for mmapMauro Carvalho Chehab3-8/+19
2013-04-25[media] videobuf-dma-contig: remove support for cached memMauro Carvalho Chehab1-116/+14
2013-04-15[media] media: vb2: add length check for mmapSeung-Woo Kim1-0/+5
2013-04-15[media] v4l2: rename VIDIOC_DBG_G_CHIP_NAME to _CHIP_INFOHans Verkuil2-8/+8
2013-04-15[media] v4l2-ioctl: fill in name before calling vidioc_g_chip_nameHans Verkuil1-4/+4
2013-04-15[media] v4l2: drop V4L2_CHIP_MATCH_SUBDEV_NAMEHans Verkuil2-38/+20
2013-04-15[media] v4l2: put VIDIOC_DBG_G_CHIP_NAME under ADV_DEBUGHans Verkuil2-5/+5
2013-04-15[media] tuner-core/simple: get_rf_strength can be tuner mode specificHans Verkuil1-16/+13
2013-04-15[media] tuner-core/tda9887: get_afc can be tuner mode specificHans Verkuil1-12/+2
2013-04-08[media] tuner-core: Change config from unsigned int to void *Ondrej Zary1-13/+7
2013-04-05[media] V4L: Remove incorrect EXPORT_SYMBOL() usage at v4l2-of.cSylwester Nawrocki1-2/+1
2013-04-01Merge tag 'v3.9-rc5' into patchworkMauro Carvalho Chehab1-1/+1
2013-03-31[media] V4L: Add MATRIX option to V4L2_CID_EXPOSURE_METERING controlSylwester Nawrocki1-0/+1
2013-03-31[media] Add a V4L2 OF parserGuennadi Liakhovetski2-0/+270
2013-03-29[media] v4l2: Add standard controls for FM receiversAndrey Smirnov1-3/+11
2013-03-25[media] tuner-core: handle errors when getting signal strength/afcMauro Carvalho Chehab1-4/+6
2013-03-25[media] tuner-core: Remove the now uneeded checks at fe_has_signal/get_afcMauro Carvalho Chehab1-10/+6
2013-03-25[media] tuner-core: return afc instead of zeroMauro Carvalho Chehab1-1/+1
2013-03-25[media] tuner-core: don't set has_signal/get_afc if not supportedHans Verkuil1-1/+6
2013-03-25[media] fix compilation with both V4L2 and I2C as 'm'Mauro Carvalho Chehab1-1/+1
2013-03-25[media] v4l2: add new VIDIOC_DBG_G_CHIP_NAME ioctlHans Verkuil3-7/+118
2013-03-25[media] v4l2-common: remove obsolete check for ' at the end of a driver nameHans Verkuil1-3/+0
2013-03-25[media] videobuf2-core: print current state of buffer in vb2_buffer_doneTushar Behera1-1/+1
2013-03-24[media] v4l2 core: remove the obsolete dv_preset supportHans Verkuil3-38/+2
2013-03-24[media] v4l2-common: remove obsolete v4l_fill_dv_preset_infoHans Verkuil1-47/+0
2013-03-24[media] v4l2-ctrls: add V4L2_CID_MPEG_VIDEO_REPEAT_SEQ_HEADER controlHans Verkuil1-0/+2
2013-03-24[media] v4l2-ioctl: check if an ioctl is validHans Verkuil1-9/+13
2013-03-24[media] v4l2-ctrls: eliminate lockdep false alarms for struct v4l2_ctrl_handl...Andy Walls1-3/+5
2013-03-24[media] v4l2-ioctl: simplify debug codeHans Verkuil1-13/+2
2013-03-24[media] v4l2: add const to argument of write-only s_register ioctlHans Verkuil1-1/+1
2013-03-24[media] v4l2-ioctl: add precision when printing namesHans Verkuil1-26/+34
2013-03-24[media] v4l2: pass std by value to the write-only s_std ioctlHans Verkuil1-3/+3
2013-03-24[media] v4l2: add const to argument of write-only s_tuner ioctlHans Verkuil1-1/+1
2013-03-24[media] v4l2: add const to argument of write-only s_frequency ioctlHans Verkuil2-2/+2
2013-03-21[media] vb2-dma-sg: add debug module optionHans Verkuil1-4/+13
2013-03-21[media] videobuf2: add gfp_flagsHans Verkuil4-7/+9
2013-03-19[media] v4l2-mem2mem: drop rdy_queue on STREAMOFFJohn Sheu1-3/+28
2013-03-19[media] v4l2-mem2mem: use CAPTURE queue lockJohn Sheu1-0/+3
2013-03-19[media] media/v4l2: VIDEOBUF2_DMA_CONTIG should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2013-03-05[media] vb2: Add support for non monotonic timestampsKamil Debski1-2/+6
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-23new helper: file_inode(file)Al Viro1-1/+1
2013-02-06[media] v4l2-core: do not enable the buffer ioctls for radio devicesFrank Schaefer1-7/+7
2013-02-06[media] use IS_ENABLED() macroPeter Senna Tschudin1-1/+1
2013-02-06[media] [V2,24/24] v4l2-core/v4l2-common.c: use IS_ENABLED() macroPeter Senna Tschudin1-2/+2
2013-02-06[media] videobuf2: don't return POLLERR when only polling for eventsHans Verkuil1-0/+5
2013-02-05[media] tuner-core: map audmode to STEREO for radio devicesHans Verkuil1-1/+16
2013-02-05[media] V4L: Add v4l2_ctrl_subdev_log_status() helper functionSylwester Nawrocki1-0/+7
2013-02-05[media] V4L: Add v4l2_ctrl_subdev_subscribe_event() helper functionSylwester Nawrocki1-0/+9
2013-02-05[media] V4L: Add v4l2_event_subdev_unsubscribe() helper functionSylwester Nawrocki1-0/+7