summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core
Commit message (Expand)AuthorAgeFilesLines
* media/v4l2-core: set pages dirty upon releasing DMA buffersJohn Hubbard2020-02-141-1/+4
* media: v4l2-ioctl.c: zero reserved fields for S/TRY_FMTHans Verkuil2020-01-291-12/+12
* media: v4l2-core: fix touch support in v4l_g_fmtVandana BN2019-12-311-15/+18
* media: v4l2-ctrl: fix flags for DO_WHITE_BALANCEEugen Hristev2019-12-051-0/+1
* media: v4l2: Test type instead of cfg->type in v4l2_ctrl_new_custom()Boris Brezillon2019-07-311-5/+4
* media: v4l2-ioctl: clear fields in s_parmHans Verkuil2019-06-191-1/+16
* media: v4l2-ctrls.c/uvc: zero v4l2_eventHans Verkuil2019-03-271-1/+1
* media: videobuf2-v4l2: drop WARN_ON in vb2_warn_zero_bytesused()Hans Verkuil2019-03-231-1/+0
* media: vb2: be sure to unlock mutex on errorsMauro Carvalho Chehab2019-01-231-1/+2
* media: vb2: vb2_mmap: move lock upHans Verkuil2019-01-231-3/+8
* media: v4l: ioctl: Validate num_planes for debug messagesSakari Ailus2019-01-231-1/+3
* media: v4l: event: Add subscription to list before calling "add" operationSakari Ailus2018-11-271-19/+24
* media: v4l: event: Prevent freeing event subscriptions while accessedSakari Ailus2018-10-032-18/+22
* media: videobuf2-core: check for q->error in vb2_core_qbuf()Hans Verkuil2018-09-261-0/+5
* media: videobuf2-core: don't call memop 'finish' when queueingHans Verkuil2018-08-031-3/+6
* media: vb2: core: Finish buffers at the end of the streamSakari Ailus2018-07-111-0/+9
* media: v4l2-compat-ioctl32: prevent go past max sizeMauro Carvalho Chehab2018-07-031-1/+1
* media: vb2: Fix videobuf2 to map correct areaMasami Hiramatsu2018-05-251-1/+1
* media: v4l2-compat-ioctl32: don't oops on overlayMauro Carvalho Chehab2018-04-191-1/+3
* media: videobuf2-core: don't go out of the buffer rangeMauro Carvalho Chehab2018-04-121-0/+4
* media: v4l2-compat-ioctl32.c: make ctrl_is_pointer work for subdevsHans Verkuil2018-02-161-1/+1
* media: v4l2-compat-ioctl32.c: refactor compat ioctl32 logicDaniel Mentz2018-02-161-263/+477
* media: v4l2-compat-ioctl32.c: don't copy back the result for certain errorsHans Verkuil2018-02-161-0/+3
* media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer typeHans Verkuil2018-02-161-4/+0
* media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32Hans Verkuil2018-02-161-19/+40
* media: v4l2-compat-ioctl32.c: fix ctrl_is_pointerHans Verkuil2018-02-161-19/+38
* media: v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32Hans Verkuil2018-02-161-19/+28
* media: v4l2-compat-ioctl32.c: avoid sizeof(type)Hans Verkuil2018-02-161-43/+36
* media: v4l2-compat-ioctl32.c: move 'helper' functions to __get/put_v4l2_format32Hans Verkuil2018-02-161-100/+24
* media: v4l2-compat-ioctl32.c: fix the indentationHans Verkuil2018-02-161-105/+107
* media: v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUFHans Verkuil2018-02-161-0/+1
* media: v4l2-ioctl.c: don't copy back the result for -ENOTTYHans Verkuil2018-02-161-1/+4
* media: v4l2-ioctl.c: use check_fmt for enum/g/s/try_fmtHans Verkuil2018-02-161-86/+54
* v4l2: disable filesystem-dax mapping supportDan Williams2017-12-051-2/+3
* media: v4l2-ctrl: Fix flags field on Control eventsRicardo Ribalda Delgado2017-11-301-4/+12
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* media: Revert "[media] v4l: async: make v4l2 coexist with devicetree nodes in...Rob Herring2017-09-051-6/+1
* media: v4l2-flash-led-class: Create separate sub-devices for indicatorsSakari Ailus2017-08-261-46/+67
* media: v4l: Add packed Bayer raw12 pixel formatsSakari Ailus2017-08-261-4/+8
* media: vb2: add bidirectional flag in vb2_queueStanimir Varbanov2017-08-264-14/+18
* media: v4l: fwnode: Use a less clash-prone name for MAX_DATA_LANES macroSakari Ailus2017-08-261-2/+3
* media: v4l: fwnode: The clock lane is the first lane in lane_polaritiesSakari Ailus2017-08-261-1/+1
* media: v4l: fwnode: Fix lane-polarities property parsingSakari Ailus2017-08-261-3/+7
* media: Convert to using %pOF instead of full_nameRob Herring2017-08-201-2/+1
* media: v4l2-compat-ioctl32.c: add capabilities field to, v4l2_input32Hans Verkuil2017-08-201-1/+2
* media: v4l2-compat-ioctl32: Fix timespec conversionDaniel Mentz2017-08-091-1/+2
* media: v4l2-compat-ioctl32: Copy v4l2_window->global_alphaDaniel Mentz2017-08-091-2/+5
* media: vb2: core: Lower the log level of debug outputsHirokazu Honda2017-08-081-5/+5
* media: v4l2-flash: Flash ops aren't mandatorySakari Ailus2017-07-261-6/+5
* media: v4l2-flash: Use led_classdev instead of led_classdev_flash for indicatorSakari Ailus2017-07-261-12/+7