summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
* media: v4l2-mem2mem.c: fix broken linksHans Verkuil2020-03-121-2/+2
* media: vicodec: process all 4 components for RGB32 formatsHans Verkuil2020-03-121-25/+9
* media: mc-entity.c: use & to check pad flags, not ==Hans Verkuil2020-03-121-2/+2
* media: uvcvideo: Add a quirk to force GEO GC6500 Camera bits-per-pixel valueSergey Zakharchenko2020-02-242-0/+26
* media: cx23885: Add support for AVerMedia CE310BForest Crossman2020-02-243-1/+27
* media: sti: bdisp: fix a possible sleep-in-atomic-context bug in bdisp_device...Jia-Ju Bai2020-02-241-3/+3
* media: sun4i-csi: Fix [HV]sync polarity handlingChen-Yu Tsai2020-02-242-7/+15
* media: sun4i-csi: Fix data sampling polarity handlingChen-Yu Tsai2020-02-241-1/+1
* media: sun4i-csi: Deal with DRAM offsetChen-Yu Tsai2020-02-241-0/+22
* media: i2c: mt9v032: fix enum mbus codes and frame sizesEugen Hristev2020-02-241-2/+8
* media: ov5640: Fix check for PLL1 exceeding max allowed rateAdam Ford2020-02-241-1/+1
* media: i2c: adv748x: Fix unsafe macrosGustavo A. R. Silva2020-02-141-4/+4
* media: rc: ensure lirc is initialized before registering input deviceSean Young2020-02-111-11/+16
* media: iguanair: fix endpoint sanity checkJohan Hovold2020-02-111-1/+1
* media: v4l2-core: compat: ignore native command codesArnd Bergmann2020-02-111-73/+75
* media/v4l2-core: set pages dirty upon releasing DMA buffersJohn Hubbard2020-02-111-1/+4
* media: uvcvideo: Avoid cyclic entity chains due to malformed USB descriptorsWill Deacon2020-02-111-0/+12
* media: dvb-usb/dvb-usb-urb.c: initialize actlen to 0Hans Verkuil2020-02-051-1/+1
* media: gspca: zero usb_bufHans Verkuil2020-02-051-1/+1
* media: vp7045: do not read uninitialized values if usb transfer failsSean Young2020-02-051-7/+14
* media: af9005: uninitialized variable printkedSean Young2020-02-051-1/+1
* media: digitv: don't continue if remote control state can't be readSean Young2020-02-051-3/+7
* media: dvbsky: add support for eyeTV Geniatech T2 liteThomas Voegtle2020-02-011-0/+3
* media: v4l2-ioctl.c: zero reserved fields for S/TRY_FMTHans Verkuil2020-01-291-12/+12
* media: aspeed-video: Fix memory leaks in aspeed_video_probeNavid Emamdoost2020-01-171-1/+2
* media: coda: fix deadlock between decoder picture run and start commandPhilipp Zabel2020-01-171-2/+2
* media: exynos4-is: Fix recursive locking in isp_video_release()Seung-Woo Kim2020-01-171-1/+1
* media: v4l: cadence: Fix how unsued lanes are handled in 'csi2rx_start()'Christophe JAILLET2020-01-171-1/+1
* media: rcar-vin: Fix incorrect return statement in rvin_try_format()Niklas Söderlund2020-01-171-1/+2
* media: ov6650: Fix default format not applied on device probeJanusz Krzysztofik2020-01-171-2/+5
* media: ov6650: Fix .get_fmt() V4L2_SUBDEV_FORMAT_TRY supportJanusz Krzysztofik2020-01-171-3/+9
* media: ov6650: Fix some format attributes not under controlJanusz Krzysztofik2020-01-171-12/+39
* media: ov6650: Fix incorrect use of JPEG colorspaceJanusz Krzysztofik2020-01-171-11/+2
* media: usb: fix memory leak in af9005_identify_stateNavid Emamdoost2020-01-091-2/+3
* media: flexcop-usb: ensure -EIO is returned on error conditionColin Ian King2020-01-091-1/+1
* media: cec: check 'transmit_in_progress', not 'transmitting'Hans Verkuil2020-01-091-8/+12
* media: cec: avoid decrementing transmit_queue_sz if it is 0Hans Verkuil2020-01-091-2/+12
* media: cec: CEC 2.0-only bcast messages were ignoredHans Verkuil2020-01-091-3/+3
* media: pulse8-cec: fix lost cec_transmit_attempt_done() callHans Verkuil2020-01-091-4/+13
* media: vim2m: media_device_cleanup was called too earlyHans Verkuil2019-12-311-1/+3
* media: vicodec: media_device_cleanup was called too earlyHans Verkuil2019-12-311-1/+3
* media: v4l2-ctrl: Lock main_hdl on operations of requests_queued.Pi-Hsun Shih2019-12-311-0/+7
* media: si470x-i2c: add missed operations in removeChuhong Yuan2019-12-311-0/+2
* media: pvrusb2: Fix oops on tear-down when radio support is not presentMike Isely2019-12-311-2/+7
* media: exynos4-is: fix wrong mdev and v4l2 dev order in error pathSeung-Woo Kim2019-12-311-3/+4
* media: vivid: media_device_cleanup was called too earlyHans Verkuil2019-12-311-1/+3
* media: v4l2-core: fix touch support in v4l_g_fmtVandana BN2019-12-311-15/+18
* media: rcar_drif: fix a memory disclosureKangjie Lu2019-12-311-0/+1
* media: smiapp: Register sensor after enabling runtime PM on the deviceSakari Ailus2019-12-311-4/+8
* media: aspeed: clear garbage interruptsJae Hyun Yoo2019-12-311-0/+10