summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core
Commit message (Expand)AuthorAgeFilesLines
* media: v4l2-fwnode: add initial connector parsing supportMarco Felsch2020-03-061-0/+167
* media: v4l2-fwnode: add endpoint id field to v4l2_fwnode_linkMarco Felsch2020-03-061-0/+2
* media: v4l2-mem2mem: handle draining, stopped and next-buf-is-last statesNeil Armstrong2020-03-051-2/+219
* media: v4l2-ctrls: v4l2_ctrl_request_complete() should always set ref->reqHans Verkuil2020-03-051-2/+9
* media: v4l2-core: fix entity initialization in device_register_subdevEugen Hristev2020-03-051-5/+2
* media: v4l2-core: fix a use-after-free bug of sd->devnodeDafna Hirschfeld2020-03-051-0/+1
* media: Split v4l2_pipeline_pm_use into v4l2_pipeline_pm_{get, put}Ezequiel Garcia2020-03-021-3/+15
* media: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-242-7/+7
* media: v4l2-core: v4l2-i2c: convert to new API with ERRPTRWolfram Sang2020-02-241-5/+5
* media: v4l2-mem2mem.c: fix broken linksHans Verkuil2020-02-241-2/+2
* Merge tag 'media/v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-01-316-127/+604
|\
| * media: v4l2-fwnode: Print the node name while parsing endpointsSakari Ailus2020-01-231-3/+3
| * media: v4l2-core: fix uninitialized structure fields being returned to userspaceColin Ian King2020-01-091-1/+1
| * media: v4l2-core: only zero-out ioctl-read buffersArnd Bergmann2020-01-081-4/+4
| * Merge tag 'v5.5-rc5' into patchworkMauro Carvalho Chehab2020-01-081-1/+1
| |\
| * | media: v4l2-core: fix compat v4l2_buffer handling for time64 ABIArnd Bergmann2020-01-031-1/+267
| * | media: v4l2-core: fix compat VIDIOC_DQEVENT for time64 ABIArnd Bergmann2020-01-031-1/+59
| * | media: v4l2-core: fix v4l2_buffer handling for time64 ABIArnd Bergmann2020-01-031-4/+70
| * | media: v4l2-core: fix VIDIOC_DQEVENT for time64 ABIArnd Bergmann2020-01-033-3/+57
| * | media: v4l2-core: split out data copy from video_usercopyArnd Bergmann2020-01-031-39/+69
| * | media: v4l2-core: compat: ignore native command codesArnd Bergmann2020-01-031-73/+75
| * | media: v4l2: abstract timeval handling in v4l2_bufferArnd Bergmann2020-01-031-2/+3
| * | media: v4l2-ioctl.c: allow multiplanar for touchHans Verkuil2019-12-161-1/+1
* | | mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-311-2/+2
* | | media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversionJohn Hubbard2020-01-311-7/+4
* | | media/v4l2-core: set pages dirty upon releasing DMA buffersJohn Hubbard2020-01-311-1/+4
| |/ |/|
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
|/
* media: v4l2-ctrl: Lock main_hdl on operations of requests_queued.Pi-Hsun Shih2019-11-101-0/+7
* media: v4l2-ioctl.c: zero reserved fields for S/TRY_FMTHans Verkuil2019-11-101-12/+12
* media: v4l2: Use FIELD_SIZEOF directlyzhong jiang2019-11-101-1/+1
* media: v4l2-mem2mem: Fix hold buf flag checksJernej Skrabec2019-11-091-2/+2
* media: v4l2-ctrl: Use p_const when possibleRicardo Ribalda Delgado2019-11-081-8/+9
* media: v4l2_ctrl: Add p_def to v4l2_ctrl_configRicardo Ribalda Delgado2019-11-081-1/+1
* media: v4l2-core: fix touch support in v4l_g_fmtVandana BN2019-11-051-15/+18
* media: v4l2-subdev: Don't use __u32 internallyJanusz Krzysztofik2019-11-051-3/+3
* media: v4l2-dv-timings: Use DIV_ROUND_CLOSEST directly to make it readablezhong jiang2019-11-051-1/+1
* media: v4l: Add definitions for HEVC stateless decodingPaul Kocialkowski2019-10-242-1/+109
* media: v4l2-core: Add new metadata formatVandana BN2019-10-241-0/+1
* media: v4l2-dev: disable frequency and tuner ioctls for touchHans Verkuil2019-10-241-3/+5
* media: v4l2-dev: fix is_tch checksHans Verkuil2019-10-241-6/+18
* media: v4l2-dev: simplify the SDR checksHans Verkuil2019-10-241-16/+8
* media: v4l2-core: correctly validate video and metadata ioctlsVandana BN2019-10-242-26/+52
* media: v4l2-mem2mem: add new_frame detectionHans Verkuil2019-10-211-2/+9
* media: v4l2-mem2mem: add stateless_(try_)decoder_cmd ioctl helpersJernej Skrabec2019-10-211-0/+53
* media: v4l2-mem2mem: support held capture buffersHans Verkuil2019-10-211-33/+97
* media: v4l2-common: add RGB565 and RGB55 to v4l2_format_infoBenoit Parrot2019-10-101-0/+2
* media: v4l2-common: add pixel encoding supportBenoit Parrot2019-10-101-63/+63
* media: add V4L2_CID_UNIT_CELL_SIZE controlRicardo Ribalda Delgado2019-10-101-0/+5
* media: add V4L2_CTRL_TYPE_AREA control typeRicardo Ribalda Delgado2019-10-101-0/+21
* media: v4l2-core: Implement v4l2_ctrl_new_std_compoundRicardo Ribalda Delgado2019-10-101-7/+43