summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2023-07-28media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connectionSakari Ailus53-262/+261
2023-07-28media: v4l: async: Simplify async sub-device fwnode matchingSakari Ailus7-124/+26
2023-07-28media: v4l: async: Clean up list heads and entriesSakari Ailus3-31/+31
2023-07-28media: v4l: async: Only pass match information for async subdev validationSakari Ailus1-53/+56
2023-07-28media: v4l: async: Rename V4L2_ASYNC_MATCH_ macros, add TYPE_Sakari Ailus1-11/+11
2023-07-28media: v4l: async: Make V4L2 async match information a structSakari Ailus1-9/+9
2023-07-28media: v4l: async: Don't check whether asd is NULL in validity checkSakari Ailus1-3/+0
2023-07-28media: v4l: async: Clean up testing for duplicate async subdevsSakari Ailus1-12/+12
2023-07-28media: v4l: async: Add some debug printsSakari Ailus1-8/+63
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: v4l: async: Drop v4l2_async_nf_parse_fwnode_endpoints()Jacopo Mondi2-100/+3
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
2023-07-25media: amphion: add helper function to get id nameMing Qian6-13/+79
2023-07-25media: amphion: reinit vpu if reqbufs output 0Ming Qian2-3/+6
2023-07-25media: pci: saa7164: replace BUG with error returnHans Verkuil1-1/+1
2023-07-25media: pci: cx23885: replace BUG with error returnHans Verkuil1-1/+1
2023-07-25media: tuners: qt1010: replace BUG_ON with a regular errorHans Verkuil1-5/+6
2023-07-25media: drxk: Use %*ph for printing hexdump of a small bufferAndy Shevchenko1-24/+5
2023-07-25media: i2c: ds90ub913: Fix a warning about use of uninitialized variableTomi Valkeinen1-1/+1
2023-07-25media: Remove flag FBINFO_FLAG_DEFAULT from fbdev driversThomas Zimmermann2-2/+0
2023-07-25media: ti: cal: Implement get_frame_desc for camera-rxTomi Valkeinen3-47/+47
2023-07-25media: ti: cal: Use subdev stateTomi Valkeinen3-107/+53
2023-07-25media: ti: cal: Fix cal_camerarx_create() error handlingTomi Valkeinen1-10/+13
2023-07-25media: ti: cal: Clean up mbus formats usesTomi Valkeinen3-32/+8
2023-07-25media: imx: Unstage the imx8mq-mipi-csi2 driverMartin Kepplinger3-0/+978
2023-07-19media: i2c: ov01a10: Switch back to use struct i2c_driver::probeUwe Kleine-König1-1/+1
2023-07-19media: aspeed: Fix memory overwrite if timing is 1600x900Jammy Huang1-2/+2
2023-07-19media: ds90ub9xx: switch three more drivers back to use struct i2c_driver::pr...Uwe Kleine-König3-3/+3
2023-07-19media: i2c: ds90ub960: fix error handling in ub960_rxport_add_serializer()Harshit Mogalapalli1-2/+2
2023-07-19media: i2c: ds90ub953: No need to set device_driver ownerYang Li1-1/+0
2023-07-19media: Explicitly include correct DT includesRob Herring59-71/+44