summaryrefslogtreecommitdiff
path: root/drivers/media/v4l2-core
AgeCommit message (Expand)AuthorFilesLines
2020-03-20media: v4l: Add 14-bit raw greyscale pixel formatDaniel Glöckner1-0/+1
2020-03-20media: v4l: Add 14-bit raw bayer pixel formatsSakari Ailus1-0/+4
2020-03-12media: v4l2-fwnode: add initial connector parsing supportMarco Felsch1-0/+165
2020-03-12media: v4l2-fwnode: add endpoint id field to v4l2_fwnode_linkMarco Felsch1-0/+2
2020-03-12media: v4l2-fwnode: simplify v4l2_fwnode_parse_linkMarco Felsch1-16/+9
2020-03-12media: v4l2-fwnode: fix v4l2_fwnode_parse_link handlingMarco Felsch1-1/+1
2020-03-06media: v4l2-mem2mem: handle draining, stopped and next-buf-is-last statesNeil Armstrong1-2/+219
2020-03-06media: v4l2-ctrls: v4l2_ctrl_request_complete() should always set ref->reqHans Verkuil1-2/+9
2020-03-06media: v4l2-core: fix entity initialization in device_register_subdevEugen Hristev1-5/+2
2020-03-06media: v4l2-core: fix a use-after-free bug of sd->devnodeDafna Hirschfeld1-0/+1
2020-03-02media: Split v4l2_pipeline_pm_use into v4l2_pipeline_pm_{get, put}Ezequiel Garcia1-3/+15
2020-02-24media: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2-7/+7
2020-02-24media: v4l2-core: v4l2-i2c: convert to new API with ERRPTRWolfram Sang1-5/+5
2020-02-24media: v4l2-mem2mem.c: fix broken linksHans Verkuil1-2/+2
2020-02-01Merge tag 'media/v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds6-127/+604
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard1-2/+2
2020-01-31media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversionJohn Hubbard1-7/+4
2020-01-31media/v4l2-core: set pages dirty upon releasing DMA buffersJohn Hubbard1-1/+4
2020-01-23media: v4l2-fwnode: Print the node name while parsing endpointsSakari Ailus1-3/+3
2020-01-09media: v4l2-core: fix uninitialized structure fields being returned to userspaceColin Ian King1-1/+1
2020-01-08media: v4l2-core: only zero-out ioctl-read buffersArnd Bergmann1-4/+4
2020-01-08Merge tag 'v5.5-rc5' into patchworkMauro Carvalho Chehab1-1/+1
2020-01-03media: v4l2-core: fix compat v4l2_buffer handling for time64 ABIArnd Bergmann1-1/+267
2020-01-03media: v4l2-core: fix compat VIDIOC_DQEVENT for time64 ABIArnd Bergmann1-1/+59
2020-01-03media: v4l2-core: fix v4l2_buffer handling for time64 ABIArnd Bergmann1-4/+70
2020-01-03media: v4l2-core: fix VIDIOC_DQEVENT for time64 ABIArnd Bergmann3-3/+57
2020-01-03media: v4l2-core: split out data copy from video_usercopyArnd Bergmann1-39/+69
2020-01-03media: v4l2-core: compat: ignore native command codesArnd Bergmann1-73/+75
2020-01-03media: v4l2: abstract timeval handling in v4l2_bufferArnd Bergmann1-2/+3
2019-12-16media: v4l2-ioctl.c: allow multiplanar for touchHans Verkuil1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-11-10media: v4l2-ctrl: Lock main_hdl on operations of requests_queued.Pi-Hsun Shih1-0/+7
2019-11-10media: v4l2-ioctl.c: zero reserved fields for S/TRY_FMTHans Verkuil1-12/+12
2019-11-10media: v4l2: Use FIELD_SIZEOF directlyzhong jiang1-1/+1
2019-11-09media: v4l2-mem2mem: Fix hold buf flag checksJernej Skrabec1-2/+2
2019-11-08media: v4l2-ctrl: Use p_const when possibleRicardo Ribalda Delgado1-8/+9
2019-11-08media: v4l2_ctrl: Add p_def to v4l2_ctrl_configRicardo Ribalda Delgado1-1/+1
2019-11-05media: v4l2-core: fix touch support in v4l_g_fmtVandana BN1-15/+18
2019-11-05media: v4l2-subdev: Don't use __u32 internallyJanusz Krzysztofik1-3/+3
2019-11-05media: v4l2-dv-timings: Use DIV_ROUND_CLOSEST directly to make it readablezhong jiang1-1/+1
2019-10-25media: v4l: Add definitions for HEVC stateless decodingPaul Kocialkowski2-1/+109
2019-10-24media: v4l2-core: Add new metadata formatVandana BN1-0/+1
2019-10-24media: v4l2-dev: disable frequency and tuner ioctls for touchHans Verkuil1-3/+5
2019-10-24media: v4l2-dev: fix is_tch checksHans Verkuil1-6/+18
2019-10-24media: v4l2-dev: simplify the SDR checksHans Verkuil1-16/+8
2019-10-24media: v4l2-core: correctly validate video and metadata ioctlsVandana BN2-26/+52
2019-10-21media: v4l2-mem2mem: add new_frame detectionHans Verkuil1-2/+9
2019-10-21media: v4l2-mem2mem: add stateless_(try_)decoder_cmd ioctl helpersJernej Skrabec1-0/+53
2019-10-21media: v4l2-mem2mem: support held capture buffersHans Verkuil1-33/+97
2019-10-10media: v4l2-common: add RGB565 and RGB55 to v4l2_format_infoBenoit Parrot1-0/+2