summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2021-12-01media: cec: copy sequence field for the replyHans Verkuil1-0/+1
2021-11-18media: ir_toy: assignment to be16 should be of correct typeSean Young1-1/+1
2021-11-18media: dvb-frontends: mn88443x: Handle errors of clk_prepare_enable()Evgeny Novikov1-3/+15
2021-11-18media: em28xx: Don't use ops->suspend if it is NULLColin Ian King1-2/+3
2021-11-18media: cx23885: Fix snd_card_free call on null card pointerColin Ian King1-1/+2
2021-11-18media: tm6000: Avoid card name truncationKees Cook1-2/+1
2021-11-18media: si470x: Avoid card name truncationKees Cook2-2/+2
2021-11-18media: radio-wl1273: Avoid card name truncationKees Cook1-1/+1
2021-11-18media: mtk-vpu: Fix a resource leak in the error handling path of 'mtk_vpu_pr...Christophe JAILLET1-1/+4
2021-11-18media: TDA1997x: handle short reads of hdmi info frame.Tom Rix1-4/+4
2021-11-18media: v4l2-ioctl: S_CTRL output the right valueRicardo Ribalda1-3/+6
2021-11-18media: dvb-usb: fix ununit-value in az6027_rc_queryPavel Skripkin1-0/+1
2021-11-18media: cxd2880-spi: Fix a null pointer dereference on error handling pathColin Ian King1-1/+1
2021-11-18media: em28xx: add missing em28xx_close_extensionPavel Skripkin1-1/+4
2021-11-18media: usb: dvd-usb: fix uninit-value bug in dibusb_read_eeprom_byte()Anant Thazhemadam1-1/+1
2021-11-18media: rcar-csi2: Add checking to rcsi2_start_receiver()Nadezda Lutovinova1-0/+2
2021-11-18media: mceusb: return without resubmitting URB in case of -EPROTO error.Rajat Asthana1-0/+1
2021-11-18media: s5p-mfc: Add checking to s5p_mfc_probe().Nadezda Lutovinova1-0/+4
2021-11-18media: s5p-mfc: fix possible null-pointer dereference in s5p_mfc_probe()Tuo Li1-1/+1
2021-11-18media: uvcvideo: Set unique vdev name based in typeRicardo Ribalda1-1/+6
2021-11-18media: uvcvideo: Return -EIO for control errorsRicardo Ribalda1-0/+5
2021-11-18media: uvcvideo: Set capability in s_paramRicardo Ribalda1-2/+5
2021-11-18media: stm32: Potential NULL pointer dereference in dcmi_irq_thread()Dmitriy Ulitin1-8/+11
2021-11-18media: netup_unidvb: handle interrupt properly according to the firmwareZheyu Ma1-11/+16
2021-11-18media: mt9p031: Fix corrupted frame after restarting streamDirk Bender1-1/+27
2021-11-18media: v4l2-ioctl: Fix check_ext_ctrlsRicardo Ribalda1-21/+39
2021-11-18media: ir-kbd-i2c: improve responsiveness of hauppauge zilog receiversSean Young1-0/+1
2021-11-18media: ite-cir: IR receiver stop working after receive overflowSean Young1-1/+1
2021-11-06media: firewire: firedtv-avc: fix a buffer overflow in avc_ca_pmt()Dan Carpenter2-3/+13
2021-10-06media: ir_toy: prevent device from hanging during transmitSean Young1-1/+20
2021-09-18media: tegra-cec: Handle errors of clk_prepare_enable()Evgeny Novikov1-4/+6
2021-09-18media: TDA1997x: fix tda1997x_query_dv_timings() return valueKrzysztof HaƂasa1-2/+3
2021-09-18media: v4l2-dv-timings.c: fix wrong condition in two for-loopsHans Verkuil1-2/+2
2021-09-18media: imx258: Limit the max analogue gain to 480Umang Jain1-1/+1
2021-09-18media: imx258: Rectify mismatch of VTS valueLaurent Pinchart1-1/+1
2021-09-18media: platform: stm32: unprepare clocks at handling errors in probeEvgeny Novikov1-8/+18
2021-09-18media: dib8000: rewrite the init prbs logicMauro Carvalho Chehab1-17/+41
2021-09-18media: rc-loopback: return number of emitters rather than errorSean Young1-1/+1
2021-09-18media: uvc: don't do DMA on stackMauro Carvalho Chehab1-11/+23
2021-09-15media: venus: venc: Fix potential null pointer dereference on pointer fmtColin Ian King1-0/+2
2021-09-15media: em28xx-input: fix refcount bug in em28xx_usb_disconnectDongliang Mu1-1/+0
2021-09-15media: coda: fix frame_mem_ctrl for YUV420 and YVU420 formatsPhilipp Zabel1-5/+13
2021-09-15media: rockchip/rga: fix error handling in probeDan Carpenter1-5/+22
2021-09-15media: rockchip/rga: use pm_runtime_resume_and_get()Mauro Carvalho Chehab2-3/+4
2021-09-15media: go7007: remove redundant initializationPavel Skripkin1-26/+0
2021-09-15media: go7007: fix memory leak in go7007_usb_probePavel Skripkin1-1/+1
2021-09-15media: dvb-usb: Fix error handling in dvb_usb_i2c_initDongliang Mu2-3/+8
2021-09-15media: dvb-usb: fix uninit-value in vp702x_read_mac_addrDongliang Mu1-3/+9
2021-09-15media: dvb-usb: fix uninit-value in dvb_usb_adapter_dvb_initDongliang Mu1-2/+4
2021-09-15media: cxd2880-spi: Fix an error handling pathChristophe JAILLET1-2/+5