summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2022-01-27media: b2c2: Add missing check in flexcop_pci_isr:Zheyu Ma1-0/+3
2022-01-27media: coda/imx-vdoa: Handle dma_set_coherent_mask error codesJiasheng Jiang1-1/+5
2022-01-27media: msi001: fix possible null-ptr-deref in msi001_probe()Wang Hai1-0/+7
2022-01-27media: dw2102: Fix use after freeAnton Vasilyev1-123/+215
2022-01-27media: si2157: Fix "warm" tuner state detectionRobert Schlabbach1-1/+1
2022-01-27media: saa7146: mxb: Fix a NULL pointer dereference in mxb_attach()Zhou Qingyang1-1/+7
2022-01-27media: dib8000: Fix a memleak in dib8000_init()Zhou Qingyang1-1/+3
2022-01-27media: venus: core: Fix a resource leak in the error handling path of 'venus_...Christophe JAILLET1-2/+6
2022-01-27media: venus: core: Fix a potential NULL pointer dereference in an error hand...Christophe JAILLET1-1/+2
2022-01-27media: venus: correct low power frequency calculation for encoderMansur Alisha Shaik1-2/+2
2022-01-27media: coda: fix CODA960 JPEG encoder buffer overflowPhilipp Zabel2-4/+25
2022-01-27media: mtk-vcodec: call v4l2_m2m_ctx_release first when file is releasedDafna Hirschfeld1-1/+1
2022-01-27media: si470x-i2c: fix possible memory leak in si470x_i2c_probe()Yang Yingliang1-2/+1
2022-01-27media: imx-pxp: Initialize the spinlock prior to using itFabio Estevam1-2/+2
2022-01-27media: rcar-csi2: Correct the selection of hsfreqrangeSuresh Udipi1-1/+8
2022-01-27media: i2c: ov8865: Fix lockdep errorHans de Goede1-0/+2
2022-01-27media: i2c: Re-order runtime pm initialisationDaniel Scally1-1/+1
2022-01-27media: i2c: imx274: fix s_frame_interval runtime resume not requestedEugen Hristev1-0/+5
2022-01-27media: dmxdev: fix UAF when dvb_register_device() failsWang Hai1-3/+15
2022-01-27media: aspeed: Update signal status immediately to ensure sane hw stateJammy Huang1-3/+3
2022-01-27media: em28xx: fix memory leak in em28xx_init_devDongliang Mu1-6/+12
2022-01-27media: aspeed: fix mode-detect always time out at 2nd runJammy Huang1-4/+4
2022-01-27media: videobuf2: Fix the size printk formatDillon Min1-4/+4
2022-01-27media: cec-pin: fix interrupt en/disable handlingHans Verkuil1-13/+18
2022-01-27media: stk1160: fix control-message timeoutsJohan Hovold1-2/+2
2022-01-27media: pvrusb2: fix control-message timeoutsJohan Hovold1-4/+4
2022-01-27media: redrat3: fix control-message timeoutsJohan Hovold1-11/+11
2022-01-27media: dib0700: fix undefined behavior in tuner shutdownMichael Kuron1-2/+0
2022-01-27media: s2255: fix control-message timeoutsJohan Hovold1-2/+2
2022-01-27media: cpia2: fix control-message timeoutsJohan Hovold1-2/+2
2022-01-27media: em28xx: fix control-message timeoutsJohan Hovold1-2/+2
2022-01-27media: mceusb: fix control-message timeoutsJohan Hovold1-4/+4
2022-01-27media: flexcop-usb: fix control-message timeoutsJohan Hovold2-11/+11
2022-01-27media: v4l2-ioctl.c: readbuffers depends on V4L2_CAP_READWRITEHans Verkuil1-1/+3
2022-01-27media: ov8865: Disable only enabled regulators on error pathSakari Ailus1-5/+7
2022-01-27media: cec: fix a deadlock situationHans Verkuil3-17/+30
2022-01-20media: uvcvideo: fix division by zero at stream startJohan Hovold1-0/+4
2022-01-16media: Revert "media: uvcvideo: Set unique vdev name based in type"Ricardo Ribalda1-6/+1
2021-12-22media: mxl111sf: change mutex_init() locationPavel Skripkin1-2/+14
2021-12-01media: v4l2-core: fix VIDIOC_DQEVENT handling on non-x86Arnd Bergmann1-24/+17
2021-12-01media: cec: copy sequence field for the replyHans Verkuil1-0/+1
2021-11-18media: videobuf2-dma-sg: Fix buf->vb NULL pointer dereferenceHans de Goede1-0/+2
2021-11-18media: videobuf2: always set buffer vb2 pointerSergey Senozhatsky1-0/+3
2021-11-18media: vidtv: move kfree(dvb) to vidtv_bridge_dev_release()Hans Verkuil1-1/+4
2021-11-18media: ir_toy: assignment to be16 should be of correct typeSean Young1-1/+1
2021-11-18media: ivtv: fix build for UMLRandy Dunlap1-2/+2
2021-11-18media: dvb-frontends: mn88443x: Handle errors of clk_prepare_enable()Evgeny Novikov1-3/+15
2021-11-18media: venus: fix vpp frequency calculation for decoderMansur Alisha Shaik1-2/+6
2021-11-18media: em28xx: Don't use ops->suspend if it is NULLColin Ian King1-2/+3
2021-11-18media: atmel: fix the ispck initializationEugen Hristev4-50/+38