aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-13Merge tag 'media/v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+1
2016-06-15Update my main e-mails at the Kernel treeMauro Carvalho Chehab1-1/+1
2016-06-07[media] v4l2-ioctl: fix stupid mistake in cropcap conditionHans Verkuil1-1/+1
2016-05-18Merge tag 'media/v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds5-35/+88
2016-05-13Merge tag 'media/v4.6-6' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-6/+0
2016-05-11Revert "[media] videobuf2-v4l2: Verify planes array in buffer dequeueing"Mauro Carvalho Chehab1-6/+0
2016-05-06[media] v4l2-ioctl.c: improve cropcap compatibility codeHans Verkuil1-27/+43
2016-05-02Merge tag 'v4.6-rc6' into patchworkMauro Carvalho Chehab3-14/+28
2016-04-29[media] media: change pipeline validation return errorHelen Mae Koike Fornazier1-2/+2
2016-04-28Merge tag 'media/v4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds3-14/+28
2016-04-25[media] vb2-memops: Fix over allocation of frame vectorsRicardo Ribalda1-1/+1
2016-04-25[media] media: vb2: Fix regression on poll() for RW modeRicardo Ribalda2-8/+16
2016-04-13Revert "[media] v4l2-ioctl: simplify code"Mauro Carvalho Chehab1-29/+22
2016-04-13[media] v4l: subdev: Add pad config allocator and initLaurent Pinchart1-4/+35
2016-04-13[media] media: Rename is_media_entity_v4l2_io to is_media_entity_v4l2_video_deviceLaurent Pinchart1-1/+1
2016-04-13[media] media: Add obj_type field to struct media_entityLaurent Pinchart2-0/+2
2016-04-13[media] media: v4l2-compat-ioctl32: fix missing reserved field copy in put_v4l2_create32Tiffany Lin1-1/+2
2016-04-13[media] v4l2-ioctl: simplify codeHans Verkuil1-22/+29
2016-04-13[media] v4l2: add device_caps to struct video_deviceHans Verkuil1-0/+3
2016-04-13[media] videobuf2-v4l2: Verify planes array in buffer dequeueingSakari Ailus1-0/+6
2016-04-13[media] videobuf2-core: Check user space planes array in dqbufSakari Ailus1-5/+5
2016-04-04Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-04-03v4l2-mc: avoid warning about unused variableLinus Torvalds1-1/+1
2016-03-31[media] v4l2-mc: cleanup a warningMauro Carvalho Chehab1-1/+1
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2016-03-19Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-11/+22
2016-03-10media: au0828 disable tuner to demod link in au0828_media_device_register()Shuah Khan1-18/+0
2016-03-05[media] v4l2-ioctl: fix YUV422P pixel format descriptionPhilipp Zabel1-1/+1
2016-03-05[media] media: fix null pointer dereference in v4l_vb2q_enable_media_source()Shuah Khan1-1/+3
2016-03-04Merge branches 'amba', 'fixes', 'misc' and 'tauros2' into for-nextRussell King1-11/+22
2016-03-03[media] v4l: Add generic pipeline power management codeSakari Ailus1-1/+182
2016-03-03[media] V4L: fix a confusing function nameGuennadi Liakhovetski1-4/+6
2016-03-03[media] au0828: use v4l2_mc_create_media_graph()Mauro Carvalho Chehab1-1/+20
2016-02-27[media] media: Change v4l-core to check if source is freeShuah Khan3-0/+36
2016-02-27[media] media: v4l-core add enable/disable source common interfacesShuah Khan1-0/+35
2016-02-23[media] media-device: move PCI/USB helper functions from v4l2-mcMauro Carvalho Chehab1-75/+1
2016-02-23[media] v4l2-mc: fix hardware version for PCI devicesMauro Carvalho Chehab1-2/+2
2016-02-19[media] v4l: Add YUV 4:2:2 and YUV 4:4:4 tri-planar non-contiguous formatsLaurent Pinchart1-0/+4
2016-02-19[media] v4l: add V4L2_CID_MPEG_VIDEO_FORCE_KEY_FRAMEWu-Cheng Li1-0/+2
2016-02-19[media] v4l2-async: Don't fail if registered_async isn't implementedJavier Martinez Canillas1-1/+1
2016-02-16[media] media.h: get rid of MEDIA_ENT_F_CONN_TESTMauro Carvalho Chehab1-1/+0
2016-02-16[media] v4l2-mc: remove the unused sensor varMauro Carvalho Chehab1-2/+1
2016-02-16[media] v4l2-mc: add a routine to create USB media_deviceMauro Carvalho Chehab1-1/+40
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen1-2/+1
2016-02-11ARM: 8508/2: videobuf2-dc: Let drivers specify DMA attrsTomasz Figa1-11/+22
2016-02-10[media] v4l2-async: call registered_async after subdev registrationJavier Martinez Canillas1-0/+7
2016-02-10[media] v4l2-ctrls: remove unclaimed v4l2_ctrl_add_ctrl() interfaceVladimir Zapolskiy1-16/+0
2016-02-10[media] v4l2-ctrls: add V4L2_CID_DV_RX/TX_IT_CONTENT_TYPE controlsHans Verkuil1-0/+16
2016-02-10[media] v4l2-mc: add an ancillary routine for PCI-based MCMauro Carvalho Chehab1-0/+35