summaryrefslogtreecommitdiff
path: root/drivers/media/v4l2-core
AgeCommit message (Expand)AuthorFilesLines
2018-10-04media: v4l: fwnode: Add debug prints for V4L2 endpoint property parsingSakari Ailus1-23/+85
2018-10-04media: v4l2: async: Remove notifier subdevs arraySteve Longerbeam1-89/+25
2018-10-04media: v4l2-fwnode: Add a convenience function for registering subdevs with n...Steve Longerbeam1-0/+64
2018-10-04media: v4l2-fwnode: Switch to v4l2_async_notifier_add_subdevSteve Longerbeam2-108/+28
2018-10-04media: v4l2: async: Add convenience functions to allocate and add asd'sSteve Longerbeam1-0/+76
2018-10-04media: v4l2: async: Add v4l2_async_notifier_add_subdevSteve Longerbeam1-42/+149
2018-10-04media: v4l2: async: Allow searching for asd of any typeSteve Longerbeam1-31/+46
2018-10-04media: v4l2-fwnode: ignore endpoints that have no remote port parentSteve Longerbeam1-1/+1
2018-09-24media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCCHans Verkuil1-2/+2
2018-09-24media: replace ADOBERGB by OPRGBHans Verkuil1-4/+4
2018-09-24media: cec/v4l2: move V4L2 specific CEC functions to V4L2Hans Verkuil1-0/+151
2018-09-17media: v4l: subdev: Add a function to set an I²C sub-device's nameSakari Ailus1-4/+14
2018-09-17media: v4l2-mc: get rid of global pad indexesMauro Carvalho Chehab1-1/+48
2018-09-17media: v4l2-mc: add print messages when media graph failsMauro Carvalho Chehab1-19/+61
2018-09-17media: v4l2-mc: switch it to use the new approach to setup pipelinesMauro Carvalho Chehab1-23/+62
2018-09-17media: v4l2: taint pads with the signal types for consumer devicesMauro Carvalho Chehab1-0/+5
2018-09-17media: v4l2: remove VBI output padMauro Carvalho Chehab1-1/+1
2018-09-12media: v4l2-common: v4l2_spi_subdev_init : generate unique namePhilippe De Muyter1-1/+2
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab6-14/+14
2018-08-31media: v4l2-dv-timings: Introduce v4l2_calc_timeperframe helperJose Abreu1-0/+39
2018-08-16Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds7-47/+430
2018-08-07media: v4l2-mem2mem: add descriptions to MC fieldsMauro Carvalho Chehab1-0/+18
2018-08-02media: v4l: Add new 10-bit packed grayscale formatTodor Tomov1-0/+1
2018-08-02media: doc-rst: Add packed Bayer raw14 pixel formatsSakari Ailus1-0/+4
2018-07-27media: v4l2-mem2mem: Fix missing v4l2_m2m_try_run callEzequiel Garcia1-3/+30
2018-07-25media: v4l2-mem2mem: add v4l2_m2m_last_buf()Hans Verkuil1-0/+18
2018-07-25media: videodev.h: add PIX_FMT_FWHT for use with vicodecHans Verkuil1-0/+1
2018-07-25media: mem2mem: Make .job_abort optionalEzequiel Garcia1-3/+3
2018-07-25media: v4l: Add support for STD ioctls on subdev nodesNiklas Söderlund1-0/+22
2018-07-24media: v4l2-fwnode: parse 'data-enable-active' propJacopo Mondi1-0/+4
2018-07-23ACPI: Convert ACPI reference args to generic fwnode reference argsSakari Ailus1-1/+1
2018-07-04media: v4l2-ctrl: Add control for VP9 profileKeiichi Watanabe1-0/+11
2018-07-04media: v4l2-ctrl: Change control for VP8 profile to menu controlKeiichi Watanabe1-1/+11
2018-07-04media: add helpers for memory-to-memory media controllerEzequiel Garcia2-5/+198
2018-07-04media: mark entity-intf links as IMMUTABLEHans Verkuil2-2/+4
2018-07-04media: v4l2-ctrls.c: fix broken auto cluster handlingHans Verkuil1-1/+14
2018-07-04media: v4l2-ioctl.c: use correct vb2_queue lock for m2m devicesHans Verkuil1-2/+54
2018-06-28media: mem2mem: Remove excessive try_run callEzequiel Garcia1-1/+0
2018-06-28media: v4l2-ioctl: create helper to fill in v4l2_standard for ENUMSTDNiklas Söderlund1-29/+37
2018-06-13treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2018-06-13treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-06-13treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-3/+4
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-06-13Convert v4l2 event to struct_sizeMatthew Wilcox1-2/+1
2018-06-05media: v4l2-ioctl.c: fix missing unlock in __video_do_ioctl()Hans Verkuil1-1/+1
2018-05-28media: v4l2-core: push taking ioctl mutex down to ioctl handlerHans Verkuil3-10/+33
2018-05-28media: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-2/+0
2018-05-28media: v4l2-ioctl: delete unused v4l2_disable_ioctl_lockingHans Verkuil1-2/+0
2018-05-28media: v4l2-ioctl: clear fields in s_parmHans Verkuil1-1/+16
2018-05-11media: v4l2-ioctl: replace IOCTL_INFO_STD with stub functionsSami Tolvanen1-115/+130