summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2021-11-17media: mceusb: return without resubmitting URB in case of -EPROTO error.Rajat Asthana1-0/+1
2021-11-17media: s5p-mfc: Add checking to s5p_mfc_probe().Nadezda Lutovinova1-0/+4
2021-11-17media: s5p-mfc: fix possible null-pointer dereference in s5p_mfc_probe()Tuo Li1-1/+1
2021-11-17media: uvcvideo: Set unique vdev name based in typeRicardo Ribalda1-1/+6
2021-11-17media: uvcvideo: Return -EIO for control errorsRicardo Ribalda1-0/+5
2021-11-17media: uvcvideo: Set capability in s_paramRicardo Ribalda1-2/+5
2021-11-17media: stm32: Potential NULL pointer dereference in dcmi_irq_thread()Dmitriy Ulitin1-8/+11
2021-11-17media: netup_unidvb: handle interrupt properly according to the firmwareZheyu Ma1-11/+16
2021-11-17media: mt9p031: Fix corrupted frame after restarting streamDirk Bender1-1/+27
2021-11-17media: v4l2-ioctl: Fix check_ext_ctrlsRicardo Ribalda1-21/+39
2021-11-17media: ir-kbd-i2c: improve responsiveness of hauppauge zilog receiversSean Young1-0/+1
2021-11-17media: 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-09-22media: tegra-cec: Handle errors of clk_prepare_enable()Evgeny Novikov1-4/+6
2021-09-22media: TDA1997x: fix tda1997x_query_dv_timings() return valueKrzysztof Hałasa1-2/+3
2021-09-22media: v4l2-dv-timings.c: fix wrong condition in two for-loopsHans Verkuil1-2/+2
2021-09-22media: imx258: Limit the max analogue gain to 480Umang Jain1-1/+1
2021-09-22media: imx258: Rectify mismatch of VTS valueLaurent Pinchart1-1/+1
2021-09-22media: dib8000: rewrite the init prbs logicMauro Carvalho Chehab1-17/+41
2021-09-22media: rc-loopback: return number of emitters rather than errorSean Young1-1/+1
2021-09-22media: 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: go7007: remove redundant initializationPavel Skripkin1-26/+0
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
2021-09-15media: TDA1997x: enable EDID supportKrzysztof Hałasa1-0/+1
2021-09-12media: stkwebcam: fix memory leak in stk_camera_probePavel Skripkin1-2/+4
2021-08-26media: drivers/media/usb: fix memory leak in zr364xx_probePavel Skripkin1-7/+6
2021-08-26media: zr364xx: fix memory leaks in probe()Dan Carpenter1-18/+31
2021-08-26media: zr364xx: propagate errors from zr364xx_start_readpipe()Evgeny Novikov1-7/+24
2021-08-15media: v4l2-mem2mem: always consider OUTPUT queue during pollAlexandre Courbot1-4/+2
2021-08-12media: rtl28xxu: fix zero-length control requestJohan Hovold1-1/+10
2021-08-12media: videobuf2-core: dequeue if start_streaming failsHans Verkuil1-1/+12
2021-07-28media: ngene: Fix out-of-bounds bug in ngene_command_config_free_buf()Gustavo A. R. Silva2-7/+9
2021-07-19media: uvcvideo: Fix pixel format change for Elgato Cam Link 4KBenjamin Drung1-0/+27
2021-07-19media: gspca/sunplus: fix zero-length control requestsJohan Hovold1-2/+6
2021-07-19media: gspca/sq905: fix control-request directionJohan Hovold1-1/+1
2021-07-19media: zr364xx: fix memory leak in zr364xx_start_readpipePavel Skripkin1-0/+1
2021-07-19media: dtv5100: fix control-request directionsJohan Hovold1-2/+5
2021-07-19media: subdev: disallow ioctl for saa6588/davinciArnd Bergmann5-13/+11
2021-07-19media, bpf: Do not copy more entries than user space requestedSean Young1-1/+2
2021-07-14media: s5p-g2d: Fix a memory leak on ctx->fh.m2m_ctxDillon Min1-0/+3
2021-07-14media: siano: Fix out-of-bounds warnings in smscore_load_firmware_family2()Gustavo A. R. Silva2-15/+11
2021-07-14media: gspca/gl860: fix zero-length control requestsJohan Hovold1-2/+2
2021-07-14media: tc358743: Fix error return code in tc358743_probe_of()Zhen Lei1-0/+1
2021-07-14media: au0828: fix a NULL vs IS_ERR() checkDan Carpenter1-2/+2