summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core
Commit message (Expand)AuthorAgeFilesLines
* media: v4l: fwnode: Add definitions for CSI-2 D-PHY, parallel and Bt.656 bussesSakari Ailus2018-10-041-0/+3
* media: v4l: fwnode: The CSI-2 clock is continuous if it's not non-continuousSakari Ailus2018-10-041-1/+1
* media: v4l: fwnode: Use fwnode_graph_for_each_endpointSakari Ailus2018-10-041-2/+1Star
* media: v4l: fwnode: Add debug prints for V4L2 endpoint property parsingSakari Ailus2018-10-041-23/+85
* media: v4l2: async: Remove notifier subdevs arraySteve Longerbeam2018-10-041-89/+25Star
* media: v4l2-fwnode: Add a convenience function for registering subdevs with n...Steve Longerbeam2018-10-041-0/+64
* media: v4l2-fwnode: Switch to v4l2_async_notifier_add_subdevSteve Longerbeam2018-10-042-108/+28Star
* media: v4l2: async: Add convenience functions to allocate and add asd'sSteve Longerbeam2018-10-041-0/+76
* media: v4l2: async: Add v4l2_async_notifier_add_subdevSteve Longerbeam2018-10-041-42/+149
* media: v4l2: async: Allow searching for asd of any typeSteve Longerbeam2018-10-041-31/+46
* media: v4l2-fwnode: ignore endpoints that have no remote port parentSteve Longerbeam2018-10-041-1/+1
* media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCCHans Verkuil2018-09-241-2/+2
* media: replace ADOBERGB by OPRGBHans Verkuil2018-09-241-4/+4
* media: cec/v4l2: move V4L2 specific CEC functions to V4L2Hans Verkuil2018-09-241-0/+151
* media: v4l: subdev: Add a function to set an I²C sub-device's nameSakari Ailus2018-09-171-4/+14
* media: v4l2-mc: get rid of global pad indexesMauro Carvalho Chehab2018-09-171-1/+48
* media: v4l2-mc: add print messages when media graph failsMauro Carvalho Chehab2018-09-171-19/+61
* media: v4l2-mc: switch it to use the new approach to setup pipelinesMauro Carvalho Chehab2018-09-171-23/+62
* media: v4l2: taint pads with the signal types for consumer devicesMauro Carvalho Chehab2018-09-171-0/+5
* media: v4l2: remove VBI output padMauro Carvalho Chehab2018-09-171-1/+1
* media: v4l2-common: v4l2_spi_subdev_init : generate unique namePhilippe De Muyter2018-09-121-1/+2
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-116-14/+14
* media: v4l2-dv-timings: Introduce v4l2_calc_timeperframe helperJose Abreu2018-08-311-0/+39
* Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-08-167-47/+430
|\
| * media: v4l2-mem2mem: add descriptions to MC fieldsMauro Carvalho Chehab2018-08-071-0/+18
| * media: v4l: Add new 10-bit packed grayscale formatTodor Tomov2018-08-021-0/+1
| * media: doc-rst: Add packed Bayer raw14 pixel formatsSakari Ailus2018-08-021-0/+4
| * media: v4l2-mem2mem: Fix missing v4l2_m2m_try_run callEzequiel Garcia2018-07-271-3/+30
| * media: v4l2-mem2mem: add v4l2_m2m_last_buf()Hans Verkuil2018-07-251-0/+18
| * media: videodev.h: add PIX_FMT_FWHT for use with vicodecHans Verkuil2018-07-251-0/+1
| * media: mem2mem: Make .job_abort optionalEzequiel Garcia2018-07-241-3/+3
| * media: v4l: Add support for STD ioctls on subdev nodesNiklas Söderlund2018-07-241-0/+22
| * media: v4l2-fwnode: parse 'data-enable-active' propJacopo Mondi2018-07-241-0/+4
| * media: v4l2-ctrl: Add control for VP9 profileKeiichi Watanabe2018-07-041-0/+11
| * media: v4l2-ctrl: Change control for VP8 profile to menu controlKeiichi Watanabe2018-07-041-1/+11
| * media: add helpers for memory-to-memory media controllerEzequiel Garcia2018-07-042-5/+198
| * media: mark entity-intf links as IMMUTABLEHans Verkuil2018-07-042-2/+4
| * media: v4l2-ctrls.c: fix broken auto cluster handlingHans Verkuil2018-07-041-1/+14
| * media: v4l2-ioctl.c: use correct vb2_queue lock for m2m devicesHans Verkuil2018-07-041-2/+54
| * media: mem2mem: Remove excessive try_run callEzequiel Garcia2018-06-281-1/+0Star
| * media: v4l2-ioctl: create helper to fill in v4l2_standard for ENUMSTDNiklas Söderlund2018-06-281-29/+37
* | ACPI: Convert ACPI reference args to generic fwnode reference argsSakari Ailus2018-07-231-1/+1
|/
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-1/+1
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-1/+1
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-3/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+2
* Convert v4l2 event to struct_sizeMatthew Wilcox2018-06-131-2/+1Star
* media: v4l2-ioctl.c: fix missing unlock in __video_do_ioctl()Hans Verkuil2018-06-051-1/+1
* media: v4l2-core: push taking ioctl mutex down to ioctl handlerHans Verkuil2018-05-283-10/+33
* media: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-05-281-2/+0Star