summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core
Commit message (Expand)AuthorAgeFilesLines
* [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-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
| * | [media] media: Rename is_media_entity_v4l2_io to is_media_entity_v4l2_video_d...Laurent Pinchart2016-04-131-1/+1
| * | [media] media: Add obj_type field to struct media_entityLaurent Pinchart2016-04-132-0/+2
| * | [media] media: v4l2-compat-ioctl32: fix missing reserved field copy in put_v4...Tiffany Lin2016-04-131-1/+2
| * | [media] v4l2-ioctl: simplify codeHans Verkuil2016-04-131-22/+29
| * | [media] v4l2: add device_caps to struct video_deviceHans Verkuil2016-04-131-0/+3
* | | Merge tag 'media/v4.6-6' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2016-05-131-6/+0
|\ \ \ | |_|/ |/| |
| * | Revert "[media] videobuf2-v4l2: Verify planes array in buffer dequeueing"Mauro Carvalho Chehab2016-05-111-6/+0
* | | Merge tag 'media/v4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2016-04-283-14/+28
|\ \ \ | |/ / | | / | |/ |/|
| * [media] vb2-memops: Fix over allocation of frame vectorsRicardo Ribalda2016-04-251-1/+1
| * [media] media: vb2: Fix regression on poll() for RW modeRicardo Ribalda2016-04-252-8/+16
| * [media] videobuf2-v4l2: Verify planes array in buffer dequeueingSakari Ailus2016-04-131-0/+6
| * [media] videobuf2-core: Check user space planes array in dqbufSakari Ailus2016-04-131-5/+5
| * [media] v4l2-mc: cleanup a warningMauro Carvalho Chehab2016-03-311-1/+1
* | Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds2016-04-041-1/+1
|\ \
| * | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
| |/
* | v4l2-mc: avoid warning about unused variableLinus Torvalds2016-04-031-1/+1
|/
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-2/+1
|\
| * mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-2/+1
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2016-03-191-11/+22
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'amba', 'fixes', 'misc' and 'tauros2' into for-nextRussell King2016-03-041-11/+22
| |\ \ \ \ | | |_|_|/ | |/| | |
| | | * | ARM: 8508/2: videobuf2-dc: Let drivers specify DMA attrsTomasz Figa2016-02-111-11/+22
| | |/ /
* | | | media: au0828 disable tuner to demod link in au0828_media_device_register()Shuah Khan2016-03-101-18/+0
* | | | [media] v4l2-ioctl: fix YUV422P pixel format descriptionPhilipp Zabel2016-03-051-1/+1
* | | | [media] media: fix null pointer dereference in v4l_vb2q_enable_media_source()Shuah Khan2016-03-051-1/+3
* | | | [media] v4l: Add generic pipeline power management codeSakari Ailus2016-03-031-1/+182
* | | | [media] V4L: fix a confusing function nameGuennadi Liakhovetski2016-03-031-4/+6
* | | | [media] au0828: use v4l2_mc_create_media_graph()Mauro Carvalho Chehab2016-03-031-1/+20
* | | | [media] media: Change v4l-core to check if source is freeShuah Khan2016-02-273-0/+36
* | | | [media] media: v4l-core add enable/disable source common interfacesShuah Khan2016-02-271-0/+35
* | | | [media] media-device: move PCI/USB helper functions from v4l2-mcMauro Carvalho Chehab2016-02-231-75/+1
* | | | [media] v4l2-mc: fix hardware version for PCI devicesMauro Carvalho Chehab2016-02-231-2/+2
* | | | [media] v4l: Add YUV 4:2:2 and YUV 4:4:4 tri-planar non-contiguous formatsLaurent Pinchart2016-02-191-0/+4
* | | | [media] v4l: add V4L2_CID_MPEG_VIDEO_FORCE_KEY_FRAMEWu-Cheng Li2016-02-191-0/+2
* | | | [media] v4l2-async: Don't fail if registered_async isn't implementedJavier Martinez Canillas2016-02-191-1/+1
* | | | [media] media.h: get rid of MEDIA_ENT_F_CONN_TESTMauro Carvalho Chehab2016-02-161-1/+0
* | | | [media] v4l2-mc: remove the unused sensor varMauro Carvalho Chehab2016-02-161-2/+1
* | | | [media] v4l2-mc: add a routine to create USB media_deviceMauro Carvalho Chehab2016-02-161-1/+40
* | | | [media] v4l2-async: call registered_async after subdev registrationJavier Martinez Canillas2016-02-101-0/+7
* | | | [media] v4l2-ctrls: remove unclaimed v4l2_ctrl_add_ctrl() interfaceVladimir Zapolskiy2016-02-101-16/+0
* | | | [media] v4l2-ctrls: add V4L2_CID_DV_RX/TX_IT_CONTENT_TYPE controlsHans Verkuil2016-02-101-0/+16
OpenPOWER on IntegriCloud