summaryrefslogtreecommitdiff
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
2020-09-03media: davinci: vpif_capture: fix potential double freeEvgeny Novikov1-2/+0
2020-08-26media: vpss: clean up resources in initEvgeny Novikov1-4/+16
2020-08-21media: exynos4-is: Add missed check for pinctrl_lookup_state()Chuhong Yuan1-0/+3
2020-08-21media: omap3isp: Add missed v4l2_ctrl_handler_free() for preview_init_entities()Chuhong Yuan1-1/+3
2020-05-10am437x-vpfe: fix an uninitialized variable bugDan Carpenter1-1/+1
2020-05-10c8sectpfe: Rework firmware loading mechanismPeter Griffin1-43/+22
2020-05-05exynos4-is: fix a format string bugRasmus Villemoes1-2/+2
2020-02-28media: sti: bdisp: fix a possible sleep-in-atomic-context bug in bdisp_device...Jia-Ju Bai1-3/+3
2020-01-29media: vivid: fix incorrect assignment operation when setting video modeColin Ian King1-1/+1
2020-01-29media: davinci/vpbe: array underflow in vpbe_enum_outputs()Dan Carpenter1-1/+1
2020-01-29media: omap_vout: potential buffer overflow in vidioc_dqbuf()Dan Carpenter1-9/+6
2020-01-29media: davinci-isif: avoid uninitialized variable useArnd Bergmann1-9/+0
2020-01-29media: s5p-jpeg: Correct step and max values for V4L2_CID_JPEG_RESTART_INTERVALPawe? Chmiel1-1/+1
2020-01-23media: exynos4-is: Fix recursive locking in isp_video_release()Seung-Woo Kim1-1/+1
2020-01-04media: ti-vpe: vpe: Make sure YUYV is set as default formatBenoit Parrot1-1/+1
2020-01-04media: ti-vpe: vpe: fix a v4l2-compliance failure about frame sequence numberBenoit Parrot1-0/+1
2020-01-04media: ti-vpe: vpe: fix a v4l2-compliance warning about invalid pixel formatBenoit Parrot1-4/+9
2020-01-04media: am437x-vpfe: Setting STD to current value is not an errorBenoit Parrot1-0/+4
2019-12-21media: bdisp: fix memleak on releaseJohan Hovold1-2/+1
2019-11-28media: vivid: Fix wrong locking that causes race conditions on streaming stopAlexander Popov3-9/+15
2019-11-28media: vivid: Set vid_cap_streaming and vid_out_streaming to trueVandana BN2-6/+0
2019-11-25media: isif: fix a NULL pointer dereference bugWenwen Wang1-1/+2
2019-11-25media: davinci: Fix implicit enum conversion warningNathan Chancellor1-1/+1
2019-10-05media: omap3isp: Set device on omap3isp subdevsSakari Ailus6-0/+7
2019-10-05media: omap3isp: Don't set streaming state on random subdevsSakari Ailus1-0/+8
2019-08-04media: coda: Remove unbalanced and unneeded mutex unlockEzequiel Garcia1-1/+0
2019-08-04media: coda: increment sequence offset for the last returned framePhilipp Zabel1-0/+3
2019-08-04media: coda: fix mpeg2 sequence number handlingPhilipp Zabel1-1/+4
2019-08-04media: vpss: fix a potential NULL pointer dereferenceKangjie Lu1-0/+5
2019-08-04media: marvell-ccic: fix DMA s/g desc number calculationLubomir Rintel1-2/+3
2019-06-11media: coda: clear error return value before picture runPhilipp Zabel1-0/+3
2019-06-11media: vivid: use vfree() instead of kfree() for dev->bitmap_capAlexander Potapenko1-1/+1
2019-04-27media: s5p-jpeg: Check for fmt_ver_flag when doing fmt enumerationPawe? Chmiel1-8/+11
2019-04-27media: mx2_emmaprp: Correct return type for mem2mem buffer helpersEzequiel Garcia1-3/+3
2019-04-27media: s5p-g2d: Correct return type for mem2mem buffer helpersEzequiel Garcia1-3/+3
2019-04-27media: s5p-jpeg: Correct return type for mem2mem buffer helpersEzequiel Garcia1-19/+19
2019-04-27media: sh_veu: Correct return type for mem2mem buffer helpersEzequiel Garcia1-2/+2
2019-02-20media: DaVinci-VPBE: fix error handling in vpbe_initialize()Alexey Khoroshilov1-2/+5
2019-01-26media: vivid: set min width/height to a value > 0Hans Verkuil1-1/+1
2019-01-26media: vivid: fix error handling of kthread_runHans Verkuil2-2/+8
2019-01-13media: vivid: free bitmap_cap when updating std/timings/etc.Hans Verkuil1-0/+2
2018-12-17mm: replace get_vaddr_frames() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2018-10-10media: omap3isp: zero-initialize the isp cam_xclk{a,b} initial dataJavier Martinez Canillas1-1/+1
2018-10-10media: s3c-camif: ignore -ENOIOCTLCMD from v4l2_subdev_call for s_powerAkinobu Mita1-0/+2
2018-10-10media: fsl-viu: fix error handling in viu_of_probe()Alexey Khoroshilov1-15/+23
2018-10-10media: exynos4-is: Prevent NULL pointer dereference in __isp_video_try_fmt()Sylwester Nawrocki1-3/+8
2018-08-06media: omap3isp: fix unbalanced dma_iommu_mappingSuman Anna1-3/+4
2018-08-06media: rcar_jpu: Add missing clk_disable_unprepare() on error in jpu_open()Wei Yongjun1-1/+3
2018-05-30media: s3c-camif: fix out-of-bounds array accessArnd Bergmann1-3/+4
2018-03-24media: c8sectpfe: fix potential NULL pointer dereference in c8sectpfe_timer_i...Gustavo A. R. Silva1-1/+3