aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
2023-08-10media: mediatek: vcodec: separate decoder and encoderYunfei Dong59-110/+118
2023-08-10media: mediatek: vcodec: remove unused include headerYunfei Dong25-34/+0
2023-08-10media: mediatek: vcodec: fix unreasonable parameter definition and styleYunfei Dong2-6/+6
2023-08-10media: mediatek: vcodec: separate struct mtk_vcodec_devYunfei Dong38-422/+468
2023-08-10media: mediatek: vcodec: separate struct 'mtk_vcodec_ctx'Yunfei Dong46-516/+688
2023-08-10media: mediatek: vcodec: replace pr_* with dev_* for v4l2 debug messageYunfei Dong23-443/+419
2023-08-10media: mediatek: vcodec: remove the dependency of vcodec debug logYunfei Dong14-535/+494
2023-08-10media: mediatek: vcodec: Removing useless debug logYunfei Dong12-90/+4
2023-08-10media: mediatek: vcodec: Removing struct 'mtk_vcodec_ctx/dev' for shared inte...Yunfei Dong7-41/+41
2023-08-10media: mediatek: vcodec: align fw interfaceYunfei Dong5-19/+23
2023-08-10media: mediatek: vcodec: remove unused parameterYunfei Dong3-10/+0
2023-08-10media: v4l: async: Set v4l2_device and subdev in async notifier initSakari Ailus34-78/+74
2023-08-10media: qcom: Initialise V4L2 async notifier laterSakari Ailus1-11/+10
2023-08-10media: davinci: Init async notifier after registering V4L2 deviceSakari Ailus1-10/+9
2023-08-10media: xilinx-vipp: Init async notifier after registering V4L2 deviceSakari Ailus1-1/+2
2023-08-10media: omap3isp: Initialise V4L2 async notifier laterSakari Ailus1-7/+8
2023-08-10media: am437x-vpfe: Register V4L2 device earlySakari Ailus1-14/+13
2023-08-10media: marvell: cafe: Register V4L2 device earlierSakari Ailus2-11/+9
2023-08-10media: pxa_camera: Register V4L2 device earlySakari Ailus1-9/+10
2023-08-10media: pxa_camera: Fix probe error handlingSakari Ailus1-23/+25
2023-08-09media: imx: imx7-media-csi: Fix applying format constraintsFabio Estevam1-2/+5
2023-08-08Merge tag 'hardening-v6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2023-07-28media: v4l: async: Obtain async connection based on sub-deviceSakari Ailus7-10/+50
2023-07-28media: v4l: async: Rework internal listsSakari Ailus3-6/+6
2023-07-28media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connectionSakari Ailus44-152/+151
2023-07-28media: v4l: async: Simplify async sub-device fwnode matchingSakari Ailus1-7/+0
2023-07-28media: v4l: async: Clean up list heads and entriesSakari Ailus1-3/+3
2023-07-28media: omap3isp: Move link creation to bound callbackSakari Ailus1-19/+19
2023-07-28media: xilinx-vipp: Clean up bound async notifier callbackSakari Ailus1-27/+5
2023-07-28media: atmel-isi: Remote unneeeded forward declarationSakari Ailus1-2/+0
2023-07-28media: mtk-jpeg: Set platform driver data earlierChen-Yu Tsai1-2/+2
2023-07-27media: venus: Use struct_size_t() helper in pkt_session_unset_buffers()Gustavo A. R. Silva1-2/+2
2023-07-27media: mediatek: vcodec: Consider vdecsys presence in reg range checkNícolas F. R. A. Prado1-1/+5
2023-07-26media: venus: core.h: update kerneldocHans Verkuil1-1/+3
2023-07-25media: mediatek: vcodec: fix resource leaks in vdec_msg_queue_init()Dan Carpenter1-2/+3
2023-07-25media: mediatek: vcodec: fix potential double freeDan Carpenter1-0/+1
2023-07-25media: mediatek: vcodec: Return NULL if no vdec_fb is foundIrui Wang1-2/+3
2023-07-25media: mediatek: vcodec: fix AV1 decode fail for 36bit iovaXiaoyong Lu1-4/+8
2023-07-25media: mediatek: vcodec: Read HW active status from sysconNícolas F. R. A. Prado5-18/+88
2023-07-25media: mediatek: vcodec: Define address for VDEC_HW_ACTIVENícolas F. R. A. Prado3-5/+6
2023-07-25media: mediatek: vcodec: Improve an error messageDan Carpenter1-2/+2
2023-07-25media: mediatek: vcodec: Fix potential crash in mtk_vcodec_dbgfs_remove()Dan Carpenter1-6/+3
2023-07-25media: amphion: ensure the bitops don't cross boundariesMing Qian1-0/+2
2023-07-25media: amphion: fix UNUSED_VALUE issue reported by coverityMing Qian1-1/+1
2023-07-25media: amphion: fix UNINIT issues reported by coverityMing Qian1-6/+6
2023-07-25media: amphion: fix REVERSE_INULL issues reported by coverityMing Qian1-2/+4
2023-07-25media: amphion: fix CHECKED_RETURN issues reported by coverityMing Qian3-4/+15
2023-07-25media: amphion: decoder support display delay for all formatsMing Qian1-3/+22
2023-07-25media: mtk-jpeg: Fix use after free bug due to uncanceled workZheng Wang1-0/+1
2023-07-25media: verisilicon: Fix TRY_FMT on encoder OUTPUTMichael Tretter1-2/+7