summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* media: v4l: async: Drop v4l2_async_nf_parse_fwnode_endpoints()Jacopo Mondi2023-07-282-100/+3
* media: mediatek: vcodec: Consider vdecsys presence in reg range checkNícolas F. R. A. Prado2023-07-271-1/+5
* media: venus: core.h: update kerneldocHans Verkuil2023-07-261-1/+3
* media: mediatek: vcodec: fix resource leaks in vdec_msg_queue_init()Dan Carpenter2023-07-251-2/+3
* media: mediatek: vcodec: fix potential double freeDan Carpenter2023-07-251-0/+1
* media: mediatek: vcodec: Return NULL if no vdec_fb is foundIrui Wang2023-07-251-2/+3
* media: mediatek: vcodec: fix AV1 decode fail for 36bit iovaXiaoyong Lu2023-07-251-4/+8
* media: mediatek: vcodec: Read HW active status from sysconNícolas F. R. A. Prado2023-07-255-18/+88
* media: mediatek: vcodec: Define address for VDEC_HW_ACTIVENícolas F. R. A. Prado2023-07-253-5/+6
* media: mediatek: vcodec: Improve an error messageDan Carpenter2023-07-251-2/+2
* media: mediatek: vcodec: Fix potential crash in mtk_vcodec_dbgfs_remove()Dan Carpenter2023-07-251-6/+3
* media: amphion: ensure the bitops don't cross boundariesMing Qian2023-07-251-0/+2
* media: amphion: fix UNUSED_VALUE issue reported by coverityMing Qian2023-07-251-1/+1
* media: amphion: fix UNINIT issues reported by coverityMing Qian2023-07-251-6/+6
* media: amphion: fix REVERSE_INULL issues reported by coverityMing Qian2023-07-251-2/+4
* media: amphion: fix CHECKED_RETURN issues reported by coverityMing Qian2023-07-253-4/+15
* media: rkvdec: increase max supported height for H.264Benjamin Gaignard2023-07-251-1/+1
* media: amphion: decoder support display delay for all formatsMing Qian2023-07-251-3/+22
* media: mtk-jpeg: Fix use after free bug due to uncanceled workZheng Wang2023-07-251-0/+1
* media: verisilicon: Fix TRY_FMT on encoder OUTPUTMichael Tretter2023-07-251-2/+7
* media: rkvdec: removed redundant blank lineEmma Christy2023-07-251-1/+0
* media: meson: vdec: Add MODULE_FIRMWARE macroJuerg Haefliger2023-07-251-0/+9
* media: amphion: add helper function to get id nameMing Qian2023-07-256-13/+79
* media: amphion: reinit vpu if reqbufs output 0Ming Qian2023-07-252-3/+6
* media: pci: saa7164: replace BUG with error returnHans Verkuil2023-07-251-1/+1
* media: pci: cx23885: replace BUG with error returnHans Verkuil2023-07-251-1/+1
* staging: media: tegra-video: include video.h headerHans Verkuil2023-07-251-0/+1
* staging: media: sun6i-isp: drop of_match_ptr for ID tableHans Verkuil2023-07-251-1/+1
* media: tuners: qt1010: replace BUG_ON with a regular errorHans Verkuil2023-07-251-5/+6
* media: drxk: Use %*ph for printing hexdump of a small bufferAndy Shevchenko2023-07-251-24/+5
* media: i2c: ds90ub913: Fix a warning about use of uninitialized variableTomi Valkeinen2023-07-251-1/+1
* media: Remove flag FBINFO_FLAG_DEFAULT from fbdev driversThomas Zimmermann2023-07-252-2/+0
* media: ti: cal: Implement get_frame_desc for camera-rxTomi Valkeinen2023-07-253-47/+47
* media: ti: cal: Use subdev stateTomi Valkeinen2023-07-253-107/+53
* media: ti: cal: Fix cal_camerarx_create() error handlingTomi Valkeinen2023-07-251-10/+13
* media: ti: cal: Clean up mbus formats usesTomi Valkeinen2023-07-253-32/+8
* media: imx: Unstage the imx8mq-mipi-csi2 driverMartin Kepplinger2023-07-255-12/+12
* staging: media: ipu3: code style fix - avoid multiple line dereferenceNikolay Kyx2023-07-251-8/+6
* media: i2c: ov01a10: Switch back to use struct i2c_driver::probeUwe Kleine-König2023-07-191-1/+1
* media: aspeed: Fix memory overwrite if timing is 1600x900Jammy Huang2023-07-191-2/+2
* media: ds90ub9xx: switch three more drivers back to use struct i2c_driver::pr...Uwe Kleine-König2023-07-193-3/+3
* media: i2c: ds90ub960: fix error handling in ub960_rxport_add_serializer()Harshit Mogalapalli2023-07-191-2/+2
* media: i2c: ds90ub953: No need to set device_driver ownerYang Li2023-07-191-1/+0
* media: Explicitly include correct DT includesRob Herring2023-07-1959-71/+44
* media: dvb-usb-v2: gl861: Fix null-ptr-deref in gl861_i2c_master_xferZhang Shurong2023-07-191-1/+1
* media: dvb-usb: opera1: fix uninit-value in dvb_usb_adapter_dvb_initZhang Shurong2023-07-191-2/+7
* media: az6007: Fix null-ptr-deref in az6007_i2c_xfer()Zhang Shurong2023-07-191-0/+8
* media: anysee: fix null-ptr-deref in anysee_master_xferZhang Shurong2023-07-191-1/+1
* media: af9005: Fix null-ptr-deref in af9005_i2c_xferZhang Shurong2023-07-191-0/+5
* media: dw2102: Fix null-ptr-deref in dw2102_i2c_transfer()Zhang Shurong2023-07-191-0/+24