aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-24media: v4l2-ctrls.c: initialize an error return code with zeroHans Verkuil1-1/+1
2018-09-24media: v4l2-compat-ioctl32.c: add missing documentation for a fieldHans Verkuil1-0/+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-09-11media: v4l2-ctrls: improve media_request_(un)lock_for_updateHans Verkuil1-3/+3
2018-09-11media: v4l2-ctrls: use media_request_(un)lock_for_accessHans Verkuil1-6/+15
2018-09-11media: vb2: set reqbufs/create_bufs capabilitiesHans Verkuil2-3/+5
2018-09-11media: v4l2-ctrls: return -EACCES if request wasn't completedHans Verkuil1-3/+2
2018-08-31media: v4l2-mem2mem: add vb2_m2m_request_queueHans Verkuil1-8/+55
2018-08-31media: videobuf2-v4l2: integrate with media requestsHans Verkuil1-2/+4
2018-08-31media: videodev2.h: Add request_fd field to v4l2_bufferHans Verkuil2-5/+8
2018-08-31media: v4l2-ctrls: add v4l2_ctrl_request_hdl_find/put/ctrl_find functionsHans Verkuil1-0/+25
2018-08-31media: v4l2-ctrls: support g/s_ext_ctrls for requestsHans Verkuil3-17/+142
2018-08-31media: v4l2-ctrls: add core request supportHans Verkuil1-6/+330
2018-08-31media: v4l2-ctrls: use ref in helper instead of ctrlHans Verkuil1-9/+9
2018-08-31media: v4l2-ctrls: alloc memory for p_reqHans Verkuil1-4/+16
2018-08-31media: v4l2-ctrls: prepare internal structs for request APIHans Verkuil1-0/+1
2018-08-31media: v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_devHans Verkuil2-5/+9
2018-08-31media: videodev2.h: add request_fd field to v4l2_ext_controlsAlexandre Courbot2-4/+7
2018-08-31media: v4l2-dev: lock req_queue_mutexHans Verkuil2-3/+37
2018-08-31media: v4l2-dv-timings: Introduce v4l2_calc_timeperframe helperJose Abreu1-0/+39
2018-08-15Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus 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-24media: mem2mem: Make .job_abort optionalEzequiel Garcia1-3/+3
2018-07-24media: 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-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+1